Releases: nwawrzyniak/qc
Releases · nwawrzyniak/qc
Release list
v2.0.0-rc2
Second release candidate of version 2.
Download
Source as .zip
Source as .tar.gz
Changes
Code
- Improved logging
Repository / Overhead / Legal stuff
- Improved README.md
- Set LICENSE to WTFPLv2
- Updated email address in CODE_OF_CONDUCT.md
v2.0.0-rc1
First release candidate of version 2.
Download
Source as .zip
Source as .tar.gz
Changes
- Code quality
- Rewrote the entire code
- Restructured the .qc directory
- Added documentation
- Added logging
- qc will now automatically log to
~/.qc/logs/log.txt
- qc will now automatically log to
- Improved feedback texts
- Improved output of "qc help"
- New commands:
- "qc browse" opens the secrets directory in the file manager
- "qc clear" clears the clipboard
- on Windows systems this will also clear the clipboard history
qc-1.1.0
qc-1.0.1
- Added 1 millisecond sleep before copying to clipboard to fix a behaviour in Java where the clipboard may be unavailable immediately after starting a software.
- Fixed line endings in Linux run script (changed line ending from CR LF to only LF)