Skip to content
This repository has been archived by the owner on Jun 14, 2023. It is now read-only.

Releases: 7BIndustries/sliderule-cli

Authentication for refactor Command

20 Mar 19:04
Compare
Choose a tag to compare

The refactor command was left out of the v0.3.0 authentication update, but has been included in this release.

https Authentication

12 Mar 02:30
Compare
Choose a tag to compare

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

22 Feb 14:04
8ae215a
Compare
Choose a tag to compare

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

25 Jan 18:51
Compare
Choose a tag to compare

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

11 Jan 20:16
Compare
Choose a tag to compare

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.