Skip to content

Latest commit

 

History

History
201 lines (140 loc) · 7.11 KB

CHANGELOG.md

File metadata and controls

201 lines (140 loc) · 7.11 KB

Changelog

  • 💥 Drop Node 16 support (EOL).
  • 🚀 Improve the error message when the YAML file is malformed (#47).
  • 🔨 Switch from yarn to npm.
  • 📖 Add a troubleshooting section (#46).

3.0.0 - 2023-06-24

  • 💥 Drop Node 14 support (EOL).
  • 🔨 Update dependencies.

2.4.1 - 2022-04-05

  • 💎 Include new app icons (#33).
  • 🔨 Update dependencies.

2.4.0 - 2022-01-23

  • 🚀 Enable adding a custom browser search engine from the filter input (#30).
  • 🚀 Add hover title to the "open all bookmarks" button (#29).
  • 💎 Include dark mode (#11).
  • 💎 Use consistent icons from Font Awesome 5.
  • 📖 Clarify usage of multiple bookmark files (#28).
  • 🔨 Update dependencies.
  • 🔨 Switch npm scripts to @darekkay/scripts.

2.3.0 - 2021-05-12

  • 💎 Include a proper focus ring.
  • 🐛 Fix print stylesheet.
  • 🔨 Remove app manifest.
  • 🔨 Modernize frontend code.
  • 🔨 Migrate to Vite.
  • 🔨 Update dependencies.

2.2.7 - 2021-04-01

  • 🔨 Update logger dependency.

2.2.6 - 2021-03-31

  • 🔨 Lower minimal supported node version to 12.0.0.

2.2.5 - 2021-03-21

  • 📖 Add documentation for GitLab Pages integration.
  • 🔨 Add CLI unit tests.
  • 🔨 Update dependencies.

2.2.4 - 2020-10-19

  • ✨ List duplicate links in the report (#8).
  • 🚀 Use URL as label if no explicit label is available (#21).
  • 🚀 Exclude first-level notes from bookmark count (#19).
  • 📖 Improve project documentation and demo examples.

2.2.3 - 2020-10-06

  • 🚀 Treat notes starting with http and https as links (#12).
  • 📖 Include project contributors.

2.2.2 - 2020-10-03

  • 🐛 Fix imports from Raindrop.io (#14).

2.2.1 - 2020-10-01

  • 🚀 Autofocus search field after loading the page or clearing the input.
  • 🔨 Update dependencies.

2.2.0 - 2020-06-27

  • 🚀 Abort the process if at least one YAML file is malformed.
  • 🚀 Include bookmark URL in the filter.

2.1.0 - 2020-05-01

  • ✨ Redesign the UI.
  • ✨ Enable first-level notes.
  • ✨ Include a report feature.

2.0.5 - 2019-10-31

  • 🔨 Republish package with LF line endings.

2.0.4 - 2019-10-31

  • 🚀 Show an error and help if a CLI command is missing.
  • 🔨 Update dependencies.

2.0.3 - 2019-07-17

  • 🐛 Fix search field cut-off on mobile.
  • 🔨 Update dependencies.

2.0.2 - 2019-06-01

  • 🐛 Publish package with LF line endings for yarn (see #5480).

2.0.1 - 2019-05-15

  • 🐛 Fix bookmarklets containing </script>.

2.0.0 - 2019-05-02

  • ✨ Import bookmarks from Chrome, Firefox or Pocket.
  • 💥 BREAKING CHANGE: The CLI interface was refactored to support subcommands. To build a bookmarks app, use the build command: static-marks [options] build <files>.
  • 💥 BREAKING CHANGE: Input file argument(s) are now required (previously the current folder was used as fallback).
  • 📖 Improve and unify the documentation.

1.0.8 - 2019-04-28

  • ✨ Add support for custom web page templates.

1.0.7 - 2019-04-16

  • 💎 Improve header design.
  • 🐛 Fix menu items being focusable while hidden.

1.0.6 - 2019-04-06

  • 🔨 Update outdated template file.

1.0.5 - 2019-04-06

  • 🔨 Update dependencies.
  • 📖 Add link to the unofficial docker container.

1.0.4 - 2018-12-13

  • ✨ Display the source file name for each collection on mouse hover.
    • When using multiple bookmark files, it is now easier to find the file where a bookmark is defined in.
  • 🚀 Match the collection name in the filter.
  • 🚀 Inline the Favicon.
  • 👷‍♂️ Include app version in the footer.

1.0.3 - 2018-11-16

  • 🐛 Re-add missing cross icon used to clear the current filter.

1.0.2 - 2018-11-11

  • ✨ Highlight selected project in the project list.
  • 💎 Improve design.
  • 👷‍♂️ Update dependencies.

1.0.1 - 2018-06-27

  • ✨ Make document title configurable via --title cli argument.
  • ✨ Prefill search value with ?search=value URL param for all supported browsers.

1.0.0 - 2018-04-03

  • 🎉 Initial release.