This commit is contained in:
Marcel Klehr 2021-03-02 12:16:05 +01:00
Родитель 0af6d4e7f9
Коммит f91cfbbc18
3 изменённых файлов: 12 добавлений и 2 удалений

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

@ -1,5 +1,15 @@
# Changelog
## v4.6.0
### New
- Sync via Google Drive
- Optionally encrypt your sync file
- Allow sending client certificates
### Fixed
- Fix Crypto module
## v4.5.0
### New

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

@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "floccus bookmarks sync",
"short_name": "floccus",
"version": "4.5.1",
"version": "4.6.0",
"description": "__MSG_DescriptionExtension__",
"icons": {
"48": "icons/logo.png",

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

@ -1,6 +1,6 @@
{
"name": "floccus",
"version": "4.5.0",
"version": "4.6.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {