Skip to content

Releases: supitsdu/clipper

v1.6.0

04 Jul 04:27
215b33d
Compare
Choose a tag to compare

What's Changed

  • refactor(clipper/options): Enhance version handling and remove pointers for improved usability by @supitsdu in #37
  • Enhance ContentReader with New Formatting Options and Code Refactoring by @supitsdu in #38

Full Changelog: v1.5.0...v1.6.0

Clipper v1.5.0

30 Jun 19:11
a1e6216
Compare
Choose a tag to compare

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

25 Jun 16:39
e4a433a
Compare
Choose a tag to compare

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

Full Changelog: v1.3.0...v1.4.0

Clipper v1.3.0

04 Jun 05:53
b138723
Compare
Choose a tag to compare

What's Changed

  • refactor: extract file and stdin reading into separate functions by @supitsdu in #5
  • chore: exclude the build files from git by @supitsdu in #6
  • feat(makefile): include version in binary filenames and more improvements by @supitsdu in #7

Full Changelog: v1.2.0...v1.3.0

Clipper v1.2.0

02 Jun 14:10
b2314fb
Compare
Choose a tag to compare

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

30 May 19:31
2c12768
Compare
Choose a tag to compare

What's Changed

  • feat: support reading from stdin if no path or text is provided by @supitsdu in #1
  • docs: improve README introduction and usage examples by @supitsdu in #2

New Contributors

Full Changelog: v0.1.0...v1.1.0

Clipper v1.0.0 🚀

28 May 06:36
568cea2
Compare
Choose a tag to compare

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!