netgiv/CHANGELOG.md

43 lines
751 B
Markdown
Raw Permalink Normal View History

2025-04-26 12:06:10 +09:30
# 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).
2025-04-26 12:08:14 +09:30
## v1.0.0 - 2025-04-26
2025-04-26 12:06:10 +09:30
### Added
2025-04-26 12:11:40 +09:30
* burn mode - remove copied files from the server (by [@jsnfwlr](https://github.com/jsnfwlr))
2025-04-26 12:06:10 +09:30
2025-04-26 12:08:14 +09:30
## v0.0.5 - 2025-04-26
2025-04-26 12:06:10 +09:30
### Changed
* minor refactoring
* start using goreleaser
2025-04-26 12:08:14 +09:30
## v0.0.4 - 2022-01-26
2025-04-26 12:06:10 +09:30
### Added
* timestamps on list output
2025-04-26 12:08:14 +09:30
## v0.0.3 - 2022-01-25
2025-04-26 12:06:10 +09:30
### Added
* get authtoken from the terminal if not available elsewhere
2025-04-26 12:08:14 +09:30
## v0.0.2 - 2022-01-17
2025-04-26 12:06:10 +09:30
### Added
* add -p to paste from a file instead of stdin
2025-04-26 12:08:14 +09:30
## v0.0.1 - 2022-01-16
2025-04-26 12:06:10 +09:30
Initial version