Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/bookmarks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Klehr <mklehr@gmx.net>2019-06-16 19:44:04 +0300
committerMarcel Klehr <mklehr@gmx.net>2019-06-16 19:44:04 +0300
commitf0eeae6811d274ba92667e71c9dfe1a90954309d (patch)
tree76e438b6d94db6c1f4f08f4c01745189e7edc3f8
parent3daf1e6181bc84cd72e240c75109cb35f960bd89 (diff)
v1.0.6v1.0.6
-rw-r--r--CHANGELOG.md11
-rw-r--r--Makefile2
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
5 files changed, 15 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 00000000..3c13e6b2
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,11 @@
+## v1.0.6
+
+- FIX: Set timeout for submitting tags
+- NEW: Create favicon
+- FIX: Bump interactjs from 1.3.4 to 1.4.10
+- FIX: UrlNormalizer: Don't enforce normalization
+- NEW: updated from transifex
+- FIX: Truncate tags in grid view
+- FIX: Remove background colors
+- FIX folder collapse css
+- FIX: Speed up findBookmarks SQL query
diff --git a/Makefile b/Makefile
index e28c00fa..6f42052d 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ source_dir=$(build_dir)/source
sign_dir=$(build_dir)/sign
package_name=$(app_name)
cert_dir=$(HOME)/.nextcloud/certificates
-version+=1.0.5
+version+=1.0.6
all: appstore
diff --git a/appinfo/info.xml b/appinfo/info.xml
index ece52469..cab16bc4 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -8,7 +8,7 @@
This app allows you to store and organize your favorite places on the web in one spot, while allowing you to sync them with your various devices and browsers.
Check out the third-party clients listed here: https://github.com/nextcloud/bookmarks#third-party-clients
]]></description>
- <version>1.0.5</version>
+ <version>1.0.6</version>
<licence>agpl</licence>
<author mail="blizzz@arthur-schiwon.de" homepage="https://www.arthur-schiwon.de">Arthur Schiwon</author>
<author mail="mklehr@gmx.net">Marcel Klehr</author>
diff --git a/package-lock.json b/package-lock.json
index fcf490f4..8794ba42 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "bookmarks",
- "version": "1.0.5",
+ "version": "1.0.6",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 995d4a58..85a01d1c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "bookmarks",
- "version": "1.0.5",
+ "version": "1.0.6",
"main": "js/index.js",
"scripts": {
"build": "webpack"