bookmarks/CHANGELOG.md

253 lines
6.6 KiB
Markdown
Raw Normal View History

# 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.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
2020-05-07 00:58:12 +00:00
2020-05-07 22:25:34 +00:00
## [3.0.12] - 2020-05-08
## Changed
- Fix bookmark deletion
- Fix v3 migration: Correctly account for duplicates in the root folder
2020-05-07 00:58:12 +00:00
## [3.0.11] - 2020-05-07
## Changed
- Fix Auth error for users of certain setups
2020-05-05 17:23:00 +00:00
## [3.0.10] - 2020-05-05
## Changed
- Fix Auth error when creating bookmarks without selecting a folder
2020-05-04 23:46:22 +00:00
## [3.0.9] - 2020-05-05
## Changed
- Change column type for tree index to allow **alot** of bookmarks.
2020-05-04 15:21:44 +00:00
## [3.0.8] - 2020-05-04
## Changed
- Fix Authorization for newBookmark API endpoint
- Try to fix Authentication for some setups
- Remove orphaned items from bookmarks tree
- Remove superfluous shared folders from bookmarks tree
- Fix share creation to avoid sharing a folder with oneself
2020-05-03 18:49:55 +00:00
## [3.0.7] - 2020-05-03
## Changed
- Fix delete-all-bookmarks API endpoint
2020-05-03 18:06:21 +00:00
## [3.0.6] - 2020-05-03
## Changed
- Fix bookmarks by folders API endpoint
- Fix v3 db migration to account for db inconsistencies
- Fix client-side usage of 'finally'
- Fix getFolders API endpoint
2020-05-01 12:39:52 +00:00
2020-05-01 23:19:42 +00:00
## [3.0.5] - 2020-04-30
## Changed
- Fix: Remove uninstall repair step which would also run on disabling the app
- Fix bookmarklet
2020-05-01 12:39:52 +00:00
## [3.0.4] - 2020-04-30
## Changed
- Fix: Delete shares when deleting a shared folder
2020-04-30 21:55:42 +00:00
## [3.0.3] - 2020-04-30
## Changed
- Fix hash endpoint
2020-04-30 19:26:54 +00:00
## [3.0.2] - 2020-04-30
## Changed
- Fix sharee search for installations without mod_rewrite
2020-04-30 19:15:30 +00:00
## [3.0.1] - 2020-04-30
## Changed
- Fix hash endpoint
2020-04-30 05:08:28 +00:00
## [3.0.0] - 2020-04-30
### Changed
- UI: Selection: Implement "select all" and "cancel selection"
- Better document how the screeenly api url looks like
- Move UI: Automatically open current folder
- Implement bookmark counting endpoints and UI indicators
- Fix bookmark creation: Assign folders correctly
- Drop tables on uninstall
- Fix import and export
- Allow editing URLs
- Implement a full children endpoint
- Breadcrumbs: -AddBookmark button +Add Folder/Bookmark dropdown
- Don't enable scraping by default
- Drop libgmp dependency
- Major backend refactoring
### Added
- Implement hash caching
- Implement private sharing and public links of folders
## [2.3.4] - 2019-12-12
### Changed
- Fix Bookmark creation outside folders
- Fix browser compatibility
## [2.3.3]
### Changed
- Fix Creating bookmarks in the current folder
2019-10-21 13:01:26 +00:00
## [2.3.2]
### Changed
- Fix webpack build
- Fix Creating bookmarks in the current folder
- Fix Make folder icons clickable
- Fix translations
## [2.3.1]
### Changed
2019-10-21 13:01:26 +00:00
- FIX: Load tags on app init
## [2.3.0]
2019-10-21 10:42:14 +00:00
### Added
- UI: Implement bulk editing
- translations from transifex
### Changed
- Fix overflow on bookmarks list
- Fix sorting
- Fix humanized duration: Use stem language only
2019-10-21 10:42:14 +00:00
## [2.2.0]
2019-10-05 21:50:43 +00:00
### Added
- Use routes history mode instead of hash URLs
2019-10-05 21:50:43 +00:00
### Changed
- Fix Sorting folders alphabetically
- Fix Allow canceling page fetches
- Fix Import
- Fix grid view, descriptions in list view & bread crumbs
2019-10-05 21:50:43 +00:00
## [2.1.1]
2019-10-05 21:50:43 +00:00
### Changed
- Fix build script
2019-10-05 21:50:43 +00:00
## [v2.1.0]
2019-10-05 21:50:43 +00:00
### Added
2019-09-04 10:51:54 +00:00
- Rewrite UI
- Allow limiting the number of bookmarks per user
- Allow disabling web requests to bookmarked web pages
## [v2.0.3]
### Changed
2019-08-30 22:27:54 +00:00
- NEW: Properly specify dependencies in app manifest (allows conditional support for nc 15 again)
2019-09-04 10:51:54 +00:00
Supported are NC 15 and 16, provided you are using PHP v7.1 and have gmp, intl and mbstring php extensions installed
## [2.0.2]
2019-09-04 10:51:54 +00:00
### Changed
- Drop support for nextcloud 15
2019-08-30 21:10:34 +00:00
## [2.0.1]
2019-09-04 10:51:54 +00:00
### Changed
2019-08-30 20:49:39 +00:00
- fix composer lock file
## [2.0.0]
2019-09-04 10:51:54 +00:00
### Changed
- gmp, intl, mbstring are now required
- Drop support for nextcloud 14 and php 7.0
- Switch URL normalizer to adhere strictly to WHATWG URL spec
2019-08-30 20:46:38 +00:00
## [1.1.2]
### Changed
2019-09-04 10:51:54 +00:00
2019-08-30 20:32:59 +00:00
- Revert breaking changes of v1.0.8
## [1.1.1]
2019-09-04 10:51:54 +00:00
### Changed
- Fix import from web UI
2019-07-31 15:16:01 +00:00
## [1.1.0]
2019-09-04 10:51:54 +00:00
### Added
2019-07-30 21:27:06 +00:00
- NEW: API endpoint to import into a specific folder
## [1.0.8]
2019-07-21 13:49:22 +00:00
### Changed
- gmp, intl, mbstring are now required
2019-07-21 21:54:38 +00:00
- FIX: Switch URL normalizer to adhere strictly to WHATWG URL spec
- FIX: Update dependencies
- FIX: Run previews job in small batches instead of all at once
2019-07-21 13:49:22 +00:00
## [1.0.6]
### Changed
2019-06-16 16:44:04 +00:00
- FIX: Set timeout for submitting tags
- NEW: Create favicon
- FIX: Bump interactjs from 1.3.4 to 1.4.10
- FIX: UrlNormalizer: Don't enforce normalization
- NEW: updated from transifex
- FIX: Truncate tags in grid view
- FIX: Remove background colors
- FIX folder collapse css
- FIX: Speed up findBookmarks SQL query
2020-04-30 21:55:42 +00:00
2020-05-07 22:25:34 +00:00
[3.0.12]: https://github.com/nextcloud/bookmarks/compare/v3.0.11...v3.0.12
2020-05-07 00:58:12 +00:00
[3.0.11]: https://github.com/nextcloud/bookmarks/compare/v3.0.10...v3.0.11
2020-05-05 17:23:00 +00:00
[3.0.10]: https://github.com/nextcloud/bookmarks/compare/v3.0.9...v3.0.10
2020-05-04 23:46:22 +00:00
[3.0.9]: https://github.com/nextcloud/bookmarks/compare/v3.0.8...v3.0.9
2020-05-04 15:21:44 +00:00
[3.0.8]: https://github.com/nextcloud/bookmarks/compare/v3.0.7...v3.0.8
2020-05-03 18:49:55 +00:00
[3.0.7]: https://github.com/nextcloud/bookmarks/compare/v3.0.6...v3.0.7
2020-05-03 18:06:21 +00:00
[3.0.6]: https://github.com/nextcloud/bookmarks/compare/v3.0.5...v3.0.6
2020-05-01 23:19:42 +00:00
[3.0.5]: https://github.com/nextcloud/bookmarks/compare/v3.0.4...v3.0.5
2020-05-01 12:39:52 +00:00
[3.0.4]: https://github.com/nextcloud/bookmarks/compare/v3.0.3...v3.0.4
2020-04-30 21:55:42 +00:00
[3.0.3]: https://github.com/nextcloud/bookmarks/compare/v3.0.2...v3.0.3
2020-04-30 19:26:54 +00:00
[3.0.2]: https://github.com/nextcloud/bookmarks/compare/v3.0.1...v3.0.2
2020-04-30 19:15:30 +00:00
[3.0.1]: https://github.com/nextcloud/bookmarks/compare/v3.0.0...v3.0.1
[3.0.0]: https://github.com/nextcloud/bookmarks/compare/v2.3.4...v3.0.0
[2.3.4]: https://github.com/nextcloud/bookmarks/compare/v2.3.3...v2.3.4
[2.3.3]: https://github.com/nextcloud/bookmarks/compare/v2.3.2...v2.3.3
[2.3.2]: https://github.com/nextcloud/bookmarks/compare/v2.3.1...v2.3.2
[2.3.1]: https://github.com/nextcloud/bookmarks/compare/v2.3.0...v2.3.1
[2.3.0]: https://github.com/nextcloud/bookmarks/compare/v2.2.0...v2.3.0
[2.2.0]: https://github.com/nextcloud/bookmarks/compare/v2.1.1...v2.2.0
[2.1.1]: https://github.com/nextcloud/bookmarks/compare/v2.1.0...v2.1.1
[2.1.0]: https://github.com/nextcloud/bookmarks/compare/v2.0.3...v2.1.0
[2.0.3]: https://github.com/nextcloud/bookmarks/compare/v2.0.2...v2.0.3
[2.0.2]: https://github.com/nextcloud/bookmarks/compare/v2.0.1...v2.0.2
[2.0.1]: https://github.com/nextcloud/bookmarks/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/nextcloud/bookmarks/compare/v1.1.2...v2.0.0
[1.1.2]: https://github.com/nextcloud/bookmarks/compare/v1.1.1...v1.1.2
[1.1.1]: https://github.com/nextcloud/bookmarks/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/nextcloud/bookmarks/compare/v1.0.8...v1.1.0
[1.0.8]: https://github.com/nextcloud/bookmarks/compare/v1.0.6...v1.0.8
[1.0.6]: https://github.com/nextcloud/bookmarks/compare/v1.0.5...v1.0.6