Skip to content

Releases: brumm/whatsgit

whatsgit.app alpha release #10

21 Jul 20:13
Compare
Choose a tag to compare
  • fix missed action import which broke posting comments

whatsgit.app alpha release #9

21 Jul 15:25
Compare
Choose a tag to compare
  • fix missing styles for comment box

whatsgit.app alpha release #8

21 Jul 15:05
Compare
Choose a tag to compare
  • fetch more issues issues from github in lieu of properly doing pagination ;)

whatsgit.app alpha release #7

20 Jul 20:34
Compare
Choose a tag to compare
  • show user's own repos and repos the user can contribute to via organization membership in the sidebar
  • correctly wait for bootstrap to finish before transitioning from login screen
  • minor ui tweaks

whatsgit.app alpha release #6

26 Jun 14:53
Compare
Choose a tag to compare
  • refresh issues on launch
  • enable html support for markdown rendering (fixed #3, thanks @scanf)

whatsgit.app alpha release #5

12 May 15:51
Compare
Choose a tag to compare
  • notification indicator (currently read-only, i.e. it doesn't go away)
  • display issue events along comments (assignments, state changes, etc)
  • some pretty refresh/logout toolbar buttons
  • some smaller UI tweaks

whatsgit.app alpha release #4

26 Apr 13:51
Compare
Choose a tag to compare
  • render github-flavored-markdown task lists as static checkboxes for now
  • remove nonfunctional right-click menu for filters
  • change filters back to include closed issues which was comitted by mistake

whatsgit.app alpha release #3

25 Apr 18:35
Compare
Choose a tag to compare
  • fix code highlighting for issue- and comment body
  • set user context for raven error reporting

whatsgit.app alpha release #2

25 Apr 15:33
Compare
Choose a tag to compare
  • there's now a button in the titlebar to refresh issues and comments
  • fixed avatar in Issue header shrinking if title got too long
  • code inside fenced code blocks thats tagged with a language should get highlighted
  • increased oauth window size to prevent scrolling

whatsgit.app alpha release

13 Feb 22:11
Compare
Choose a tag to compare
  • commenting is working, with markdown preview
  • issue closing / reopening working, merge button is currently a no-op
  • auto-select first issue
  • show issue labels
  • open external links in default browser
  • kinda-somewhat integrate notifications (but not really yet)