-
-
Notifications
You must be signed in to change notification settings - Fork 962
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b55dd14
commit 84345cc
Showing
6 changed files
with
41 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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', | ||
}; |