Skip to content

Releases: nedpals/sharn

0.2.0

06 Feb 12:53
Compare
Choose a tag to compare

What has changed?

  • Minimum version required to build this is now at 0.23.1.
  • You can now add development dependencies with dev-add command.
  • All commands are now working perfectly. Yey!
  • Restructuring the code base from a single file into their own separate ones.
  • Removing timers for the intro.

Take note

This may seem a small release but unlike the previous versions, I can assure you that Sharn now works better (and stable than ever) and can now be use in production.

0.1.18

07 Dec 13:48
77e8b82
Compare
Choose a tag to compare
0.1.18 Pre-release
Pre-release

What has changed?

  • remove command is now simply rm #3
  • removed shell outputs for install and update (for now)

0.1.17

18 Nov 08:08
Compare
Choose a tag to compare
0.1.17 Pre-release
Pre-release

Minor release.

What has changed?

  • Now indicates the minimum Crystal version needed when inspecting the app.
  • Synchronized app version.
  • Can now skip installation process with the --noinstall flag
  • When doing install or update, it now displays message that the installation is working.

0.1.16

15 Nov 04:02
Compare
Choose a tag to compare
0.1.16 Pre-release
Pre-release

This is the first ever release of Sharn that is feature-complete.

What's new?

  • New repo detection (borrowed code from here)
  • Fixed specifying version using scopes.
  • You can now specify branch using '#'
  • Installs automatically (yey)