This commit is contained in:
Johannes Millan 2025-04-05 12:28:42 +02:00
parent 70c03081c9
commit 6923127d8b
6 changed files with 16 additions and 6 deletions

View file

@ -1,3 +1,9 @@
## [12.0.3](https://github.com/johannesjo/super-productivity/compare/v12.0.2...v12.0.3) (2025-04-05)
### Bug Fixes
- **android:** status bar for android sdk 35 [#4205](https://github.com/johannesjo/super-productivity/issues/4205) ([0d853f2](https://github.com/johannesjo/super-productivity/commit/0d853f21e6822e3ed1326da9b095abd0e744f3d1))
## [12.0.2](https://github.com/johannesjo/super-productivity/compare/v12.0.1...v12.0.2) (2025-04-03)
### Bug Fixes

View file

@ -20,8 +20,8 @@ android {
minSdkVersion 24
targetSdkVersion 35
compileSdk 35
versionCode 12_00_02_0000
versionName "12.0.2"
versionCode 12_00_03_0000
versionName "12.0.3"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
manifestPlaceholders = [
hostName : "app.super-productivity.com",

View file

@ -0,0 +1,4 @@
### Bug Fixes
* **android:** status bar for android sdk 35 #4205

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "superProductivity",
"version": "12.0.2",
"version": "12.0.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "superProductivity",
"version": "12.0.2",
"version": "12.0.3",
"license": "MIT",
"dependencies": {
"electron-dl": "^3.5.2",

View file

@ -1,6 +1,6 @@
{
"name": "superProductivity",
"version": "12.0.2",
"version": "12.0.3",
"description": "ToDo list and Time Tracking",
"keywords": [
"ToDo",

View file

@ -1,6 +1,6 @@
// this file is automatically generated by git.version.ts script
export const versions = {
version: '12.0.2',
version: '12.0.3',
revision: 'NO_REV',
branch: 'NO_BRANCH',
};