All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.1.1 (2021-06-24)
- refresh file list when navigating away then back to app (e9b86a8)
- add error handling to repo loading (e280a2b)
- bottom sheet background is fixed (f1749e1)
- bottom sheet no longer has blank spaces in header (e2c9a99)
- branches error screen no longer crashes the app (27f6f56)
- commit and reset work on Android 8 (7eea90a)
- crashing issues on Android 8 devices (c8fb93a)
- minor improvements to bottom sheet pop in effect (f676512)
- remove broken merge button (9aa1412)
- show project name instead of "repository" (60c0753)
- when no tracked branch, push/pull indicators should show nothing now (5cb6908)
0.1.0 (2021-04-28)
- a11y improved for file actions menu button (daab6dc)
- a11y improvements on Repo List (caa4073)
- a11y improvements on the commit action screen (9723da7)
- account page a11y issues (82cd7e1)
- commit details text fixed on dark mode (4163863)
- dropdown arrows no longer provide accidental duplicate button (51790b3)
- errors during commit action now display properly (cf25e89)
- fetch dialog dropdown arrow now properly colored for dark mode (e06a451)
- improve a11y for commit details body (0b15886)
- improve A11Y for history dropdown (60a1761)
- improved a11y for commit detail header (d259559)
- improved A11Y for repo changes screen (aa3d12a)
- new repository button now works after dialog is closed (368324b)
- screen-readers no longer read content under repo list dialogs (0e668b4)
- staging layout now looks better on tablet mode (055706a)
- tappable areas for checkboxes improved (0781a31)
- various A11Y issues in settings screen (bdcb5e3)
0.0.1-alpha.10 (2021-02-05)
- add german translation to app (0d6932a)
- enhanced error handling UI and reporting experience (ed9303e)
- cards with arrows are no longer a different height from cards without (013ec14)
- copy commit sha now works as-expected (cfc4b38)
- sheet view can now properly scroll (7d07358)
0.0.1-alpha.9 (2021-01-26)
- commiting no longer throws errors (135c729)
- discard newly created file now deletes it (18134d1)
- fixed fetch not behaving as-expected (a76abfc)
- run git log once a project is pulled (5aaf0cf)
- set last updated property properly (93a7565)
- staging files no longer throws errors (edcdb33)
0.0.1-alpha.8 (2021-01-26)
- added early error boundaries for file change errors (e635be9)
- added early error boundaries for git log errors (b44fef7)
- added early error boundaries for unknown errors and branch errors (6cf859c)
- initial work to enable translations in the app (ae8011e)
- made repo list dual column (6e465a5)
- change branch with staged items now functions as-expected (a165e8f), closes #67
- commit details page now shows full list of changed items (a15a0f0), closes #45
- crash no longer occurs when user fetches twice in a row (0a2e996), closes #51
- dark mode now applies properly to dialog text (6afc221)
- fixed bug in opening git details on large projects (b8129d6)
- fixed OOM errors when trying to run push (4f38e67)
- pull no longer crashes app on large repos, no more 404s on pull (c889703)
- stage split view now centers properly on tablets (09de9b1)
0.0.1-alpha.7 (2021-01-06)
- navigation bar not being transparent on new versions of Android (b3c9401)
0.0.1-alpha.6 (2021-01-06)
- fab rendering issues on iOS (07523d9)
- fixed checking out branch on large repos (51d2eee)
- github login works on higher end devices (fcd9431)
- iOS clone bug (18543d8)
- parent directory of cloned repo is no longer modified (61f15a1)
- prevent crashing when discarding file changes in large repos (089fa2e)
- update git log once branch changes (bf90bf4)
0.0.1-alpha.5 (2020-08-24)
- add Remote functionality (f287955)
- remotes don't all expand when one does now (164fa52)
0.0.1-alpha.4 (2020-08-15)
- "New repository" FAB now displays correct color values (aeaacbd), closes #42
- clone works on public repos without logging into GitHub now (9ac88db)
- user's GitHub name now shows proper color in dark mode (558f044)
- improve git log performance by upwards of 13x (9f20492)
- increase git status performance by 4x (dc78917)
- increase performance of commit and UI sync (0d442fe)
0.0.1-alpha.3 (2020-08-11)
- commit details back button now works (f5d670f), closes #43
- commit details screen should now load changes (0995d5d)
- display real author and committer data in details (dbd3dd2)
- temporarily disable ref list in commit details (2260f8d)
0.0.1-alpha.2 (2020-08-08)
- added cloning private github repos (6bb2092)