Skip to content

Commit 4eec139

Browse files
committed
v15.1.2
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
1 parent 2fb0156 commit 4eec139

4 files changed

Lines changed: 15 additions & 4 deletions

File tree

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.2] - 2025-07-13
8+
9+
### Fixed
10+
11+
* fix(CrawlService): archive.enabled check would always be true Marcel Klehr 8 minutes ago
12+
* feat(ClearPreviews command): Clear last_preview column in addition to cache
13+
* fix(BookmarkPreviewer): Do not store guaranteed null responses in cache
14+
* fix(GenericUrlBookmarkPreviewer): Check URL not API key & Add generic previewer to previewers list
15+
* Build(deps): Update rowbot/url requirement from ^3.0 to ^4.0
16+
* fix(l10n): Update translations from Transifex
17+
718
## [15.1.1] - 2025-06-21
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.1.1
10+
version+=15.1.2
1111

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

appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ Requirements:
2323
- mbstring: *
2424
- when using MySQL, use at least v8.0
2525
]]></description>
26-
<version>15.1.1</version>
26+
<version>15.1.2</version>
2727
<licence>agpl</licence>
28-
<author mail="mklehr@gmx.net">Marcel Klehr</author>
28+
<author mail="mklehr@gmx.net" homepage="https://marcelklehr.de">Marcel Klehr</author>
2929
<author mail="blizzz@arthur-schiwon.de" homepage="https://www.arthur-schiwon.de">Arthur Schiwon</author>
3030
<author>Marvin Thomas Rabe</author>
3131
<author>Stefan Klemm</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.1",
3+
"version": "15.1.2",
44
"main": "js/index.js",
55
"scripts": {
66
"build": "webpack --node-env production --progress --config webpack.js",

0 commit comments

Comments
 (0)