Skip to content

Instantly share code, notes, and snippets.

@relliv
Created June 10, 2024 13:05
Show Gist options
  • Save relliv/a5e54a1557c644816da8a97a2bcbf170 to your computer and use it in GitHub Desktop.
Save relliv/a5e54a1557c644816da8a97a2bcbf170 to your computer and use it in GitHub Desktop.
example changelog markdown file (based on keepachangelog.com)

Changelog

Some change notes for app.example.com project.

[Unreleased]

Added

  • Option to sort bookmarks by date added.
  • Feature to share bookmarks via email.
  • Dark mode theme.

Fixed

  • Fixed a bug where the app would crash when deleting a bookmark.
  • Fixed synchronization issues with the cloud service.

[1.3.0] - 2024-06-01

Added

  • Bookmark tagging for easier organization.
  • Search functionality to find bookmarks quickly.
  • Export bookmarks as a CSV file.

Changed

  • Improved the user interface for better usability.
  • Updated the settings page to include more customization options.

Fixed

  • Fixed a bug causing the app to freeze on startup.
  • Resolved an issue with bookmarks not saving correctly.

[1.2.0] - 2024-04-15

Added

  • Import bookmarks from other browsers.
  • Backup and restore functionality for bookmarks.
  • Notifications for successful bookmark saves.

Changed

  • Enhanced the performance of the bookmark list view.
  • Redesigned the bookmark details page for clarity.

Fixed

  • Fixed an issue with the bookmark icon not displaying correctly.
  • Addressed a problem with duplicate bookmarks appearing.

[1.1.0] - 2024-03-10

Added

  • Bookmark folders for better organization.
  • Drag and drop feature to rearrange bookmarks.
  • Quick access toolbar for frequently used bookmarks.

Changed

  • Updated the onboarding tutorial to be more comprehensive.
  • Improved bookmark synchronization speed.

Fixed

  • Fixed a bug where bookmark titles were not updating.
  • Corrected an issue with bookmark URLs being malformed.

[1.0.1] - 2024-02-20

Fixed

  • Minor bug fixes and performance improvements.
  • Fixed a crash when accessing the settings page.

[1.0.0] - 2024-02-01

Added

  • Initial release of the Bookmark Manager.
  • Add, edit, and delete bookmarks.
  • Sync bookmarks across multiple devices.
  • User authentication and profile management.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment