Releases: artem-y/hexcode
Releases · artem-y/hexcode
v0.2.1: Recognize Home Directory
v0.2.0: Find Duplicates
What's Changed
- Minor improvements to documentation, configuration and installation by @artem-y in #20
- Add
find-duplicatesfeature by @artem-y in #21
Full Changelog: v0.1.1...v0.2.0
v0.1.1: Fix Conversion From FLoats, Improve Performance
What's Changed
- Fix rgb hex float conversion imprecision by @artem-y in #18
- Improve performance of collecting assets by @artem-y in #19
Full Changelog: v0.1.0...v0.1.1
v0.1.0: Initial Release
What's Changed
- Initial setup by @artem-y in #1
- Add hex color finder by @artem-y in #2
- Prevent recognizing numeric values as hexes by @artem-y in #3
- Add asset collector by @artem-y in #4
- Connect to command line by @artem-y in #5
- Handle multiple appearances by @artem-y in #6
- Find colors with RGB integers by @artem-y in #7
- Add basic color hex argument validation by @artem-y in #8
- Allow lowercase hex input by @artem-y in #9
- Fix tests invoked from command line by @artem-y in #10
- Clean up and prepare basic readme by @artem-y in #11
- Support floating point color component values by @artem-y in #12
- Move out asssertion helpers by @artem-y in #13
- Refactor RGB conversion logic and slightly improve performance by @artem-y in #14
- Improve readability by @artem-y in #15
- Update usage section in README by @artem-y in #16
- Exclude .vscode settings from git by @artem-y in #17
New Contributors
Full Changelog: https://github.com/artem-y/hexcode/commits/v0.1.0