From 07b6f6b43cd11ac923cd9849aadd781a2ae813f6 Mon Sep 17 00:00:00 2001 From: Justin Hawkins Date: Sat, 26 Apr 2025 12:06:10 +0930 Subject: [PATCH] Add a changelog --- CHANGELOG.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..b3dc137 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,42 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## v1.0.0 + +### Added + +* burn mode - removed copied files from the server + +## v0.0.5 + +### Changed + +* minor refactoring +* start using goreleaser + +## v0.0.4 + +### Added + +* timestamps on list output + +## v0.0.3 + +### Added + +* get authtoken from the terminal if not available elsewhere + +## v0.0.2 + +### Added + +* add -p to paste from a file instead of stdin + +## v0.0.1 + +Initial version +