Skip to content

Releases: masonmcelvain/hop

Update Storage Model

10 Jun 17:26
59fa569
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.4...v1.1.5

Port to Firefox

09 May 01:51
ecebc08
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.3...v1.1.4

Modal border, overflow text visibility

25 Oct 18:28
Compare
Choose a tag to compare
  • 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

20 Oct 05:45
Compare
Choose a tag to compare
  • 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 string chrome-extension://some-random-characters/invalid-url-that-user-gave. For now, we are opting for flexibility in url input over potentially confusing behavior.

Full Changelog: v1.1.1...v1.1.2

Auto Populate Add Link Modal

16 Oct 18:15
Compare
Choose a tag to compare

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

13 Oct 14:33
Compare
Choose a tag to compare

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

11 Oct 02:05
b578b67
Compare
Choose a tag to compare