Skip to content

Releases: mattackard/Clide

clide-v1.3.0

21 Apr 21:28
Compare
Choose a tag to compare

[1.3.0] - 2020-04-21

Added

  • support for pipes and redirects in clide commands
  • fixed bug causing quotes in commands to not display correctly in the editor
  • added ability to hide, show, resize, and repoisition windows during demos
  • clide window now scrolls with content when commands vertically overflow
  • added window arrangement button to editor for easier window positioning
  • clide demos can now be run inside another clide demo
  • sudo password is requested before the demo if any sudo commands are present
  • support reordering command blocks in the editor

Changed

  • godoc reference link for clide package added to readme
  • docs updated with added json fields
  • more clear feedback when saving a demo json in the editor

clide-v1.2.0

07 Apr 01:09
9f8ba66
Compare
Choose a tag to compare

[1.2.0] - 2020-04-6

Added

  • added clide-editor GUI for creating and editing demos
  • bugfix to correctly apply font sizes

Clide-v1.1.0

26 Mar 21:27
Compare
Choose a tag to compare

[1.1.0] - 2020-03-26

Added

  • Released as .deb package to auto-install dependencies
  • Support for custom colors for text, background, and terminal prompt
  • More error handling associated with defaults/missing json fields
  • Icon added for clide terminal windows
  • JSON documentation hosted on github-pages
  • Clide website hosted on github-pages
  • Clide package testing and integration with github actions

Clide-v1.0.0

23 Mar 01:43
Compare
Choose a tag to compare
closing any window now exits application in multi-window demos

clide v0.0.2

15 Mar 05:29
a450ba2
Compare
Choose a tag to compare

Added

  • Support for emulated typing in terminal
  • Support for humanizing typed output

Changed

  • Update to example demo type speed and humanize ratio
  • Pre and post delay location adjusted to better emulate terminal usage

clide pre-release

14 Mar 01:13
Compare
Choose a tag to compare
clide pre-release Pre-release
Pre-release

Only very basic functionality included. Not very useful at this point, but more will be coming.

Added

  • Clide demos can be run using a json file
  • Examples folder to hold example json demos
  • Makefile to build and run program quickly from project directory
  • Github actions build program when pushees are sent to master
  • Issue templates for bugs and features
  • Preliminary README.md