v5.0.8
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
Родитель
23e1732a61
Коммит
39571374e6
|
@ -1,5 +1,12 @@
|
|||
# Changelog
|
||||
|
||||
## [5.0.8] - 2024-01-07
|
||||
|
||||
### Fixed
|
||||
|
||||
* fix(nextcloud login flow): Use standalone browser on iOS
|
||||
* fix(manifest.firefox.json): Make sure host permission matches the one in the code
|
||||
|
||||
## [5.0.7] - 2024-01-04
|
||||
|
||||
### Fixed
|
||||
|
|
|
@ -7,8 +7,8 @@ android {
|
|||
applicationId "org.handmadeideas.floccus"
|
||||
minSdkVersion rootProject.ext.minSdkVersion
|
||||
targetSdkVersion rootProject.ext.targetSdkVersion
|
||||
versionCode 5000007
|
||||
versionName "5.0.7"
|
||||
versionCode 5000008
|
||||
versionName "5.0.8"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
aaptOptions {
|
||||
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"manifest_version": 3,
|
||||
"name": "floccus bookmarks sync",
|
||||
"short_name": "floccus",
|
||||
"version": "5.0.7",
|
||||
"version": "5.0.8",
|
||||
"description": "__MSG_DescriptionExtension__",
|
||||
"icons": {
|
||||
"48": "icons/logo.png",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"manifest_version": 2,
|
||||
"name": "floccus bookmarks sync",
|
||||
"short_name": "floccus",
|
||||
"version": "5.0.7",
|
||||
"version": "5.0.8",
|
||||
"description": "__MSG_DescriptionExtension__",
|
||||
"icons": {
|
||||
"48": "icons/logo.png",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"manifest_version": 3,
|
||||
"name": "floccus bookmarks sync",
|
||||
"short_name": "floccus",
|
||||
"version": "5.0.7",
|
||||
"version": "5.0.8",
|
||||
"description": "__MSG_DescriptionExtension__",
|
||||
"icons": {
|
||||
"48": "icons/logo.png",
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "floccus",
|
||||
"version": "5.0.7",
|
||||
"version": "5.0.8",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "floccus",
|
||||
"version": "5.0.7",
|
||||
"version": "5.0.8",
|
||||
"license": "MPL-2.0",
|
||||
"dependencies": {
|
||||
"@byteowls/capacitor-oauth2": "5.x",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "floccus",
|
||||
"version": "5.0.7",
|
||||
"version": "5.0.8",
|
||||
"description": "Sync your bookmarks privately across browsers and devices",
|
||||
"scripts": {
|
||||
"build": "gulp",
|
||||
|
|
Загрузка…
Ссылка в новой задаче