This repository has been archived by the owner on Nov 8, 2024. It is now read-only.
Releases: maxwellpeterson-wf/GridHub
Releases · maxwellpeterson-wf/GridHub
GridHub 0.5.0
This pre-1.0 minor release contains the following features and improvements:
New Feature: Keyboard shortcuts!
Shortcut | What it does |
---|---|
1 ... 0 |
Switch pages (press 3 to go to the third page) |
R |
Refresh |
A |
Readme pane |
S |
Tags pane |
D |
Issues pane |
F |
Pull Requests pane |
G |
Unreleased PRs pane |
H |
Milestones pane |
O |
Open |
P |
Closed |
Other Improvements
- Refresh button will refresh all pages ( #41 )
GridHub 0.4.0
This pre-1.0 minor release contains the following features and bugfixes:
Features and Improvements
- Ability to switch between Open/Closed state for all repos on a page ( #14 )
- Upgrade to web-skin-react 2.1.2 & web-skin 1.0.5
- Using w_flux for actions/stores instead of the previous home-rolled solution
Bugfixes
- Long issue/pull request title no longer flicker when hovering towards the end of the text ( #22 )
- Edit page name text box no longer replaces input when you clear it out ( #19 )
- Fix unhandled error when there is no README present
- Fixed bug where merged PRs would not show up in Unreleased pane if there are no tags for a repo
GridHub 0.3.2
This patch release adds the following to usability of GridHub:
Improvements
- #33 - Add loading icon to indicate the difference between loading and an empty pane
Bug Fixes
- Fixes issue where the time could show "0 days ago" instead of "hours ago"
GridHub 0.3.1
GridHub 0.3.0
This is a pre-1.0 minor release which contains the following features and bugfixes:
Features and Improvements
- New pane for Milestones!
- Faster initial page load
- Pane icons now have titles to describe what they are
Bugfixes
- Pull requests no longer show up mixed in with issues ( #25 )
- Relative dates will no longer show "in 0 days" instead of "in X hours"
GridHub 0.2.0
GridHub 0.1.0
Initial tag/release of GridHub.
New features include:
- Ability to add new pages
- Ability to rename pages
- Ability to delete pages
- Flux architecture pattern (still somewhat a WIP)