Releases: 7BIndustries/sliderule-cli
Authentication for refactor Command
https Authentication
This release adds simple authentication for https component URLs. There are security implications as the username and password are stored in plain text, and that will need to be addressed at a later date. For now, the file the username and password is stored in should only be accessible to the user or system admins.
Windows Bug Fixes
Some bugs were highlighted in Windows by the CI system, and fixes for those are included in this release. Uploading and refactoring were two of the major features that were fixed. In general, the test suite was improved for this release, which has a positive impact for the other operating systems as well.
Wrapper Improvements
Continuous Integration was added to both this project and the sliderule-rs crate, with support for Windows, Linux and MacOS. These tests highlighted bugs that were Windows-only, and so those were fixed. Handling of output from the wrapped CLIs (git and npm) is also now handled better, giving the user more visibility into what's going on if they use the verbose (-v) option.
Initial Release
This is a release to capture the state of the CLI before major changes were implemented so that we would have something to revert back to during the debug process.