Skip to content

Commit c0eef42

Browse files
committed
12.0.2
1 parent 99748b1 commit c0eef42

File tree

6 files changed

+33
-6
lines changed

6 files changed

+33
-6
lines changed

Diff for: CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## [12.0.2](https://github.com/johannesjo/super-productivity/compare/v12.0.1...v12.0.2) (2025-04-03)
2+
3+
### Bug Fixes
4+
5+
- invalid translation variables [#4179](https://github.com/johannesjo/super-productivity/issues/4179) {{}} ([b7fb14f](https://github.com/johannesjo/super-productivity/commit/b7fb14f089bcbfac3550f9ea687904b1fe7498f1))
6+
- LocalBackupService not instantiating [#4137](https://github.com/johannesjo/super-productivity/issues/4137) ([e57a080](https://github.com/johannesjo/super-productivity/commit/e57a080b86d2acf8f44cb2a5c25c5cbf8386318e))
7+
- t.at is not a function [#4162](https://github.com/johannesjo/super-productivity/issues/4162) ([3538d74](https://github.com/johannesjo/super-productivity/commit/3538d748bf156e8c04d85092066c8587bf993c4c))
8+
- unable to select subtasks anymore ([9a2bab0](https://github.com/johannesjo/super-productivity/commit/9a2bab091f99ab8aba8a565a3533b0c68dc21d3d))
9+
10+
### Features
11+
12+
- add track time sound configuration and notifications ([74827cc](https://github.com/johannesjo/super-productivity/commit/74827cc2758cdbbe630faafc4d5fe9a3c7373199))
13+
- hide remove from today button for today list [#4101](https://github.com/johannesjo/super-productivity/issues/4101) ([f7cf56f](https://github.com/johannesjo/super-productivity/commit/f7cf56f47b1900df69e9dfc2eb9e81f2552a1e51))
14+
- update translations ([fd884ce](https://github.com/johannesjo/super-productivity/commit/fd884cee7cbf0522f28e312c6a84bb57a81b850a))
15+
116
## [12.0.1](https://github.com/johannesjo/super-productivity/compare/v11.1.3...v12.0.1) (2025-03-14)
217

318
### Bug Fixes

Diff for: android/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ android {
2020
minSdkVersion 24
2121
targetSdkVersion 35
2222
compileSdk 35
23-
versionCode 12_00_01_0000
24-
versionName "12.0.1"
23+
versionCode 12_00_02_0000
24+
versionName "12.0.2"
2525
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
2626
manifestPlaceholders = [
2727
hostName : "app.super-productivity.com",
+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
2+
### Bug Fixes
3+
4+
* invalid translation variables #4179 {{}}
5+
* LocalBackupService not instantiating #4137
6+
* t.at is not a function #4162
7+
* unable to select subtasks anymore
8+
### Features
9+
10+
* add track time sound configuration and notifications
11+
* hide remove from today button for today list #4101
12+
* update translations

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "superProductivity",
3-
"version": "12.0.1",
3+
"version": "12.0.2",
44
"description": "ToDo list and Time Tracking",
55
"keywords": [
66
"ToDo",

Diff for: src/environments/versions.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// this file is automatically generated by git.version.ts script
22
export const versions = {
3-
version: '12.0.1',
3+
version: '12.0.2',
44
revision: 'NO_REV',
55
branch: 'NO_BRANCH',
66
};

0 commit comments

Comments
 (0)