Releases: aledeg/xExtension-RedditImage
Releases · aledeg/xExtension-RedditImage
v1.2.0: Merge pull request #17 from aledeg/release/1.1.2
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
v1.1.0
v1.0.0: Complete rewrite
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
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
v0.12.3: Force encoding
Bug fixes
- Fix article encoding
v0.12.2
v0.12.1
v0.12.0
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