Skip to content

Commit 88ab449

Browse files
committed
v15.2.0
Signed-off-by: Marcel Klehr <[email protected]>
1 parent 173c5f1 commit 88ab449

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@ 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.2.0] - 2025-09-03
8+
9+
### New
10+
* feat: Add a ContextChat provider (opt-in)
11+
* feat(Capabilities): Expose capabilities
12+
* feat(auth): Implement stateless auth ticket system to speed up API requests
13+
* feat: Add faster hash functions
14+
15+
### Fixed
16+
* fix(ExportResponse): Don't use deprecated APIs
17+
* fix(TreeMapper): Replace removed array_flatten function
18+
* fix(Bookmark): Remove mb_convert_encoding warning
19+
* fix: Update marcelklehr/linkpreview
20+
* fix: use new puppeteer browser env variable (Thanks to Michael Gast)
21+
* fix(l10n): Update translations from Transifex
22+
723
## [15.1.3] - 2025-07-27
824

925
### 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.1.3
10+
version+=15.2.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
@@ -23,7 +23,7 @@ Requirements:
2323
- mbstring: *
2424
- when using MySQL, use at least v8.0
2525
]]></description>
26-
<version>15.1.3</version>
26+
<version>15.2.0</version>
2727
<licence>agpl</licence>
2828
<author mail="[email protected]" homepage="https://marcelklehr.de">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.1.3",
3+
"version": "15.2.0",
44
"main": "js/index.js",
55
"scripts": {
66
"build": "webpack --node-env production --progress --config webpack.js",

0 commit comments

Comments
 (0)