Releases: aeharding/voyager
0.21.0
Post editing is here! Enjoy!! 🎉
What's Changed
- Fix action sheet breaking on taps to present before it closes by @aeharding in #392
- Fix unbroken titles not wrapping in compact mode (#376) by @aeharding in #394
- Fix links to remote communities not working by @aeharding in #396
- Fix page scrolling to top on login/logout by @aeharding in #402
- Add new comment append to top by @aeharding in #409
- Fix NSFW videos not being blurred by @aeharding in #411
- Add post editing by @aeharding in #413
- Added the announce icon to the compact post list. by @choltz in #259
New Contributors
Full Changelog: 0.20.0...0.21.0
0.20.0
Anyone else annoyed by changing sort not bringing you back to the top? Well now it does! Thanks @mdecourcy!
Also in this release: Tapping 'posts' from community list scrolls you to the top (and is generally less buggy), as well as the ability to delete your own posts (editing coming soon)
Till next time!
What's Changed
- Fix for issue #359: Correctly showing links in PMs. by @svrem in #383
- Add post deletion by @aeharding in #391
- Fix/scroll to top on sort change by @mdecourcy in #329
Full Changelog: 0.19.0...0.20.0
0.19.0
It's now much easier to organize favorites! Just tap the star in the community list. Thanks @rsammelson!
Another great improvement in this release is posts will now be marked as read upon voting, tapping external links, and opening the image viewer. Thanks @mdecourcy!
What's Changed
- Implement stars in community list by @rsammelson in #357
- Add sticky community list headers by @aeharding in #373
- Fix post title font size glitching on iOS due to font size rounding by @aeharding in #375
- Fix: Voting, viewing an image or visiting a URL should set a post as read by @mdecourcy in #372
- Add more subtle mark as read indication, and ensure perf by @aeharding in #377
Full Changelog: 0.18.3...0.19.0
0.18.3
Small bugfix release, however people connecting to lemmy.world from outside the US should see a noticeable improvement in connection speeds, as requests are now made directly to lemmy.world!
What's Changed
- Updated wefwef domain to voyager.nohost.network by @nohoster in #365
- Fix images being rotated incorrectly by @aeharding in #368
- Re-add group communities by letter by @zackhow in #360
- Add lemmy.world for direct connect by @aeharding in #369
- Redirecting to posts list on submitting search bar. by @svrem in #331
New Contributors
Full Changelog: 0.18.2...0.18.3
0.18.2
This is a superior implementation to the hotfix found in 0.18.1
What's Changed
- Fix revoked tokens not logging out user by @aeharding in #356
Full Changelog: 0.18.1...0.18.2
0.18.1
Use a lemmy.world account and not seeing your data? Lemmy.world last night was affected by a lemmy vulnerability and had to revoke all login tokens.
https://lemmy.world/post/1290412
To see your account data again, either:
- Update to 0.18.1, force close the app and reopen, or
- Logout and log back in
What's Changed
- Fix invalidated tokens not being cleared from storage by @aeharding in #354
Full Changelog: 0.18.0...0.18.1
0.18.0
wefwef is now Voyager!
App users
Users don't need to change anything. If you want the new app name, you can reinstall the app.
Docker deployments
Note Docker users should change image from
wefwef
tovoyager
. Thewefwef
image will no longer be updated.
What's Changed
- Fix block/message ellipse appearing for yourself by @aeharding in #345
- Add new app name (wefwef => Voyager) by @aeharding in #353
Full Changelog: 0.17.0...0.18.0
0.17.0
New features!
User and community blocking
You can now block users and communities! Just go to their page and tap the ellipsis in the header. Additionally, there's a new "Filters & Blocks" section to settings (applied per user)!
There's also an option to hide all NSFW content for your account!
Finally, it's now much easier to message users. Just tap on their profile and "Send Message"!
Favorite communities
Favorite communities for them to be at the top of the community quick switcher and your communities list. So much easier than scrolling to find the communities you frequent most often! Thanks @httpjamesm for this feature that's been a long time coming.
To favorite (or unfavorite), just visit the community and tap the ellipse in the header.
Bugs and other small enhancements!
Check out the list below!
What's Changed
- Fix font size glitching on iOS by @aeharding in #335
- Added support for sharing and saving images from the feed and post by @Penagwin in #226
- Add support for blocking of communities by @mdecourcy in #294
- Add button to message a user from their profile by @rsammelson in #227
- Add user blocking from user profile by @aeharding in #342
- Support bypassing the proxy for some Lemmy instances by @geneccx in #338
- feat: Favourite communities by @httpjamesm in #79
- Fix posts being marked as read (with failing API request) when logged out by @aeharding in #343
- Fix hide NSFW toggle not working without avatar by @aeharding in #344
New Contributors
Full Changelog: https://github.com/aeharding/wefwef/compare/0.16.1...0.17.0###
0.16.1
Compose long posts and comments! All weird scrolling/header cutoff in the compose comment/post dialogs should be resolved.
Please contact me directly if you have issues with this (the logic is quite hacky, unfortunately) - [email protected]
What's Changed
- Fix create comment, edit comment, create post text area being cut off by @aeharding in #332
Full Changelog: 0.16.0...0.16.1
0.16.0
Lots of fixes and tweaks in this release! The largest change you'll notice is posts are now marked as read when you tap into them (thanks @robertnabbe)! In the future this will be a configurable option. This is exciting, because we're now able to add a "hide read posts" feature in an upcoming release! Stay tuned.
wefwef is now Voyager
I'd also like to announce that wefwef will be changing names to Voyager! Expect a new release with new naming Sunday night/monday morning.
We'll also be updating the Github repo name. If you'd like you can remove the app and reinstall from https://vger.app, but it's totally not necessary.
What's Changed
- Fix Android PWA appearing with chrome badge by @aeharding in #305
- Move settings to Dexie by @burakcan in #246
- Switch to pnpm. #258 by @FitzHawke in #282
- Fix posts hidden not appearing on profile by @aeharding in #293
- Fix rotate bug by @aeharding in #316
- fixes #112 by @xpertbot in #234
- Basic settings page to import Reddit user data CSVs by @yuletide in #233
- Optimize Dockerfile by @mbentley in #315
- Fix safari/ios 13 by @nickgal in #264
- Feature: add warning labels to compact posts by @jmaruiz in #284
- Feat: CompactPost thumbnail link if no img by @robertnabbe in #310
- Fix gallery performance by @aeharding in #320
- Add virtuoso viewport optimizations by @aeharding in #321
- Feat: PostFeed post read style by @robertnabbe in #307
- Added new instance wefwef.nohost.network by @nohoster in #306
- Fix for issue #323: Clicking the posts button now correctly scrolls to top of the page. by @svrem in #326
- Add performance improvement for marking posts as read by @aeharding in #328
- Use an action sheet for post view settings instead of a full page by @geneccx in #327
New Contributors
- @FitzHawke made their first contribution in #282
- @xpertbot made their first contribution in #234
- @yuletide made their first contribution in #233
- @mbentley made their first contribution in #315
- @nickgal made their first contribution in #264
- @robertnabbe made their first contribution in #310
- @nohoster made their first contribution in #306
- @svrem made their first contribution in #326
Full Changelog: 0.15.1...0.16.0