Skip to content

Commit

Permalink
v10.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Klehr <[email protected]>
  • Loading branch information
marcelklehr committed Jun 22, 2022
1 parent 5a459ee commit c3be133
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [10.5.0] - 2022-06-22

### New
- Add ClearPreviews command
- UI: Implement folder tree in AppContentList

### Fixed
- UI: Add "K" to bookmarks count
- CrawlService: Make sure archived files always have a file ext
- Fix BackupJob check
- BookmarkMapper#findAll: Implement recursive query. Should fix some performance problems

## [10.4.0] - 2022-06-08

### New
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ source_dir=$(build_dir)/source
sign_dir=$(build_dir)/sign
package_name=$(app_name)
cert_dir=$(HOME)/.nextcloud/certificates
version+=10.4.0
version+=10.5.0

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

Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Requirements:
- mbstring: *
- Nextcloud v20+
]]></description>
<version>10.4.0</version>
<version>10.5.0</version>
<licence>agpl</licence>
<author mail="[email protected]">Marcel Klehr</author>
<author mail="[email protected]" homepage="https://www.arthur-schiwon.de">Arthur Schiwon</author>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bookmarks",
"version": "10.4.0",
"version": "10.5.0",
"main": "js/index.js",
"scripts": {
"build": "NODE_ENV=production webpack --progress --config webpack.js",
Expand Down

0 comments on commit c3be133

Please sign in to comment.