Releases: jasonraimondi/traverse
Releases · jasonraimondi/traverse
0.10.12
Features
- Fixing boot error on first launch that happened if the
~/Library/Application Support/traverse
directory did not exist on initial launch. First reported here: sindresorhus/awesome-electron#565 (comment)
0.10.11
Features
- Adding some analytics. We are tracking event for 'application boot' and 'adding github access token'. Data is sent to segment. I would consider making this data public in the future if that is possible. Just curious of usage.
0.10.10
Features
- Dice roll randomizes both language and frequency now instead of just language.
- Added a better loader spinner with transparent background.
- Updated splash page background color to theme white.
0.10.9
Features
- Creating a GitHub token in Traverse is a lot easier now that there is a link that will send you to https://github.com/settings/tokens/new with the appropriate scopes defined and Traverse [date] as the description.
- I removed the "myself" page that was introduced in version 0.10.7, so that wont show as a bottom navigation route anymore. It will come back as part of the upcoming stargazer feature.
- Loading states are added, but not styled.
0.10.7
Features
- New page for authenticated user with list of starred repositories.
Add a Personal Access Token with the following scopes to see the new page
public_repo
read:user
user:follow
Note: If the user page is not loading, you might need to go to Help... Reset Settings
and re-add your personal access token.
0.10.6
Features
- Added a button to clear GitHub access token. This fixes a bug where users were unable to clear a broken API key.
- Scroll all the way to the bottom of a trending repository list to view the last updated date.
- Continuing to tweak and update the styles.
- Increased the application starting size to a larger height.
0.10.4
Features
- Refactored the redux store which allows.... drumroll...
- Offline-ish caching! The initial fetch is still needed to grab repository lists and user details, but after the initial grab, we should be good to go for the cache time limit, currently set to 5 minutes to help reduce the number of API calls while still keeping up to date on repositories. In the future I may allow the user to set this limit to their desired time.
0.10.3
Features
- Fixing the sort order, show repo list by stars descending
- Adding a flash message feature, sort of like toastr
- Refactoring the GitHub rest code
- Cleaning up some styling