File tree Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,18 @@ 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+ ## [ 10.5.0] - 2022-06-22
8+
9+ ### New
10+ - Add ClearPreviews command
11+ - UI: Implement folder tree in AppContentList
12+
13+ ### Fixed
14+ - UI: Add "K" to bookmarks count
15+ - CrawlService: Make sure archived files always have a file ext
16+ - Fix BackupJob check
17+ - BookmarkMapper#findAll: Implement recursive query. Should fix some performance problems
18+
719## [ 10.4.0] - 2022-06-08
820
921### New
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+ =10.4 .0
10+ version+ =10.5 .0
1111
1212all : dev-setup build-js-production composer-no-dev
1313
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Requirements:
2323 - mbstring: *
2424 - Nextcloud v20+
2525]]> </description >
26- <version >10.4 .0</version >
26+ <version >10.5 .0</version >
2727 <licence >agpl</licence >
2828 <
author mail =
" [email protected] " >Marcel Klehr</
author >
2929 <
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" : " 10.4 .0" ,
3+ "version" : " 10.5 .0" ,
44 "main" : " js/index.js" ,
55 "scripts" : {
66 "build" : " NODE_ENV=production webpack --progress --config webpack.js" ,
You can’t perform that action at this time.
0 commit comments