Releases: aeharding/voyager
2.18.0
What's Changed
- Add vegantheoryclub.org, remove feddit.de by @aeharding in #1610
- Upgrade deps, add lemmy v0.20.0 support by @aeharding in #1611
- Add dark & tinted icon variants for default app icon by @fer0n in #1607
- Add vegantheoryclub.org to signup niche category by @aeharding in #1612
- Fix: Remove block button when long-pressing your own handle by @sharunkumar in #1594
- (chore) Bump appflow build version by @aeharding in #1614
Full Changelog: 2.17.1...2.18.0
2.17.1
What's Changed
- Update e2e action to use a better testing setup by @aashu16 in #1585
- Fix large numbered lists cut off in spoiler tags by @aeharding in #1591
- Override lemmy server URL when 'VITE__TEST_MODE' is set by @aashu16 in #1593
- Fix flakey inbox count update on marking item(s) read by @aeharding in #1596
- Fix invalid link preview by @aeharding in #1599
Full Changelog: 2.17.0...2.17.1
2.17.0
New Features
Subscribed icon (beta-ish!)
You can now enable a little heart badge next to a community to easily tell if you are subscribed or not. You can also select whether to enable only in all/local (where you probably have most interest in seeing it), or everywhere.
By default it is turned off: In some situations, it may be clipped/ellipsed (if the name is too long). I plan on fixing this layout issue in the future.
Filtered websites
You can now filter posts in your feed to specific websites! Keep in mind this does NOT sync with your lemmy account like blocks do.
Persisted search sort
The search feeds, and discover communities feed will now remember your sort (if "Remember Community Sort" is on in Settings).
What's Changed
- Fix private message feed showing sent messages when switching accounts by @aeharding in #1574
- Add subscribed icon by @aeharding in #1573
- Fix subscribed icon showing in mod feed by @aeharding in #1575
- Improve support for testing (http, custom ports, env variables) by @aeharding in #1577
- Add filtered websites by @aeharding in #1578
- Add .editorconfig by @aashu16 in #1579
- Add persisted search sort by @aeharding in #1580
- Move subscribed icon setting to Appearance, increase icons size by @aeharding in #1582
- (chore) Update README instances list by @aeharding in #1583
- Hide subscribed icon on community results feed, use primary color by @aeharding in #1584
- Fix error message on lemm.ee image upload by @aeharding in #1586
Full Changelog: 2.16.0...2.17.0
2.16.0
New Features
Inbox changes
You can now use the full markdown editor to compose a private message! In addition, you can new use swipe gestures on a private message in your inbox. The UI for the conversations page has also been slightly changed and optimized.
Login instance modal changes
The login instance now shows all instances, without typing. This is helpful for new users that might not remember exactly what their instance domain is. There are also various small bugfixes and other usability changes on this page.
Communities list changes
The "Explore" button now sorts by top (all time) by default. This should be more helpful to newcomers.
What's Changed
- Fix DM page glitchy scroll, add virtual list by @aeharding in #1560
- Add DM inbox item swipe gestures, add full size DM editor option by @aeharding in #1561
- Fix header long press theme toggle on conversations page by @aeharding in #1563
- (chore) Refactor markdown modal code by @aeharding in #1562
- (chore) Ban enums by @aeharding in #1565
- Fix lemmy comment URL=/post/$postId/$commentId by @aeharding in #1566
- (chore) Upgrade dependencies by @aeharding in #1567
- Improve login instance selector ease of use for newcomers by @aeharding in #1568
- Set default explore sort to TopAll by @aeharding in #1569
- Fix pull to refresh on communities list by @aeharding in #1571
- Format subscriber count on community list by @aeharding in #1570
- Fix overflow on create crosspost community selector by @aeharding in #1572
Full Changelog: 2.15.0...2.16.0
2.15.0
New Features
Hold "Hide Posts" feed button to reset hidden posts
This adds a quick shortcut to reset hidden posts for those that like quickly hiding and unhiding content.
Outrun Theme
A new theme, hooray!
Media Captions (Alt Text) support
Lemmy v0.19.4 added alt_text
support for image posts. Voyager now supports both viewing (through the media viewer) and adding/editing alt text to image posts. Additionally, Voyager has added support for viewing markdown-based alt text.
What's Changed
- Fix relative URLs comment link preview by @aeharding in #1548
- Disable user instance tap in feed by @aeharding in #1549
- Add Outrun theme by @aeharding in #1551
- Upgrade Github CI actions by @aeharding in #1553
- Add shortcut to reset hidden posts by holding hide posts button by @aeharding in #1552
- Upgrade dependencies by @aeharding in #1554
- Fix unparsed markdown shown in comment link preview text by @aeharding in #1555
- Add alt text support by @aeharding in #1557
- Fix modded long community name overflow by @aeharding in #1558
Full Changelog: 2.14.0...2.15.0
2.14.0
New Feature: Improved Thumbnail Scraping
The only new feature this release: Improved thumbnails in comments and when Lemmy fails to provide one. Currently this is only enabled on youtube.com, but the architecture is set up to add generalized scraping and other sites.
Because this feature requires fetching a thumbnail directly from the site, it has some privacy implications. You can turn off this feature (on by default) in Settings -> General -> Find Thumbnails When Missing
This is great to prevent being rick rolled ;)
Until next time!
What's Changed
- Fix photo upload bug, improve newline handling on photo upload by @aeharding in #1543
- Fix link preview text overflow not showing ellipse by @aeharding in #1544
- Add thumbnail scraping as Lemmy fallback by @aeharding in #1531
- Fix age badge text color in light mode by @aeharding in #1545
- Fix spoiler summary, refactor by @aeharding in #1546
Full Changelog: 2.13.1...2.14.0
2.13.1
What's Changed
- Fix large animated GIFs being converted to JPEG by @aeharding in #1535
- Fix certain post videos displaying as images by @aeharding in #1538
- Add support for AVIF images by @aeharding in #1540
Full Changelog: 2.13.0...2.13.1
2.13.0
New Features
Sunset theme
Light and dark mode supported! 🌞 🌝
Explore communities page
You can now click "Explore" on the search tab to view communities on your instance. You can also tap the earth icon in the header to switch the filter between local/home/all/modded (and you can now do so from the community search results page!).
What's Changed
- Upgrade dependencies by @aeharding in #1526
- Fix mark all as read not updating item read highlight by @aeharding in #1527
- Upgrade to eslint v9 by @aeharding in #1529
- Add sunset theme by @aeharding in #1528
- Fix spoiler/sub/super markdown text in post preview by @aeharding in #1530
- Remove feddit.de, add feddit.org to signup list by @aeharding in #1532
- Add explore communities page by @aeharding in #1533
Full Changelog: 2.12.4...2.13.0
2.12.4
2.12.3 was successfully uploaded according to Fastlane, but App Store Connect is having amnesia. So here is another (same) release.
Full Changelog: 2.12.3...2.12.4
2.12.3
What's Changed
- Fix native iOS image share on lemmy instances with image proxy enabled by @aeharding in #1521
Full Changelog: 2.12.2...2.12.3