Skip to content

Commit 2e6b016

Browse files
committed
v4.8.6
1 parent 3069adc commit 2e6b016

File tree

5 files changed

+14
-6
lines changed

5 files changed

+14
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## v4.8.6
4+
5+
### Fixes
6+
- build.gradle: Fix version
7+
- NewAccount: Link to importexport view for better discovery (only in browser)
8+
- [Android] Allow self-signed certificates added to the Android user cert store
9+
10+
311
## v4.8.5
412

513
### Fixes

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ android {
66
applicationId "org.handmadeideas.floccus"
77
minSdkVersion rootProject.ext.minSdkVersion
88
targetSdkVersion rootProject.ext.targetSdkVersion
9-
versionCode 004008005
10-
versionName "4.8.5"
9+
versionCode 4008006
10+
versionName "4.8.6"
1111
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1212
aaptOptions {
1313
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 2,
33
"name": "floccus bookmarks sync",
44
"short_name": "floccus",
5-
"version": "4.8.5",
5+
"version": "4.8.6",
66
"description": "__MSG_DescriptionExtension__",
77
"icons": {
88
"48": "icons/logo.png",

package-lock.json

Lines changed: 2 additions & 2 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": "floccus",
3-
"version": "4.8.5",
3+
"version": "4.8.6",
44
"description": "Sync your bookmarks across browsers via Nextcloud, WebDAV or Google Drive",
55
"scripts": {
66
"build": "gulp",

0 commit comments

Comments
 (0)