Skip to content
This repository has been archived by the owner on Apr 29, 2022. It is now read-only.

Releases: jomo/imgur-screenshot

v2.0.0

19 Aug 11:16
Compare
Choose a tag to compare

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]

05 May 15:03
Compare
Choose a tag to compare
v1.7.4 [do not use] Pre-release
Pre-release

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

24 Apr 12:23
Compare
Choose a tag to compare

No changes, version bump to fix #71

v1.7.2

21 Apr 20:11
Compare
Choose a tag to compare
  • prevent running refresh_access_token every time on script start (#70)

v1.7.1

02 Apr 19:16
Compare
Choose a tag to compare
  • update imgur_anon_id, the old Client ID has been revoked

v1.7.0

06 Dec 15:00
Compare
Choose a tag to compare
  • Allow file names with , or ;. See #54
  • Breaking changes:
    • option names are now dashed (e.g. --album-id instead of --album_id)
    • removed short option-overrides (e.g. -e is no longer equal to --edit true. use -e true instead)
  • clean up of code and doc

v1.6.1

05 Dec 01:17
Compare
Choose a tag to compare
  • fix '--keep_file' option, #51

v1.6.0

01 Dec 00:35
Compare
Choose a tag to compare
  • CLI syntax is now --option <arg> (was --option=<arg)
  • added --select, --window, --full screenshot options
  • album support
  • new --debug option
  • bug fixes / stability
  • usability improvements
  • code cleanup

v1.5.4

14 Apr 08:22
Compare
Choose a tag to compare
  • Product quality improvements, see #29
  • use /bin/bash instead of sh for nohup, see #33
  • improved update mechanism:
    1. Will only notify about an update when a 'release' is pusblished on GitHub
    2. Uses GitHub's releases API
    3. Deprecated .version file (will be deleted soon)
    4. Added -u, --update flag to check for an update an exit
    5. Link to release notes when update found
  • performance improvement: compress curl requests

v1.5.1

24 Mar 12:20
Compare
Choose a tag to compare

fixes a bug where only the first match of screenshot, open, and edit commands was replaced