Skip to content

Commit ffb11a1

Browse files
committed
v10.4.0
Signed-off-by: Marcel Klehr <[email protected]>
1 parent bcb4c93 commit ffb11a1

File tree

5 files changed

+113
-7
lines changed

5 files changed

+113
-7
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ 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+
## [10.4.0] - 2022-06-08
8+
9+
### New
10+
- "Copy link" menu option for bookmarks
11+
12+
### Fixed
13+
- ExtractFomNotes: Change warning to debug log message
14+
- Disable Backup by default
15+
- Navigation: Display large numbers as "10.2K"
16+
- Sync performance: BookmarkService#create: Don't crawl new bookmarks directly but add IndividualCrawlJob
17+
- New translations from from transifex
18+
- Update dependencies
19+
720
## [10.3.1] - 2022-04-19
821

922
### 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+=10.3.1
10+
version+=10.4.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
@@ -23,7 +23,7 @@ Requirements:
2323
- mbstring: *
2424
- Nextcloud v20+
2525
]]></description>
26-
<version>10.3.1</version>
26+
<version>10.4.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>

package-lock.json

Lines changed: 97 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "10.3.1",
3+
"version": "10.4.0",
44
"main": "js/index.js",
55
"scripts": {
66
"build": "NODE_ENV=production webpack --progress --config webpack.js",

0 commit comments

Comments
 (0)