Release v1.637
New Features
- gate showing toasts and notifications (ab01aff)
- allow skipping notif perm in onboarding (e369717)
- real debounced sync for better consecutive sync handling (d94272a)
- add custom commit author support (163d90f)
- add new inputs and make settings scrollable (5f2a284)
- replace deprecated dialog with custom implementation (dde6d7d)
- unify basic dialog theming (8d95d40)
Bug Fixes
- null head parsing recent commits (6783a01)
- request workflow scope in github oauth (f02ae5d)
- show dialog and allow clone anyway (d4d160d)
- author default values (27bd5f7)
Chores
- remove old error message textview (c6beeb2)
- remove old theme (f2e9c54)
- move basicdialog fn to basedialog (41d6363)
Other Changes
- error message (74b9a4a)
What's Changed
- chore/extract-custom-dialogs-to-separate-files by @ViscousPot in #55
- Fix/preserve indentation after merge conflict by @ViscousPot in #66
- Feat/real debounced sync by @ViscousPot in #67
- Feat/validate url based on selected auth method by @ViscousPot in #61
- Feat/allow clone when repo url invalid by @ViscousPot in #68
- Feat/notification permission optional by @ViscousPot in #69
- Improve performance in big repos by adding files to stage explicitly by @lordi in #84
- fix/request workflow scope in github oauth by @ViscousPot in #94
- fix/null head parsing recent commits by @ViscousPot in #95
New Contributors
Full Changelog: v1.636...v1.637