Skip to content

Commit 0e9a711

Browse files
committed
v15.1.0
Signed-off-by: Marcel Klehr <[email protected]>
1 parent 056620c commit 0e9a711

File tree

5 files changed

+16
-5
lines changed

5 files changed

+16
-5
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ 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+
## [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

β€Ž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+=15.0.5
10+
version+=15.1.0
1111

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

β€ŽREADME.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

β€Žappinfo/info.xmlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
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>

β€Ž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": "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",

0 commit comments

Comments
Β (0)