Skip to content

Releases: aledeg/xExtension-RedditImage

v1.2.0: Merge pull request #17 from aledeg/release/1.1.2

11 Jan 03:54
b2aaf6b
Compare
Choose a tag to compare

Features

  • Add a delay on Reddit queries
  • Remove gfycat support
  • Exclude redgifs from agnostic image transformer

Misc

  • Add static analysis
  • Fix coding standards
  • Update test documentation
  • Add pipeline to validate code correctness

v1.1.1

27 Jun 10:27
Compare
Choose a tag to compare

Misc

  • Fix commands in documentation

v1.1.0

26 Jun 19:44
Compare
Choose a tag to compare

Features

  • Add Flickr API support (needs an API key)

Bug fixes

  • Fix blank page when generated content is not readable

Misc

  • Add testing documentation
  • Add resources documentation

v1.0.0: Complete rewrite

25 May 03:19
Compare
Choose a tag to compare

Bug fixes

  • Add user agent when querying external API

Misc

  • Complete rewrite of the extension
  • Better code coverage
  • External API format tests

v0.12.5

04 May 02:04
Compare
Choose a tag to compare

Features

  • Add option to show/hide thumbnails
  • Add help for imgur client id

Bug fixes

  • Fix deprecated string notation
  • Fix deprecated use of mb_convert_encoding
  • Fix translation strings
  • Fix attribute on DOM element
  • Fix namespaces
  • Fix errors when there is no media

Misc

  • Update documentation
  • Add some unit tests
  • Add constant visibility
  • Add strict types validation
  • Add type hinting

v0.12.4

04 Oct 12:31
Compare
Choose a tag to compare

Bug fixes

  • Fix display encoding

v0.12.3: Force encoding

04 Oct 12:12
Compare
Choose a tag to compare

Bug fixes

  • Fix article encoding

v0.12.2

04 Oct 01:16
Compare
Choose a tag to compare

Bug fixes

  • Fix content display when an article contains a link to an image or a video and a text content.

Misc

  • Update documentation
  • Update metadata regex

v0.12.1

06 Sep 02:29
Compare
Choose a tag to compare

Bug fixes

  • Remove Redgifs transformation (bugged)

v0.12.0

27 Apr 00:22
Compare
Choose a tag to compare

Features

  • Add audio for reddit video (#4)
  • Add support for imgur galleries with token

Bug fixes

  • Fix mute option for articles modified during insertion
  • Fix display option for articles modified during insertion
  • Fix video source generation (#5)

Misc

  • Introduce media objects to handle the content
  • Use DomDocument to ease content manipulations
  • Rework the process to modify the content upon insertion
  • Refactor the code