Skip to content

Commit 4fa48b7

Browse files
committed
v10.1.0
Signed-off-by: Marcel Klehr <[email protected]>
1 parent 99e5e2b commit 4fa48b7

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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-
## Unreleased
7+
## [10.1.0] - 2022-03-01
88

99
### New
1010
- Integrate with Nextcloud Talk: Allow bookmarking mentioned links Marcel Klehr Today 16:53
@@ -21,6 +21,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2121
- Improve folder moving UX
2222
- Improve loading UX
2323
- Improve drag and drop UX
24+
- UI: Polish bookmarks description in overview
25+
- Update marcelklehr/link-preview
2426

2527
## [10.0.3] - 2021-12-04
2628

@@ -657,6 +659,7 @@ Supported are NC 15 and 16, provided you are using PHP v7.1 and have gmp, intl a
657659
- FIX folder collapse css
658660
- FIX: Speed up findBookmarks SQL query
659661

662+
[10.1.0]: https://github.com/nextcloud/bookmarks/compare/v10.0.3...v10.1.0
660663
[10.0.3]: https://github.com/nextcloud/bookmarks/compare/v10.0.2...v10.0.3
661664
[10.0.2]: https://github.com/nextcloud/bookmarks/compare/v10.0.1...v10.0.2
662665
[10.0.1]: https://github.com/nextcloud/bookmarks/compare/v10.0.0...v10.0.1

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.3
10+
version+=10.1.0
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.3</version>
25+
<version>10.1.0</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.3",
3+
"version": "10.1.0",
44
"main": "js/index.js",
55
"scripts": {
66
"build": "NODE_ENV=production webpack --progress --config webpack.js",

0 commit comments

Comments
 (0)