Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
Marcel Klehr 2024-01-07 18:23:01 +01:00
Родитель 23e1732a61
Коммит 39571374e6
7 изменённых файлов: 15 добавлений и 8 удалений

Просмотреть файл

@ -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",

4
package-lock.json сгенерированный
Просмотреть файл

@ -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",