-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
56 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [1.1.0] - Unreleased | ||
|
||
### Added | ||
|
||
- Added lazy-loading for Bookmark favicons | ||
- Added changelog, retrospectively add V1.0.1 and V1.0.0 changelogs | ||
|
||
### Changed | ||
|
||
- Updated README chrome store link | ||
- Code refactors to improve code quality | ||
|
||
## [1.0.1] - 2023-12-10 | ||
|
||
### Added | ||
|
||
- Added feedback form link | ||
- Automate submissions for Chrome Web Store using Submit API | ||
- Start implementing Firefox Plugin Store submissions using API | ||
- Added dependabot for managing dependencies | ||
|
||
### Fixed | ||
|
||
- Update Geolocation service: previous service broke due to requiring a paid API key | ||
- Fix stale Geolocation cache issue | ||
|
||
### Removed | ||
|
||
- CTRL+U command to open popup due to Firefox submission errors | ||
|
||
### Changed | ||
|
||
- Upgrade dependencies: Tanstack Query 5.15.0, Vite 5.0.12 | ||
|
||
## [1.0.0] - 2023-12-02 | ||
|
||
### Added | ||
|
||
- Added New Tab functionalities: | ||
- Added dynamic backgrounds shown when opening a new tab | ||
- Added weather widget: showing temperature and weather type for your geolocation | ||
- Added reverse geocoding API: translating your geolocation into a city/area | ||
- Added calendar widget: showing current day and week | ||
- Added Shortlinks: allowing you to store | ||
- Added Bookmarks: allowing you to easily view, open and delete your browser bookmarks | ||
- Added shortkeys to hide/close sidebar using "/" | ||
- Added shortkeys modal that shows configured shortcuts, shown using "?" | ||
- Added Popup functionalities: | ||
- Added Bookmarks: allowing you to easily view, open and delete your browser bookmarks |