This repository has been archived by the owner on Apr 29, 2022. It is now read-only.
Releases: jomo/imgur-screenshot
Releases · jomo/imgur-screenshot
v2.0.0
Finally, v2.0.0 is released!
- The code should be a lot cleaner and more stable now. It also features a bunch of improvements and bugfixes, I think nearly all issues have been addressed.
- For specific changes please see the commit titles, they should be quite descriptive.
⚠️
- The config file is not compatible to version 1.x.x. You can delete the old config and adjust
~/.config/imgur-screenshot/settings.conf
if necessary. jq
is a new dependency (used to properly parse JSON responses).
v1.7.4 [do not use]
Edit: DO NOT USE
This doesn't actually fix the issue, v1.7.3 is good to go!
Fixes issues with uploads to imgur account, see #72.
v1.7.3
v1.7.2
v1.7.1
v1.7.0
v1.6.1
v1.6.0
v1.5.4
- Product quality improvements, see #29
- use
/bin/bash
instead ofsh
for nohup, see #33 - improved update mechanism:
- Will only notify about an update when a 'release' is pusblished on GitHub
- Uses GitHub's releases API
- Deprecated .version file (will be deleted soon)
- Added -u, --update flag to check for an update an exit
- Link to release notes when update found
- performance improvement: compress curl requests