Skip to content

Releases: angrykoala/gaucho

Gaucho 0.7

08 Dec 20:12
b118f1d
Compare
Choose a tag to compare
Gaucho 0.7 Pre-release
Pre-release

Snap 0.7.1 is the same as this version

Changelog

  • Env variables configuration in tasks
  • Formats color in task output
  • Electron fixed to v6, removes window menu

Gaucho 0.6.3

04 Dec 21:09
94e88a5
Compare
Choose a tag to compare
Gaucho 0.6.3 Pre-release
Pre-release

Some bugs fixed and UX improvements

Changelog

  • Fixed inaccessible overflow text in task output
  • Minor style improvements on main menu
  • Fix in card header and output styles
  • Dependencies updated
  • Removed some unnecessary updates

Gaucho 0.6.2

30 Aug 17:49
a168225
Compare
Choose a tag to compare
Gaucho 0.6.2 Pre-release
Pre-release

This version fixes a critical bug in snap version.

Changelog

  • Reverted version of electron-store to avoid snap bugs
  • Dependencies updated

Gaucho 0.6.1

16 Aug 23:07
277f04f
Compare
Choose a tag to compare
Gaucho 0.6.1 Pre-release
Pre-release

This release updates the docs and solves critical bugs on 0.6

This release contains a critical bug on snap versions, if you plan to use the snap installation, please use v0.6.2

Changelog

  • Fixed configuration data bug
  • Name reverted to gaucho (lowercase)
  • Some dependencies cleanup

Gaucho 0.6.0

15 Aug 22:58
557975a
Compare
Choose a tag to compare
Gaucho 0.6.0 Pre-release
Pre-release

This release updates all dependencies, fixes several bugs and include several core changes in gaucho

Warning This version contains a bug #343, stored tasks and suites with older versions will not appear on this version. This can be solved by using export tasks and import tasks options in settings between the older and current version.

Changelog

  • Settings page styles updated
  • Set parcel as bundle system
  • Changes in settings or suites will be saved immediately
  • Dependencies updated
  • Fontawesome npm packaged used
  • Some code and styles improvements
  • Fix tasks automatic scroll
  • Fixed issue where scheduled task could be executed
  • Fixed minor race conditions on run and stop tasks

Screenshot from 2019-08-16 01-14-07

Gaucho 0.5.4

28 Dec 17:49
5d1e917
Compare
Choose a tag to compare
Gaucho 0.5.4 Pre-release
Pre-release

Changelog

  • Basic Task Scheduler
  • Dependencies updated
  • Minor refactor and improvement on task timers

Gaucho 0.5.3

28 Oct 14:32
cfda7ce
Compare
Choose a tag to compare
Gaucho 0.5.3 Pre-release
Pre-release

Maintenance update

Changelog

  • Added snap version
  • Several dependencies updated and potential vulnerabilities fixed

Gaucho 0.5.2

19 Jun 21:39
Compare
Choose a tag to compare
Gaucho 0.5.2 Pre-release
Pre-release

Changelog

  • Suites can now be reordered
  • Run/Stop option in context menu
  • Duplicate task option in context menu
  • Fixed delete suite bug
  • Dependencies update

Gaucho 0.5.1

13 Jun 22:07
d8a092c
Compare
Choose a tag to compare
Gaucho 0.5.1 Pre-release
Pre-release

Several UX related bugs fixed, added context menu with mouse right-click

Changelog

  • Added contextual menu
  • Bottom bar on hover style fixed
  • Improved tabs responsiveness
  • Fixed bug where more than the max tasks per suite could be added or dragged
  • Increased timer event emitter max listeners to remove warning
  • Fixed bug with infinite tasks printing to stdout
  • Minor styles improvements in tabs
  • Task card buttons changed

Gaucho 0.5.0

03 Jun 21:38
Compare
Choose a tag to compare
Gaucho 0.5.0 Pre-release
Pre-release

Full front-end rewrite with Bulma instead of materialize. Multiple UX related bugs fixed and performance improvements. Added multiple themes.

screenshot from 2018-06-03 21-04-41
screenshot from 2018-06-03 21-04-51
screenshot from 2018-06-03 21-05-00

Changelog

  • Frontend rewrite
  • Fixed several bugs related to UX
  • Removed materialize and added bulma
  • Added settings shortcut
  • Using sass and scoped styles
  • Dependencies updated
  • Code style improved