Skip to content

Latest commit

 

History

History
70 lines (44 loc) · 1.84 KB

File metadata and controls

70 lines (44 loc) · 1.84 KB

0.1.8

  • Actually test if a remote origin exists (getOrigin()) as opposed to remove branches
  • jacogr#8

... getting things ticking on anything where a fetch or clone hasn't been done

0.1.7

  • When a new folder is created, explicitly show all the files in it
  • jacogr#9

... show untracked files

0.1.6

  • Don't do a fetch when there are no remotes
  • Don't make the push/pull/fetch items active without remotes
  • jacogr#6

... working with local-only repos

0.1.5

  • Toggle closes when open, opens when closed
  • jacogr#5
  • not an official release, 0.1.6 fix combines (no rapid-fire releases)

... last nigglies for issue #5

0.1.4

  • Address 'toggle' not actually 'toggling' the control tab
  • jacogr#5
  • Toggle currently doesn't toggle to the 'off' state, rather only controls switching

... yeap, more usability

0.1.3

  • Fetch also prunes branches now
  • Commit dialog is also available when in merge mode
  • Updated README to go through functionality

... cleanups for edgy cases

0.1.2

  • Always do an add for modified files before doing a commit without specifying files

... helps a lot with other packages that stages (or does not)

0.1.1

  • Updated description in package.json

... alignment with README

0.1.0

  • Initial version
  • Shows information of local vs remote branches (current active)
  • Actions allowed
    • Allows reset of files to previous state
    • Fetch fetches on tab activation, menu item always available
    • Push activated when there are actual local changes available
    • Pull activated when there are remote changes detected via fetch
    • Branching and merging works

... casting it out there, not perfect but workable