Releases: collove/pasteme-cli
Releases · collove/pasteme-cli
1.0.6 Extension Bug Is Patched!
Full Changelog: v1.0.5...v1.0.6
PasteMe-cli 1.0.5 Release Notes!
What's Changed
- Automatic language detection, Closes issue #18 by @SepehrRasouli in #30
- Triangle Logo, Closes Issue #2 by @SepehrRasouli in #29
1️⃣ No further need for --language
option since it's automated now! (It works based on the file extension)
2️⃣ New STDOUT scheme! ¯_(ツ)_/¯
New Contributors
- @SepehrRasouli made their first contribution at #30
Full Changelog: v1.0.4...v1.0.5
PasteMe-CLI v1.0.4 (expiry feature issue fixed)
Full Changelog: v1.0.3...v1.0.4
PasteMe-CLI v1.0.3 Release Notes!
What's Changed
- Python36 by @hramezani in #25
- Refactor sdk and cli. by @IHosseini083 in #26
- Development by @lnxpy in #27
New Contributors
- @IHosseini083 made their first contribution in #26
Full Changelog: v1.0.2...v1.0.3
pasteme-cli v1.0.0 Release Announcement! 🎉
We got a new major feature for pasteme-cli
. Now, your snippets have an expiry limit! You can keep your snippets live for either one day, one week, or one month. Your snippet will be expired after one day by default!
Examples
Expire after one day (default):
$ pasteme -x 1d file.go
Expire after one week:
$ pasteme -x 1w file.go
Expire after one month:
$ pasteme -x 1m file.go
Merged PRs
Special Thanks to
- @farhaduneci for (#14)
Update your pasteme-cli
tool to v1.0.0 by running the following command:
$ pip install pasteme-cli -U