Skip to content

Releases: StreakyCobra/gws

0.2.0

24 Apr 20:16
0.2.0
abc7f74
Compare
Choose a tag to compare

New features:

0.1.16

17 Aug 19:39
0.1.16
Compare
Choose a tag to compare

Bug fixes:

  • gws --help no longer requires a workspace
  • gws --help now exits with status code zero

0.1.14

12 Aug 00:28
0.1.14
1c33388
Compare
Choose a tag to compare
  • Bug fixes:
    • Fix version number in gws --version output

0.1.13

11 Aug 23:12
0.1.13
1e867d8
Compare
Choose a tag to compare

Bug fixes:

  • Remove theme file location debug output

0.1.12

11 Aug 23:08
0.1.12
027119f
Compare
Choose a tag to compare

New features:

  • Add support for custom color themes

Bug fixes:

  • Unset CDPATH to avoid unwanted output (#18)
  • Detect repositories that are prefix of other ones (#20)
  • Fix a scope pollution that broke cloning missing repos (#33)
  • Fix "Internal error" on gws ff in Mac OS x (#34)
  • Various unconfirmed OS X portability improvements... :)

0.1.11

03 Jul 13:24
Compare
Choose a tag to compare
  • New option --only-changes for commands status, fetch, ff and update
  • Command check now detects nested repositories

0.1.10

05 May 21:27
0.1.10
Compare
Choose a tag to compare

0.1.10

Skipping version 0.1.9 since that version number is already used in unfinished development.

  • Add clone command, which works like update but clones only those repos
    named explicitly on the command line

0.1.8

20 Jul 21:20
Compare
Choose a tag to compare

Version 0.1.8 of gws.

Changelog:

  • A second argument can be given to limit the command to a specific
    subfolder of the workspace
  • Parsing of the config files is cached to speedup the execution

0.1.7

12 Mar 22:39
Compare
Choose a tag to compare

Version 0.1.7 of gws.

Changelog:

  • Allow comments in configuration files (projects and ignore files).
  • Recognize local-only repositories (not having an URL defined) and show the information in status command.
  • Code cleaning (use herestring, avoid pipes).
  • Different bugs correction.

0.1.5

12 Feb 15:43
Compare
Choose a tag to compare

Version 0.1.5 of gws.

Changelog:

  • Add an exit code to status function
  • Add tests folder to easily set up testing environment
  • Start using git flow versionning
  • Update README.md
  • Cosmetic changes inside the script