mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-18 00:46:45 +00:00
17.0.2
This commit is contained in:
parent
c3db97b0e8
commit
298c956518
7 changed files with 40 additions and 18 deletions
|
|
@ -1,3 +1,12 @@
|
|||
## [17.0.2](https://github.com/super-productivity/super-productivity/compare/v17.0.1...v17.0.2) (2026-01-25)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- **ci:** only run dependency vulnerability review on pull requests ([#6153](https://github.com/super-productivity/super-productivity/issues/6153)) ([1b32a81](https://github.com/super-productivity/super-productivity/commit/1b32a81f7615ca7b3dc58501308c24039105214a))
|
||||
- **sync:** address code review findings and add encryption tests ([e48749d](https://github.com/super-productivity/super-productivity/commit/e48749d0f79039b335850040f0e2c8d4d293335f))
|
||||
- **sync:** clear adapter cache on encryption changes and add safety limits ([fe9db14](https://github.com/super-productivity/super-productivity/commit/fe9db14d7ac1e1df2dd11053dd23a40d79237107))
|
||||
- **sync:** use CapacitorHttp for SuperSync on iOS native platform ([#6154](https://github.com/super-productivity/super-productivity/issues/6154)) ([feb8604](https://github.com/super-productivity/super-productivity/commit/feb860498b6019d4772b4dcc7842afff41e5b6a5)), closes [#6151](https://github.com/super-productivity/super-productivity/issues/6151)
|
||||
|
||||
## [17.0.1](https://github.com/super-productivity/super-productivity/compare/v17.0.0...v17.0.1) (2026-01-24)
|
||||
|
||||
### Bug Fixes
|
||||
|
|
|
|||
|
|
@ -20,8 +20,8 @@ android {
|
|||
minSdkVersion 24
|
||||
targetSdkVersion 35
|
||||
compileSdk 35
|
||||
versionCode 17_00_01_9000
|
||||
versionName "17.0.1"
|
||||
versionCode 17_00_02_9000
|
||||
versionName "17.0.2"
|
||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||
manifestPlaceholders = [
|
||||
hostName : "app.super-productivity.com",
|
||||
|
|
|
|||
|
|
@ -0,0 +1,10 @@
|
|||
|
||||
### Bug Fixes
|
||||
|
||||
* **ci:** only run dependency vulnerability review on pull requests (#6153)
|
||||
* **sync:** address code review findings and add encryption tests
|
||||
* **sync:** clear adapter cache on encryption changes and add safety limits
|
||||
* **sync:** use CapacitorHttp for SuperSync on iOS native platform (#6154) (feb8604), closes #6151
|
||||
|
||||
|
||||
|
||||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "superProductivity",
|
||||
"version": "17.0.1",
|
||||
"version": "17.0.2",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "superProductivity",
|
||||
"version": "17.0.1",
|
||||
"version": "17.0.2",
|
||||
"license": "MIT",
|
||||
"workspaces": [
|
||||
"packages/*"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "superProductivity",
|
||||
"version": "17.0.1",
|
||||
"version": "17.0.2",
|
||||
"description": "ToDo list and Time Tracking",
|
||||
"keywords": [
|
||||
"ToDo",
|
||||
|
|
|
|||
27
packages/plugin-dev/package-lock.json
generated
27
packages/plugin-dev/package-lock.json
generated
|
|
@ -2271,19 +2271,21 @@
|
|||
]
|
||||
},
|
||||
"node_modules/seroval": {
|
||||
"version": "1.3.2",
|
||||
"resolved": "https://registry.npmjs.org/seroval/-/seroval-1.3.2.tgz",
|
||||
"integrity": "sha512-RbcPH1n5cfwKrru7v7+zrZvjLurgHhGyso3HTyGtRivGWgYjbOmGuivCQaORNELjNONoK35nj28EoWul9sb1zQ==",
|
||||
"version": "1.5.0",
|
||||
"resolved": "https://registry.npmjs.org/seroval/-/seroval-1.5.0.tgz",
|
||||
"integrity": "sha512-OE4cvmJ1uSPrKorFIH9/w/Qwuvi/IMcGbv5RKgcJ/zjA/IohDLU6SVaxFN9FwajbP7nsX0dQqMDes1whk3y+yw==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=10"
|
||||
}
|
||||
},
|
||||
"node_modules/seroval-plugins": {
|
||||
"version": "1.3.2",
|
||||
"resolved": "https://registry.npmjs.org/seroval-plugins/-/seroval-plugins-1.3.2.tgz",
|
||||
"integrity": "sha512-0QvCV2lM3aj/U3YozDiVwx9zpH0q8A60CTWIv4Jszj/givcudPb48B+rkU5D51NJ0pTpweGMttHjboPa9/zoIQ==",
|
||||
"version": "1.5.0",
|
||||
"resolved": "https://registry.npmjs.org/seroval-plugins/-/seroval-plugins-1.5.0.tgz",
|
||||
"integrity": "sha512-EAHqADIQondwRZIdeW2I636zgsODzoBDwb3PT/+7TLDWyw1Dy/Xv7iGUIEXXav7usHDE9HVhOU61irI3EnyyHA==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=10"
|
||||
},
|
||||
|
|
@ -2313,14 +2315,15 @@
|
|||
}
|
||||
},
|
||||
"node_modules/solid-js": {
|
||||
"version": "1.9.7",
|
||||
"resolved": "https://registry.npmjs.org/solid-js/-/solid-js-1.9.7.tgz",
|
||||
"integrity": "sha512-/saTKi8iWEM233n5OSi1YHCCuh66ZIQ7aK2hsToPe4tqGm7qAejU1SwNuTPivbWAYq7SjuHVVYxxuZQNRbICiw==",
|
||||
"version": "1.9.11",
|
||||
"resolved": "https://registry.npmjs.org/solid-js/-/solid-js-1.9.11.tgz",
|
||||
"integrity": "sha512-WEJtcc5mkh/BnHA6Yrg4whlF8g6QwpmXXRg4P2ztPmcKeHHlH4+djYecBLhSpecZY2RRECXYUwIc/C2r3yzQ4Q==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"csstype": "^3.1.0",
|
||||
"seroval": "~1.3.0",
|
||||
"seroval-plugins": "~1.3.0"
|
||||
"seroval": "~1.5.0",
|
||||
"seroval-plugins": "~1.5.0"
|
||||
}
|
||||
},
|
||||
"node_modules/solid-refresh": {
|
||||
|
|
@ -2688,7 +2691,7 @@
|
|||
"@super-productivity/vite-plugin": "file:../../vite-plugin",
|
||||
"@types/node": "^22.15.33",
|
||||
"archiver": "^7.0.1",
|
||||
"solid-js": "^1.9.7",
|
||||
"solid-js": "^1.9.11",
|
||||
"typescript": "^5.8.3",
|
||||
"vite": "^7.2.0",
|
||||
"vite-plugin-solid": "^2.11.10"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
// this file is automatically generated by git.version.ts script
|
||||
export const versions = {
|
||||
version: '17.0.1',
|
||||
version: '17.0.2',
|
||||
revision: 'NO_REV',
|
||||
branch: 'NO_BRANCH',
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue