File tree Expand file tree Collapse file tree 5 files changed +16
-5
lines changed Expand file tree Collapse file tree 5 files changed +16
-5
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 15.1.0] - 2025-02-23
8+
9+ ### New
10+
11+ * feat: Add support for Nextcloud 31
12+
13+ ### Fixed
14+
15+ * Fix(l10n): Update translations from Transifex
16+ * fix: Fix archive setting
17+
718## [ 15.0.5] - 2025-01-18
819
920### Fixed
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ source_dir=$(build_dir)/source
77sign_dir =$(build_dir ) /sign
88package_name =$(app_name )
99cert_dir =$(HOME ) /.nextcloud/certificates
10- version+ =15.0.5
10+ version+ =15.1.0
1111
1212all : dev-setup build-js-production composer-no-dev
1313
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ This app provides you with a web interface for collecting and organizing bookmar
1616- π² Synchronize with all your browsers and devices
1717- π Store archived versions of your links in case they are depublished
1818- π Full-text search on site contents
19- - πͺ Share bookmarks with other users and via public links
19+ - πͺ Share bookmarks with other users, groups and teams or via public links
2020- β Generate RSS feeds of your collections
2121- π Stats on how often you access which links
2222- π Automatic backups of your bookmarks collection
Original file line number Diff line number Diff line change 1111- π² Synchronize with all your browsers and devices
1212- π Store archived versions of your links in case they are depublished
1313- π Full-text search on site contents
14- - πͺ Share bookmarks with other users and via public links
14+ - πͺ Share bookmarks with other users, groups and teams or via public links
1515- β Generate RSS feeds of your collections
1616- π Stats on how often you access which links
1717- π Automatic backups of your bookmarks collection
@@ -23,7 +23,7 @@ Requirements:
2323 - mbstring: *
2424 - when using MySQL, use at least v8.0
2525]]> </description >
26- <version >15.0.5 </version >
26+ <version >15.1.0 </version >
2727 <licence >agpl</licence >
2828 <
author mail =
" [email protected] " >Marcel Klehr</
author >
2929 <
author mail =
" [email protected] " homepage =
" https://www.arthur-schiwon.de" >Arthur Schiwon</
author >
Original file line number Diff line number Diff line change 11{
22 "name" : " bookmarks" ,
3- "version" : " 15.0.5 " ,
3+ "version" : " 15.1.0 " ,
44 "main" : " js/index.js" ,
55 "scripts" : {
66 "build" : " webpack --node-env production --progress --config webpack.js" ,
You canβt perform that action at this time.
0 commit comments