Skip to content

Commit 84345cc

Browse files
committed
11.0.3
1 parent b55dd14 commit 84345cc

File tree

6 files changed

+41
-6
lines changed

6 files changed

+41
-6
lines changed

Diff for: CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## [11.0.3](https://github.com/johannesjo/super-productivity/compare/v11.0.2...v11.0.3) (2024-12-21)
2+
3+
### Bug Fixes
4+
5+
- **android:** android file sync not working [#3782](https://github.com/johannesjo/super-productivity/issues/3782) ([0cea914](https://github.com/johannesjo/super-productivity/commit/0cea91441c87e0a91e193ecb06277e568f5aa123))
6+
- issue panel being opened on start ([672ae67](https://github.com/johannesjo/super-productivity/commit/672ae67bfdc8d36194a01a52a1c25176ef7cb699))
7+
- **issueProvider:** crash on task done and related [#3779](https://github.com/johannesjo/super-productivity/issues/3779) ([bc4123e](https://github.com/johannesjo/super-productivity/commit/bc4123e742fd9f9dda5911e2c83d48452f84fd88))
8+
9+
### Features
10+
11+
- adjust locale to browser locale on app start [#3676](https://github.com/johannesjo/super-productivity/issues/3676) ([33c26c5](https://github.com/johannesjo/super-productivity/commit/33c26c52942f12b8c0c98816261547cb67200020))
12+
- also display am and pm for planner task badge [#3676](https://github.com/johannesjo/super-productivity/issues/3676) ([f0b27dc](https://github.com/johannesjo/super-productivity/commit/f0b27dc15baf00b14ea481cc22086a08286021c8))
13+
- also display am and pm for task time badge [#3676](https://github.com/johannesjo/super-productivity/issues/3676) ([4274434](https://github.com/johannesjo/super-productivity/commit/42744340a6ea50791c24bac3fd3c60ab69bc4055))
14+
- also localize schedule better [#3676](https://github.com/johannesjo/super-productivity/issues/3676) ([b55dd14](https://github.com/johannesjo/super-productivity/commit/b55dd14bc2e58d821752950554f0e9b782ee4ff8))
15+
- **android:** formatting ([25b5585](https://github.com/johannesjo/super-productivity/commit/25b5585faca725e3fcb6d6af017cecd7d52c1098))
16+
- **issueProvider:** remove jira pat and wonkyCookie modes [#2528](https://github.com/johannesjo/super-productivity/issues/2528) ([67b5430](https://github.com/johannesjo/super-productivity/commit/67b54307c69a5ee9babb04a617aa96ff9df0c777))
17+
- move monday-friday setting up ([3e9bdf1](https://github.com/johannesjo/super-productivity/commit/3e9bdf1b846faffef0b59c1d1668d427e2519d59))
18+
- use 12-hour format for schedule times [#3676](https://github.com/johannesjo/super-productivity/issues/3676) ([733a554](https://github.com/johannesjo/super-productivity/commit/733a554611e97bd8b69c58892f8ecde8a76a0cc0))
19+
120
## [11.0.2](https://github.com/johannesjo/super-productivity/compare/v11.0.1...v11.0.2) (2024-12-19)
221

322
### 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 34
2222
compileSdk 34
23-
versionCode 11_00_02_0000
24-
versionName "11.0.2"
23+
versionCode 110003_00_02_0000
24+
versionName "11.0.3"
2525
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
2626
manifestPlaceholders = [
2727
hostName : "app.super-productivity.com",
+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
2+
### Bug Fixes
3+
4+
* **android:** android file sync not working #3782
5+
* issue panel being opened on start
6+
* **issueProvider:** crash on task done and related #3779
7+
### Features
8+
9+
* adjust locale to browser locale on app start #3676
10+
* also display am and pm for planner task badge #3676
11+
* also display am and pm for task time badge #3676
12+
* also localize schedule better #3676
13+
* **android:** formatting
14+
* **issueProvider:** remove jira pat and wonkyCookie modes #2528
15+
* move monday-friday setting up
16+
* use 12-hour format for schedule times #3676

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": "11.0.2",
3+
"version": "11.0.3",
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: '11.0.2',
3+
version: '11.0.3',
44
revision: 'NO_REV',
55
branch: 'NO_BRANCH',
66
};

0 commit comments

Comments
 (0)