Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Releases: maxwellpeterson-wf/GridHub

GridHub 0.5.0

19 Jun 22:48
Compare
Choose a tag to compare

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

08 May 19:22
Compare
Choose a tag to compare

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

23 Mar 22:23
Compare
Choose a tag to compare

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

12 Mar 17:01
Compare
Choose a tag to compare

This patch release adds the following to improve upon the Milestones feature released in 0.3.0:

  • Issues and PRs that are assigned to a milestone show their milestone's label
    sc

GridHub 0.3.0

12 Mar 07:00
Compare
Choose a tag to compare

This is a pre-1.0 minor release which contains the following features and bugfixes:

Features and Improvements

  • New pane for Milestones!
    screenshot
  • 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

24 Feb 08:00
Compare
Choose a tag to compare

New features included in this release:

  • Use relative dates everywhere - issues/pull requests/tags lists. ( #1 )
  • Add a refresh button - can now refresh data without reloading the entire page. ( #9 )

GridHub 0.1.0

24 Feb 06:18
Compare
Choose a tag to compare

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)