Skip to content

Commit

Permalink
v15.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Klehr <[email protected]>
  • Loading branch information
marcelklehr committed Feb 23, 2025
1 parent 056620c commit 0e9a711
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ 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).

## [15.1.0] - 2025-02-23

### New

* feat: Add support for Nextcloud 31

### Fixed

* Fix(l10n): Update translations from Transifex
* fix: Fix archive setting

## [15.0.5] - 2025-01-18

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ source_dir=$(build_dir)/source
sign_dir=$(build_dir)/sign
package_name=$(app_name)
cert_dir=$(HOME)/.nextcloud/certificates
version+=15.0.5
version+=15.1.0

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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This app provides you with a web interface for collecting and organizing bookmar
- πŸ“² Synchronize with all your browsers and devices
- πŸ“” Store archived versions of your links in case they are depublished
- πŸ” Full-text search on site contents
- πŸ‘ͺ Share bookmarks with other users and via public links
- πŸ‘ͺ Share bookmarks with other users, groups and teams or via public links
- βš› Generate RSS feeds of your collections
- πŸ“ˆ Stats on how often you access which links
- πŸ”’ Automatic backups of your bookmarks collection
Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
- πŸ“² Synchronize with all your browsers and devices
- πŸ“” Store archived versions of your links in case they are depublished
- πŸ” Full-text search on site contents
- πŸ‘ͺ Share bookmarks with other users and via public links
- πŸ‘ͺ Share bookmarks with other users, groups and teams or via public links
- βš› Generate RSS feeds of your collections
- πŸ“ˆ Stats on how often you access which links
- πŸ”’ Automatic backups of your bookmarks collection
Expand All @@ -23,7 +23,7 @@ Requirements:
- mbstring: *
- when using MySQL, use at least v8.0
]]></description>
<version>15.0.5</version>
<version>15.1.0</version>
<licence>agpl</licence>
<author mail="[email protected]">Marcel Klehr</author>
<author mail="[email protected]" homepage="https://www.arthur-schiwon.de">Arthur Schiwon</author>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bookmarks",
"version": "15.0.5",
"version": "15.1.0",
"main": "js/index.js",
"scripts": {
"build": "webpack --node-env production --progress --config webpack.js",
Expand Down

0 comments on commit 0e9a711

Please sign in to comment.