Releases: DenverCoder1/unedit-for-reddit
Releases · DenverCoder1/unedit-for-reddit
3.9.2
What's Changed
- fix - support edited submissions on redesign without RES
Full Changelog: 3.9.1...3.9.2
3.9.1
What's Changed
- Use regex instead of URLPattern for wider browser support
Misc repo updates
- Scripts and makefile for building zip archives, running in Firefox development mode, and signing the extension
Full Changelog: 3.9.0...3.9.1
3.9.0
What's Changed
- Support for edited submissions on Reddit Redesign on submission pages, list view, and popup view
- Displays how long ago submissions were edited on Redesign since Reddit doesn't display this information
- Minor code refactoring and added comments
Full Changelog: 3.8.0...3.9.0
3.8.0
What's Changed
- Added support for viewing deleted and moderator-removed submissions on Redesign and Old Reddit
- Added support for viewing edited submissions in list views (Old Reddit only)
- Better error handling and logging
- Changed background and foreground color of original posts to be consistent across all posts and themes
- Made "Original Post" heading bold on Redesign for consistency
Full Changelog: 3.7.3...3.8.0
3.7.3
What's Changed
- Fix duplicate link in deleted comments by @DenverCoder1 in #10
- Added files to create a chrome extension by @DenverCoder1 in #9
Full Changelog: 3.7.2...3.7.3
3.7.2
What's Changed
- fix: show comments after usertext in old reddit by @DenverCoder1 in #5
- fix: prevent link from appearing twice on comments that are both edited and deleted by @DenverCoder1 in #8
- refactor: minor styling and code refactor by @DenverCoder1 in #8
Full Changelog: 3.7.0...3.7.2
3.7.0
What's Changed
- fix: Fixes support for profile pages by @DenverCoder1 in #3
- feat: Added the functionality to view comments deleted by moderator by @mohitmujawdiya in #4
New Contributors
- @mohitmujawdiya made their first contribution in #4
Full Changelog: 3.6.0...3.7.0
3.6.0
Changes in 3.6
- Check a second source for comments so more recent comments are less likely to be "not found"
- Fixes to getting comment ids in Reddit redesign
Changes in 3.5
- Added compatibility with Old Reddit links without "old.reddit" in the URL
- Added additional @includes for more compatibility
Changes in 3.4
- Fixed @match for more compatibility
Changes in 3.3
- Added support for profile pages (Redesign)
Changes in 3.2
- Works more accurately in post previews (Redesign feature where the post is shown in a popup when clicked from post list)
Changes in 3.1
- Fixed missing styling on comments shown in the Redesign
- Fixed placement of inline comment to work on comments that do not end with a paragraph (
<p>
) element
Changes in 3.0
- Added support for deleted comments
Changes in 2.0
- Original comment is converted from markdown to HTML to show custom formatting.
- Unedit now supports self-text submissions (old Reddit only)
Full Changelog: https://github.com/DenverCoder1/Unedit-for-Reddit/commits/3.6.0