Skip to content

Commit 057d752

Browse files
committed
v10.0.3
Signed-off-by: Marcel Klehr <[email protected]>
1 parent 3e28f29 commit 057d752

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,20 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [10.0.3] - 2021-12-04
8+
9+
### Fixed
10+
- App info: Mark as compatible with nc 23
11+
- Fix getPermissionsOfFolder: Use correct share
12+
- Fix Bookmark creation
13+
- Update @nextcloud/vue
14+
- UX: Highlight possible drop targets before hovering over them
15+
- Fix UX: Only display back button when viewing a folder
16+
- Fix "sharing folder doesn't display contents"
17+
718
## [10.0.2] - 2021-10-18
819

9-
## Fixed
20+
### Fixed
1021
- UX: Improve bookmarked files feature and increase CrawlJob frequency
1122

1223
## [10.0.1] - 2021-10-06
@@ -628,6 +639,7 @@ Supported are NC 15 and 16, provided you are using PHP v7.1 and have gmp, intl a
628639
- FIX folder collapse css
629640
- FIX: Speed up findBookmarks SQL query
630641

642+
[10.0.3]: https://github.com/nextcloud/bookmarks/compare/v10.0.2...v10.0.3
631643
[10.0.2]: https://github.com/nextcloud/bookmarks/compare/v10.0.1...v10.0.2
632644
[10.0.1]: https://github.com/nextcloud/bookmarks/compare/v10.0.0...v10.0.1
633645
[10.0.0]: https://github.com/nextcloud/bookmarks/compare/v4.4.1...v10.0.0

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ source_dir=$(build_dir)/source
77
sign_dir=$(build_dir)/sign
88
package_name=$(app_name)
99
cert_dir=$(HOME)/.nextcloud/certificates
10-
version+=10.0.2
10+
version+=10.0.3
1111

1212
all: dev-setup build-js-production composer-no-dev
1313

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Requirements:
2222
- mbstring: *
2323
- Nextcloud v20+
2424
]]></description>
25-
<version>10.0.2</version>
25+
<version>10.0.3</version>
2626
<licence>agpl</licence>
2727
<author mail="[email protected]">Marcel Klehr</author>
2828
<author mail="[email protected]" homepage="https://www.arthur-schiwon.de">Arthur Schiwon</author>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bookmarks",
3-
"version": "10.0.2",
3+
"version": "10.0.3",
44
"main": "js/index.js",
55
"scripts": {
66
"build": "NODE_ENV=production webpack --progress --config webpack.js",

0 commit comments

Comments
 (0)