File tree Expand file tree Collapse file tree 5 files changed +21
-5
lines changed Expand file tree Collapse file tree 5 files changed +21
-5
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and 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
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ source_dir=$(build_dir)/source
77sign_dir =$(build_dir ) /sign
88package_name =$(app_name )
99cert_dir =$(HOME ) /.nextcloud/certificates
10- version+ =14.1.2
10+ version+ =14.2.0
1111
1212all : dev-setup build-js-production composer-no-dev
1313
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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 >  ; </p >
You canβt perform that action at this time.
0 commit comments