-
-
Notifications
You must be signed in to change notification settings - Fork 973
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
0046a52
commit 6b871bd
Showing
6 changed files
with
102 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,46 @@ | ||
|
||
### Bug Fixes | ||
|
||
* add missing no list tag cleanup | ||
* banner z-index | ||
* build error | ||
* dialog titles styling | ||
* **issueProvider:** jira error | ||
* live reload for electron | ||
* tag ani not working | ||
### Features | ||
|
||
* add better handling for when trying to schedule to today task to today (sarah's case) | ||
* add info about total tasks planned for day when scheduling tasks | ||
* **android:** also make gitlab requests work | ||
* **android:** make jira get requests work for android | ||
* **android:** properly disable service worker for android as it does not always work | ||
* improve durations input format #3736 | ||
* improve scheduled snack | ||
* improve snack | ||
* improve styling | ||
* **issueProvider:** add ani to issue list | ||
* **issueProvider:** add cross-origin warning | ||
* **issueProvider:** cleanup gitlab 1 | ||
* **issueProvider:** hide project for gitlab issue | ||
* **issueProvider:** improve adjust order | ||
* **issueProvider:** improve error handling | ||
* **issueProvider:** improve gitlab config form | ||
* **issueProvider:** improve header manipulation and also change jira way of authentication | ||
* **issueProvider:** improve styling | ||
* **issueProvider:** improve styling 2 | ||
* **issueProvider:** make basic gitlab stuff work again #3300 | ||
* **issueProvider:** make issue provider sorting work better | ||
* **issueProvider:** make scroll bar styling work | ||
* **issueProvider:** make snack work | ||
* **issueProvider:** remove legacy issueIds for GitLab issue tasks | ||
* make context menu quick access schedule work similar to schedule dialog | ||
* only show project additional button, when there are projects | ||
* remove confirmation before migrating | ||
* **simpleCounter:** remove auto count stuff | ||
* **xLevelSubTasks:** add required parsers | ||
* **xLevelSubTasks:** add very basic sub sub task mode | ||
### Reverts | ||
|
||
* Revert "build: update dep" | ||
* Revert "build: downgrade dep again to fix build" |
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: '10.3.0-rc.3', | ||
version: '11.0.0', | ||
revision: 'NO_REV', | ||
branch: 'NO_BRANCH', | ||
}; |