Imgur Screenshot Versions Save

Take screenshot selection, upload to imgur. + more cool things

v2.0.0

3 years ago

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

8 years ago

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

8 years ago

No changes, version bump to fix #71

v1.7.2

8 years ago
  • prevent running refresh_access_token every time on script start (#70)

v1.7.1

8 years ago
  • update imgur_anon_id, the old Client ID has been revoked

v1.7.0

8 years ago
  • 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

8 years ago
  • fix '--keep_file' option, #51

v1.6.0

8 years ago
  • 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

9 years ago
  • 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

9 years ago

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