Releases: angrykoala/gaucho
Gaucho 0.7
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
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
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
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
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
andimport 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
Gaucho 0.5.4
Changelog
- Basic Task Scheduler
- Dependencies updated
- Minor refactor and improvement on task timers
Gaucho 0.5.3
Maintenance update
Changelog
- Added snap version
- Several dependencies updated and potential vulnerabilities fixed
Gaucho 0.5.2
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
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
Full front-end rewrite with Bulma instead of materialize. Multiple UX related bugs fixed and performance improvements. Added multiple themes.
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