Releases: supitsdu/clipper
Releases · supitsdu/clipper
v1.6.0
Clipper v1.5.0
What's Changed
- refact(tests): improves handling of cleanup func by @supitsdu in #21
- refactor: updates Package Structure, Add Interfaces, and Enhance Testing by @supitsdu in #29
- ci: Add golangci-lint configuration and fix initial linting errors by @ccoVeille in #32
- feat(clipper): Implement concurrent file reading and refactor project structure by @supitsdu in #34
- fix: Prevent unexpected newline in output for empty files by @supitsdu in #35
Full Changelog: v1.4.0...v1.5.0
Clipper v1.4.0
What's Changed
- build(ci/cd): create Go workflow to build and test clipper by @supitsdu in #8
- fix: add way to skip clipboard tests when on CI/CD workflows by @supitsdu in #9
- feat: add installation script for Clipper by @supitsdu in #10
- docs: update README to include installation via install.sh script by @supitsdu in #11
- docs: Update README.md by @supitsdu in #12
- feat: add support for copying multiple files to clipboard by @supitsdu in #13
- Changes for issue (Reduce complexity when parsing content #14) by @karimalzalek in #15
- refactor: improved readability in parsetContent() by @supitsdu in #16
- test: add unit tests for content parsing and input reading by @supitsdu in #17
- feat: smarter installation script for Clipper by @supitsdu in #18
- test: enhance parseContent tests with large file handling and more by @supitsdu in #19
New Contributors
- @ccoVeille made their first contribution in #13 (comment)
- @karimalzalek made their first contribution in #15
Full Changelog: v1.3.0...v1.4.0
Clipper v1.3.0
Clipper v1.2.0
What's Changed
- feat: add custom usage message for clipper tool by @supitsdu in #3
- feat: add version flag to display current version of clipper by @supitsdu in #4
Full Changelog: v1.1.0...v1.2.0
Clipper v1.1.0
Clipper v1.0.0 🚀
We're excited to announce the release of Clipper v1.0.0! This version introduces a lightweight command-line tool written in Go for copying file contents to the clipboard.
What's New:
Build Automation:
- Makefile Added: We've added a Makefile to facilitate cross-platform binary builds. This Makefile streamlines the process of building binaries for different operating systems, making it easier to distribute Clipper across various platforms.
Enhanced Documentation:
- README File: A comprehensive README file has been added, providing an overview of the project along with usage instructions. This README aims to guide users on how to use Clipper effectively, ensuring a seamless experience.
Improved Functionality:
- Initial Implementation: The initial implementation of Clipper is now available. Users can utilize this command-line tool to quickly copy the contents of any file to their clipboard, enhancing their workflow efficiency.
We're thrilled to bring you these enhancements and improvements in Clipper v1.0.0. We hope you find Clipper useful for streamlining your workflow and making file copying tasks a breeze!