Releases: ViscousPot/GitSync
Releases · ViscousPot/GitSync
Release v1.708
New Features
- discard file changes (6ccb983)
Bug Fixes
Other Changes
- sync now to sync changes (9766340)
Full Changelog: v1.707...v1.708
Release v1.707
New Features
- migrate to custom issue reporting (df76f0b)
Bug Fixes
- inaccurate error message when pull not required (140ba05)
Full Changelog: v1.706...v1.707
Release v1.706
What's Changed
- Fix/error when fetch head is null by @ViscousPot in #152
- fix/error-when-using-ssh-with-gitlab by @ViscousPot in #153
- feat/improve-ssl-missing-from-git-repo by @ViscousPot in #156
- feat/retry-sync-if-network-lost by @ViscousPot in #154
- feat/copy-logs-to-clipboard-option by @ViscousPot in #155
Full Changelog: v1.703...v1.706
Release v1.703
New Features
- update strings (ced60bd)
- error safely (502ca8e)
- allow formatting for custom sync messages (0ed246f)
- custom sync message for merge (53879e6)
Bug Fixes
Chores
- update string references (f3a34f0)
- decrease issue log count (0ec15ac)
- remove beta from https and ssh auth options (e4f0efa)
- add es string (a1152be)
Other Changes
Release v1.701
What's Changed
- fix: change-git-provider-after-auth by @ViscousPot in #115
- Feat/increase transport timeout by @ViscousPot in #121
- Feat/manual sync option by @ViscousPot in #113
- Feat/multiple repo support by @ViscousPot in #117
- Feat/improve invalid remote error by @ViscousPot in #128
- Feat/spanish language support by @ViscousPot in #129
- feat: jump between conflicts using arrow keys by @ViscousPot in #132
Bug Fixes
- disallow adding repo with same name (43a3e5b)
Full Changelog: v1.641...v1.701
Release v1.641
New Features
- alllow opening restricted settings menu before repo clone (30bb4e7)
- add and implement "remote" entry setting (c059856)
- add force push and pull functionality (d60ea02)
- create custom spinner implementation (a9b6fbb)
- increase get repo request timeout and fail safely (82e76fd)
Bug Fixes
- clear recent commits when changing repo (c3a01ca)
- report a bug button crashes when no logs exist (9d9bc5f)
Chores
- add icons and strings (b513cfa)
- rename GitProviderAdapter to be generic (9ce2430)
- add unknown_error string (222e5df)
Other Changes
- fail force push pull gracefully (fcb15f3)
- reorder settings items (7007757)
- remote input label copy (9f2f3bc)
- ViscousPotential/GitSync (d828bfa)
What's Changed
- Feat/dropdown sync menu with force push and pull by @ViscousPot in #106
- Feat/add remote origin name to settings by @ViscousPot in #92
Full Changelog: v1.640...v1.641
Release v1.640
New Features
- add copy priv key to clipboard and restore (f199c61)
Chores
- add comments to explain requirement for both git.add commands (65e10bf)
What's Changed
- feat/backup and restore priv key by @ViscousPot in #100
Full Changelog: v1.639...v1.640
Release v1.639
New Features
- improve recent commit speed by reading from .git files (4a54538)
Bug Fixes
- improve app startup times (a340797)
- remove use of deprecated layout_constraintWidth_default (a066d69)
Full Changelog: v1.638...v1.639
Release v1.638
Bug Fixes
- editable repo name (16e75c5)
What's Changed
- Feat/report bug button in settings dialog by @ViscousPot in #93
Full Changelog: v1.637...v1.638
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