All notable changes to this project will be documented in this file.
v1.2.4 - 2025-08-23
- Fix RedGIFs links loading without sound (again)
v1.2.3 - 2025-04-07
- Fix issue with Imgur multi-image uploads consistently failing. Note that multi-image uploads still fail on the first attempt but should succeed on the next attempt.
- Update Custom API settings with link to new GitHub discussion where you can share your own subreddit sources with others.
v1.2.2 - 2025-01-16
- Fix video downloads failing on certain v.redd.it videos
- Note that the
.debfile is significantly larger (several MB) because of new external dependencies needed to fix the issue (FFmpegKit)
- Note that the
v1.2.1 - 2024-12-19
- Custom random and trending subreddits - you can now specify an external URL to use as the source for random and trending subreddits (in Settings > General > Custom API)
- Sources should be a plaintext file with one subreddit name per line, without the
/r/prefix (see examples below) - Default trending source (data from gummysearch.com): https://jeffreyca.github.io/subreddits/trending-gummy-daily.txt
- Default /r/random source: https://jeffreyca.github.io/subreddits/popular.txt
- New setting to customize how many trending subreddits to show
- New setting to show a dedicated RandNSFW button
- Sources should be a plaintext file with one subreddit name per line, without the
- Minor UI updates to the settings view
- URL optimizations (thanks @ryannair05!)
v1.1.8 - 2024-12-07
- Fix RedGIFs links loading without sound (thanks @iCrazeiOS!)
v1.1.7b - 2024-10-25
- Add rootless package (thanks @darkxdd!)
v1.1.7 - 2024-10-19
- Improve parsing
new.reddit.comandnp.reddit.comlinks
v1.1.6 - 2024-10-05
- Fix issue with share URLs not working after device locks
- Remove unused code for handling Imgur links
v1.1.5b - 2024-09-18
- Fix rare crashing issue
- Include tweak version in Custom API settings view
v1.1.4 - 2024-08-28
- Improve share URL and Imgur link parsing (specifically URLs formatted like:
https://imgur.com/some-title-<imageid>) - Fix crashing issue when loading content
v1.1.3 - 2024-08-23
Fix issue with newer Imgur images and albums not loading properly
v1.1.2 - 2024-08-01
Update user agent to fix multireddit search
v1.1.1 - 2024-07-27
- Working hybrid implementation of "New Comments Highlighter" Ultra feature
- Add FLEX integration for debugging/tweaking purposes (requires app restart after enabling in Settings -> General -> Custom API)
v1.0.12 - 2024-07-25
Use generic user agent independent of bundle ID when sending requests to Reddit
v1.0.11 - 2024-02-27
Fix issue with Imgur uploads consistently failing. Note that multi-image uploads may still fail on the first attempt.
v1.0.10 - 2024-01-22
Add support for /u/ share links (e.g. reddit.com/u/username/s/xxxxxx).
v1.0.9 - 2023-12-29
- Randomize "trending subreddits list" so it doesn't show iOS, Clock, Time, IfYouDontMind all the time - thanks @iCrazeiOS!
- Context: There isn't an official Reddit API to get the currently trending subreddits. Apollo has a hardcoded mapping of dates to trending subreddits in this file called
trending-subreddits.plistthat is bundled inside the .ipa. The last date entry is2023-9-9, which is why Apollo has been falling back to the default iOS, Clock, Time, IfYouDontMind subreddits lately.
- Context: There isn't an official Reddit API to get the currently trending subreddits. Apollo has a hardcoded mapping of dates to trending subreddits in this file called
v1.0.8 - 2023-12-15
- Lower minimum iOS version requirement to 14.0
- Toggleable settings for blocking announcements and some Ultra settings (not fully working, see #1). These are the same as the previous experimental builds.
- All toggles are located in Settings -> General -> Custom API
- New Comments Highlightifier shows new comment count badge, but doesn't highlight comments inside a thread
- Subreddit Weather and Time widget doesn't seem to work (not showing or loads infinitely)
v1.0.7 - 2023-12-07
- Add support for resolving Reddit media share links (#9) - thanks @mmshivesh!
v1.0.5 - 2023-12-02
- Fix crash when tapping on spoiler tag
v1.0.4 - 2023-11-29
Add support for share links (e.g. reddit.com/r/subreddit/s/xxxxxx) in Apollo. These links are obfuscated and require loading them in the background to resolve them to the standard Reddit link format that can be understood by 3rd party apps.
The tweak uses the workaround and further optimizes it by pre-resolving and caching share links in the background for a smoother user experience. You may still see the occassional (brief) loading alert when tapping a share link while it resolves in the background.
There are currently a few limitations:
- Share links in private messages still open in the in-app browser
- Long-tapping share links still pop open a browser page
v1.0.3b - 2023-11-26
- Treat
x.comlinks as Twitter links so they can be opened in Twitter app - Fix issue with
apollogur.downloadnetwork requests not getting blocked properly (#3)
v1.0.2c - 2023-11-08
- Fix Imgur multi-image uploads (first attempt usually fails but subsequent retries should succeed)
v1.0.1 - 2023-10-18
- Suppress wallpaper popup entirely
v1.0.0 - 2023-10-13
- Initial release