Skip to content

Commit b7fff80

Browse files
committed
v14.2.0
Signed-off-by: Marcel Klehr <[email protected]>
1 parent fe321c1 commit b7fff80

File tree

5 files changed

+21
-5
lines changed

5 files changed

+21
-5
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ 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+
## [14.2.0] - 2024-06-08
8+
9+
### New
10+
11+
* feat: Visualize click count
12+
13+
### Fixed
14+
15+
* fix: Soft-deleting multiple folders breaks interface
16+
* fix(Settings): Add icons for need-help and support-project sections
17+
* fix(PageresBookmarkPreviewer)
18+
* fix(FaviconPreviewer): Correctly use inferred favicon from scraper
19+
* fix: Improve virtual scroll
20+
* fix: Fix hard deletion of folders
21+
* fix: Fix hard deletion of bookmarks
22+
* fix: Small visual fixes
23+
* fix: Display URL if title is empty
724

825
## [14.1.2] - 2024-06-01
926

β€Ž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+=14.1.2
10+
version+=14.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
@@ -22,7 +22,7 @@ Requirements:
2222
- mbstring: *
2323
- when using MySQL, use at least v8.0
2424
]]></description>
25-
<version>14.1.2</version>
25+
<version>14.2.0</version>
2626
<licence>agpl</licence>
2727
<author mail="[email protected]">Marcel Klehr</author>
2828
<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": "14.1.2",
3+
"version": "14.2.0",
44
"main": "js/index.js",
55
"scripts": {
66
"build": "webpack --node-env production --progress --config webpack.js",

β€Žsrc/components/WhatsnewModal.vueβ€Ž

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
<div class="whatsnew">
1010
<h3>✨ {{ t('bookmarks', 'What\'s new?') }}</h3>
1111
<ul>
12-
<li>β­• You can now share bookmarks with Circles</li>
13-
<li>πŸ—‘ You can now get back deleted items from the trash bin</li>
12+
<li>πŸ”₯ Visualized click count</li>
1413
<li>πŸ› Lots of small bug fixes and performance improvements</li>
1514
</ul>
1615
<p>&nbsp;</p>

0 commit comments

Comments
Β (0)