2.19.1
2020-05-13
- Fixes bug in Readme where the window was not scrollable. Huge thanks to @bibstha for his contribution in fixing this.
- A few smaller bug fixes.
2.19.0
2019-02-23
- Fixed bug when viewing files with spaces in path names.
2.18.2
2018-08-09
- Fixed bug that prevented viewing source code in directories that have a hash (#) in it.
2.18.1
2018-03-07
- Added the ability to create files within a repository. You can find an add button in the top right of the source tree view.
- Fixed bug in Issues & Pull Requests that prevented comments from loading more than 100 entries.
- Fixed bug that allowed you to attempt editing files in repository without push permissions.
- Fixed visual glitch on iPhoneX in the issues view table.
- Fixed bug that was appending a "/" to the end of the email address when attempting to "Contact Me"
2.17.4
2018-01-04
- Fixed bug that caused crash on subsequent start of the app.
- Fixed bug that caused an error message to appear when enabling push notifications from the settings view.
2.17.3
2018-01-04
- Fix bug where first time logins didn't transition away from the login page.
2.17.2
2018-01-03
- Actually fix the Issue/Pull Request description loading issue - yikes
- Fixed crash when "Forked From" clicked
- Fixed Bug In Readme where touch-press sent you back to the logging-in view.
2.17.1
2017-12-29
- Fix bug where issue descriptions were not shown.
2.17.0
2017-12-22
- You can now choose the syntax highlighting theme in the settings
- Improved UX responsiveness when rendering comments & markdown related information
- Improved UX responsiveness when navigating to items from a list
- Reworked the "Support" section so it is clearer where issues/support is going
- Squashed a few bugs
2.16.0
2017-12-15
- Fixed Syntax highlighting for a number of file types
- Now using highlightjs-line-number plugin to correctly handle line numbers, especially in the case of multi-byte strings.
- Fixed a bug where you could not visit branches if it had a "#" in it
- Added file size text to the source viewer
- Reorganized source viewer to match GitHub: folders first, then files - alphabetized in their groupings.
2.15.0
2017-11-27
- Added the ability to login to Enterprise Instances with a Personal Access Token
- Added "News" as a default startup view option - it was the default but wasn't actually listed.
2.14.0
2017-11-20
- The source tree now defaults to the main branch. There is now a branch/tag picker which can be activated by tapping the title bar.
- Re-worked the Diff viewer for Pull Requests & Commits.
- Fixed bug where Pull Request diff comments were being added to the commit and not the PR.
- Fixed bug where iOS notification was not sending you to the right view when tapped.
- Fixed back button alignment on iOS 11
2.13.1
2017-10-05
- Fix a typo which prevents successful sending of feedback.
Thanks to Chewsterchew for spotting this on GitHub!
2.13.0
2017-10-03
- You can now Explore users
- Explore Icon changed from world to magnifying glass
- Fixed crash when reporting feedback
- Fixed Gist "created" date issue
2.12.2
2017-08-15
- Fix broken "Save" button when commiting a changed file.
2.12.1
2017-08-05
- Fixed bug where switching accounts didn't always switch correctly.
- Fixed bug where title text was shifted slightly on the repository view.
- Added feature where the source browser is shown immediately if only 1 branch exists (and no tags)
2.12.0
2017-08-01
- "Owned" repositories will no longer show all organization's repositories.
- Removed Uservoice and replaced it with a much more direct communication channel
- Fixed iOS keyboard clipping issue when using a Bluetooth keyboard
- Removed unnecessary assets to reduce bundle size
- A few minor bug fixes
2.11.0
2017-07-07
- Fix Random Unauthorized Error Message On Login
- Removed unnecessary assets and replaced them with iOS built in ones.
2.10.2
2017-05-20
- Fix bug where source files could not be viewed
- Fix crashes when network was sub-optimal.
2.10.1
2017-05-17
- Share subject line will now be filled out with relevant information about the item being shared via the Mail App.
- Refactored Repository, Gist, and User Lists. They will now paginate better as well as search more efficiently - triggering additional loading when needed.
- Fixed Trending Repository bug where some languages had symbols that needed to be URL escaped.
- Replaced custom error and analytic logging with Fabric.io (https://get.fabric.io/). All crash data is anonymous and used to identify and fix bugs before they are reported.
- Some additional minor bug fixing.
2.9.11
2017-02-21
- Fixed Login for GitHub.com accounts.
Sorry about the interruption. Unfortunately, it looks as if GitHub had made a modification to their OAuth login flow which the app was not prepared to handle. Because of this, users would login and immediately see a "You are not authorized to access this resource". The cause of this was because the OAuth token was not being parsed correctly due to a new symbol within the query string.
2.9.10
2017-01-05
- Fix Culture Bug
2.9.9
2016-12-04
- Updated for iOS 10
- Fixed bug where user accounts would reset and you'd have to login again :(
2.9.8
2016-10-06
- Fixed iOS 10 issue with comments not appearing correctly
- Fixed bug where pinned repositories were not being saved correctly
- Fixed bug where default settings were not being set correctly on new accounts
2.9.7
2016-08-21
- Added additional accessibility labels
- Fixed crash in NewsView when accessibility voiceover was enabled
2.9.6
2016-08-15
- Hopefully fixed elusive bug in the events view that causes the app to crash
- Delegated to the Safari browser for all in-app web views.