This commit is contained in:
Johannes Millan 2025-04-12 13:18:04 +02:00
parent ab9d2a35f2
commit c1daf01602
8 changed files with 37 additions and 6 deletions

View file

@ -1,3 +1,9 @@
## [12.0.4](https://github.com/johannesjo/super-productivity/compare/v12.0.3...v12.0.4) (2025-04-12)
### Bug Fixes
- **android:** status bar for android sdk 30 ([ab9d2a3](https://github.com/johannesjo/super-productivity/commit/ab9d2a35f2b4a8b169d87cc250240cf92037e731))
## [12.0.3](https://github.com/johannesjo/super-productivity/compare/v12.0.2...v12.0.3) (2025-04-05)
### Bug Fixes

View file

@ -20,8 +20,8 @@ android {
minSdkVersion 24
targetSdkVersion 35
compileSdk 35
versionCode 12_00_03_0000
versionName "12.0.3"
versionCode 12_00_04_0000
versionName "12.0.4"
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 30

4
package-lock.json generated
View file

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

View file

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

View file

@ -0,0 +1,20 @@
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
exports.environment = void 0;
// This file can be replaced during build by using the `fileReplacements` array.
// `ng build ---prod` replaces `environment.ts` with `environment.prod.ts`.
// The list of file replacements can be found in `angular.json`.
var package_json_1 = require('../../package.json');
exports.environment = {
production: false,
stage: false,
version: package_json_1.default.version,
};
/*
* In development mode, for easier debugging, you can ignore zone related error
* stack frames such as `zone.run`/`zoneDelegate.invokeTask` by importing the
* below file. Don't forget to comment it out in production mode
* because it will have a performance impact when errors are thrown
*/
// import 'zone.js/plugins/zone-error'; // Included with Angular CLI.
//# sourceMappingURL=environment.js.map

View file

@ -0,0 +1 @@
{"version":3,"file":"environment.js","sourceRoot":"","sources":["environment.ts"],"names":[],"mappings":";;;AAAA,gFAAgF;AAChF,2EAA2E;AAC3E,gEAAgE;AAChE,mDAAqC;AAExB,QAAA,WAAW,GAAG;IACzB,UAAU,EAAE,KAAK;IACjB,KAAK,EAAE,KAAK;IACZ,OAAO,EAAE,sBAAG,CAAC,OAAO;CACrB,CAAC;AAEF;;;;;GAKG;AACH,sEAAsE"}

View file

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