Releases: neroist/nova
1.7.0
Full Changelog: 1.6.2...1.7.0
Changes
- Updated
OutputHelp
- Started using nimibook for docs + new domain
nova.nim.town
- Added
--browser
flag tolicense
- Added
--toggle
flag toturn
- Now caches list of devices to limit API calls, with new command
update
- Improved installers for Windows and Linux
- On Linux, Nova now installs to
/usr/local/nova
by default - On Windows, Nova now only installs to PATH once, and removes itself from PATH on uninstall
- In addition, no DLLs are packaged on Windows
- On Linux, Nova now installs to
- Nova now has (a) logo(s)
- Added
--all
flag tocolor
,brightness
,turn
, etc. - Commands now check if the requested operation is supported on the device
turn
now accepts more than onlyon
andoff
- Added 32 bit version of nova (for Linux)
Other changes
- New file structure
- Small changes to
nimble nova
andnimble installer
- Added option to compile nova 32 bit
Version 1.6.2
An update after nearly half a year! Finally!
Fixes some things, mainly just code quality improvement. Also changed license from GPL to MIT!
Full Changelog: 1.6.1...1.6.2
Version 1.6.1
Support non true color terminals (such as Command Prompt)
Nova-Installer.exe
is the windows installer for Nova
nova.exe
is the windows binary for Nova
nova
is the linux binary for Nova
install.sh
is the linux installer for Nova. To run it, install it and run sudo sh install.sh
in a terminal
Full Changelog: 1.6.0...1.6.1
Version 1.6.0
As your (late) Christmas gift I've decided to update Nova (in the first time in 8 months...)! In this update I decided to add a picker command where you can pick a color through a GUI.
In addition, I'll try to add Linux binaries for this version aswell.
Nova-Installer.exe
is the windows installer for Nova
nova.exe
is the windows binary for Nova
nova
is the linux binary for Nova
install.sh
is the linux installer for Nova. To run it, install it and run sudo sh install.sh
in a terminal
Full Changelog: 1.5.0...1.6.0
v1.5.0
v1.5.0
Changes
color-tem
was renamed tocolor-temp
- Some outputs are now coloured
- There is a new (beta)
view
command (see docs) - A changed README, which puts DOCS.md to use as a redirect to Nova's documentation
- And finally, Nova's file structure has changed to a nimble package's structure
Full Changelog: 1.4.0...1.5.0
v1.4.0
v1.4.0
No new features. However, Nova now has a Window installer! 🥳
Full Changelog: 1.3.0...1.4.0
Installation guide
v1.3.0
1.3.0
New features:
Some commands now have a output
option, which will enable or disable output from a command
Fixes:
You can now re-setup Nova 🥳🥳
Upcoming
- An installer 😭
- And maybe some form of a GUI version 🤔
Note:
New versions, including this one (hopefully, compiling to Linux and macOS don't work rn) will now include an executable for a specific OS, instead of just a .exe, which is an executable file just for Windows, not other OSs.