Releases: tekktrik/circlink
Releases · tekktrik/circlink
2.2.0 - Updates and bugfixes
- Added help texts for arguments and commands
- Added short name variations of arguments
- Fixed general recursive glob pattern use
- Fixed error caused by restarting when board is not mounted
2.1.0 - Bugfixes and updates
- Fixed erroring for viewing nonexistent links
- Fixed type annotation for
_get_links_list()
- Removed unnecessary
sys.exit(0)
calls - Fixed restarting links when in a folder not relative to the read path
- Fixed
stop all
command which as attempting to double stop the same link twice and then stopped trying - Link history is now always in order of link ID
- Using
pathlib.Path.resolve()
internally instead ofpathlib.Path.aboslute()
- Implemented
clear all --force
option
2.0.0 - Changed list to view, fixed return codes
list
command is nowview
- Improved response from
view
if requested link(s) doesn't exist - Removed unnecessary
sys.exit(0)
calls
1.1.2 - Fixed return code for restart
- Fixed the return code for
restart
command to be failure if no links were in the history
1.1.1 - Disabled auto completion help text
- Disabled auto completion text help since it isn't currently compatible
1.1.0 - Added detect, version commands
- Added detect command
- Added version command
- Prevent unexplained failure on non-Unix systems by announcing it will not run
- Updated documentation
1.0.0 - Initial release
Initial release!
For more information, see the README or the ReadTheDocs page
1.0.0b5 - Initial release (Beta 5)
Beta release 5
1.0.0b4 - Initial release (Beta 4)
Beta release 4
1.0.0b3 - Initial release (Beta 3)
Beta release 3