Skip to content

Commit

Permalink
11.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesjo committed Dec 21, 2024
1 parent b55dd14 commit 84345cc
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 6 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## [11.0.3](https://github.com/johannesjo/super-productivity/compare/v11.0.2...v11.0.3) (2024-12-21)

### Bug Fixes

- **android:** android file sync not working [#3782](https://github.com/johannesjo/super-productivity/issues/3782) ([0cea914](https://github.com/johannesjo/super-productivity/commit/0cea91441c87e0a91e193ecb06277e568f5aa123))
- issue panel being opened on start ([672ae67](https://github.com/johannesjo/super-productivity/commit/672ae67bfdc8d36194a01a52a1c25176ef7cb699))
- **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))

### Features

- 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))
- 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))
- 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))
- also localize schedule better [#3676](https://github.com/johannesjo/super-productivity/issues/3676) ([b55dd14](https://github.com/johannesjo/super-productivity/commit/b55dd14bc2e58d821752950554f0e9b782ee4ff8))
- **android:** formatting ([25b5585](https://github.com/johannesjo/super-productivity/commit/25b5585faca725e3fcb6d6af017cecd7d52c1098))
- **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))
- move monday-friday setting up ([3e9bdf1](https://github.com/johannesjo/super-productivity/commit/3e9bdf1b846faffef0b59c1d1668d427e2519d59))
- 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))

## [11.0.2](https://github.com/johannesjo/super-productivity/compare/v11.0.1...v11.0.2) (2024-12-19)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ android {
minSdkVersion 24
targetSdkVersion 34
compileSdk 34
versionCode 11_00_02_0000
versionName "11.0.2"
versionCode 110003_00_02_0000
versionName "11.0.3"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
manifestPlaceholders = [
hostName : "app.super-productivity.com",
Expand Down
16 changes: 16 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/110003.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@

### Bug Fixes

* **android:** android file sync not working #3782
* issue panel being opened on start
* **issueProvider:** crash on task done and related #3779
### Features

* adjust locale to browser locale on app start #3676
* also display am and pm for planner task badge #3676
* also display am and pm for task time badge #3676
* also localize schedule better #3676
* **android:** formatting
* **issueProvider:** remove jira pat and wonkyCookie modes #2528
* move monday-friday setting up
* use 12-hour format for schedule times #3676
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "superProductivity",
"version": "11.0.2",
"version": "11.0.3",
"description": "ToDo list and Time Tracking",
"keywords": [
"ToDo",
Expand Down
2 changes: 1 addition & 1 deletion src/environments/versions.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// this file is automatically generated by git.version.ts script
export const versions = {
version: '11.0.2',
version: '11.0.3',
revision: 'NO_REV',
branch: 'NO_BRANCH',
};

0 comments on commit 84345cc

Please sign in to comment.