Skip to content

gif 0.2.0

Compare
Choose a tag to compare
@evoL evoL released this 05 Sep 17:32
· 22 commits to master since this release
  • Added support for uploading images to imgurgif upload. Due to rate limiting, you have to configure the API key yourself in the config file though. Here's a minimal .gifconfig file to enable it:
{
  "Upload": {
    "Provider": "imgur",
    "Credentials": {
      "ClientId": "your client id"
    }
  }
}
  • Added a tag listing command—gif tags.
  • Added a filter for local images.
  • Added the ability to print out map-based config values.
  • Fixed filtering by making it look at tags even if passed a hex string.
  • Fixed column formatting in listings.
  • Fixed crash when trying to import a directory with extensionless files.