Releases: masonmcelvain/hop
Releases · masonmcelvain/hop
Update Storage Model
What's Changed
- Firefox: Fix
storage.sync
overflow by @masonmcelvain in #25
Full Changelog: v1.1.4...v1.1.5
Port to Firefox
What's Changed
- Bump follow-redirects from 1.14.4 to 1.14.8 by @dependabot in #16
- Bump nanoid from 3.1.29 to 3.3.1 by @dependabot in #17
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #19
- Port extension to firefox by @masonmcelvain in #21
- fix: Ctrl+click opens link in new tab by @masonmcelvain in #22
New Contributors
- @dependabot made their first contribution in #16
- @masonmcelvain made their first contribution in #21
Full Changelog: v1.1.3...v1.1.4
Modal border, overflow text visibility
- The modal border radius now matches that of the popup window (both have zero border radius).
- When the overflow text on a card is shown, it always superimposes the icon below it. There was previously a bug where the text could be hidden behind the icon below after rearrangement.
Full Changelog: v1.1.2...v1.1.3
Modal Experience Boost
- Users can now use the
Enter
button to submit the Add and Edit bookmark forms and close the modals. - Users can now use nonstandard urls in their bookmarks, like
chrome://newtab/
.- This introduces the possibility for users to enter invalid urls for their bookmarks. If that happens, clicking the link will open an error page in their browser tab with the text 'Your file could not be accessed' and
ERR_FILE_NOT_FOUND
. The url address bar will contain the stringchrome-extension://some-random-characters/invalid-url-that-user-gave
. For now, we are opting for flexibility in url input over potentially confusing behavior.
- This introduces the possibility for users to enter invalid urls for their bookmarks. If that happens, clicking the link will open an error page in their browser tab with the text 'Your file could not be accessed' and
Full Changelog: v1.1.1...v1.1.2
Auto Populate Add Link Modal
The add link modal has the name of the current tab and the favicon url of the current tab automatically inserted into the form field.
Full Changelog: v1.1.0...v1.1.1
Post Launch Cleanup
New Features
- Optimized the production build by minifying the JS with webpack.
- The last card no longer appears when the user is dragging it over an empty space.
- Prevents too many writes to local storage by only writing when the user drops the card. Before, writes occurred whenever card order changed during hover.
Breaking Changes
- Users will most likely need to reinstall the app to reset the local storage. The way the links are stored has changed. Unfortunately this will require re-uploading all the user's links.
Full Changelog: v1.0.0...v1.1.0
Initial Release
Full Changelog: https://github.com/masonmcelvain/hop/commits/v1.0.0