Releases: Memmy-App/memmy
Releases · Memmy-App/memmy
1.1.1
=== Added ===
- Opening notification takes you to the correct notification
- Added link to Lemmy-Status.org to check if there is an issue with your instance.
- Option to show full title in compact view
=== Changes ===
- Migrate image viewer into an external library. Took the time to properly handle scaling up and downsizes, animations,
etc. - Performance improvements for feeds
=== Fixed ===
- Issues that allowed users to sign in with incorrect values for instance or username have been fixed.
- This should fix issues with images that don't properly load crashing the app.
- Images that are loaded in comments show an activity indicator
- Activity indicator for images in the feeds is animated properly
- Better login validation
- Fix issue where the wrong background color was displayed while opening the drawer or rotating the device
- False positive Lemmy links should now open (i.e. https://newsrepublic.com/post/1234 isn't a Lemmy post)
- Old change, but it seems that NSFW GIF/WebPs are now blurred properly
- Bold and image accessories will now position the cursor inside the stars if no text is selected. The current behavior
of placing the cursor at the end of the stars will happen if any text was selected.
1.1
Added
- Push notifications!
- Informative error when unable to find a post
- Share swipe gesture
- Copy text and images from posts and comments
- Use iOS secure storage for JWT tokens
- Blocking options on comments and posts
- Ability to disable user avatar animations (for GIF or WebP avatars)
- View saved posts
- Comment jump button
Fixed
- Drawer not going to community
- Image hitslop is no longer 100% of the width of the screen
- Comment reply button replies to the correct comment
- Reply and pot screens no longer flicker when scrolling
- Some profiles not being viewable
- Opening posts in compact view marks them as read (if enabled)
- Ignores depth whenever viewing particular comment chains (so that the comments are actually visible)
- Viewing a top level comment from inbox now properly takes you to the comment
- Crash when viewing privacy policy
Changes
- Prevent accidental pushes to the next screen while using the context menu
- Prefetch thumbnail images
- Swipeable row performance boost
- Image open/close animations
- Downvotes are no longer displayed when using an instance that does not allow them
New Contributors
- @ftatateeta made their first contribution in #1044
Full Changelog: 1.0...1.1
1.0
0.5.1 rev36
What's Changed
- [Snyk] Upgrade @react-native-async-storage/async-storage from 1.18.2 to 1.19.0 by @eoddc5 in #864
- [Snyk] Upgrade @react-navigation/native from 6.1.6 to 6.1.7 by @eoddc5 in #865
- [Snyk] Upgrade @react-navigation/native-stack from 6.9.12 to 6.9.13 by @eoddc5 in #866
- [Snyk] Upgrade eslint from 8.43.0 to 8.44.0 by @eoddc5 in #867
- [Snyk] Upgrade metro-react-native-babel-preset from 0.76.7 to 0.77.0 by @eoddc5 in #868
- fix: add padding to bottom of comments list by @gkasdorf in #901
- fix: missing logic to mark reply as read by @gkasdorf in #902
- Fix sort.top.Week using wrong label (sort.top.Hour) by @Felix-Staud in #891
- [Docs] Fix lint errors in README.md by @gitbrent in #894
- Duplicate posts blank spaces by @joshua-davis-rose in #900
- [Snyk] Upgrade lemmy-js-client from 0.18.0-rc.2 to 0.18.1 by @eoddc5 in #903
- [Snyk] Upgrade react-native-safe-area-context from 4.6.3 to 4.6.4 by @eoddc5 in #904
- [Snyk] Upgrade react-native-screens from 3.22.0 to 3.22.1 by @eoddc5 in #905
- [Snyk] Upgrade react-native-share from 9.2.0 to 9.2.1 by @eoddc5 in #906
- [Snyk] Upgrade react-native-svg from 13.9.0 to 13.10.0 by @eoddc5 in #907
- rollback temporarily by @gkasdorf in #911
- Revert "upgrades" by @gkasdorf in #912
- add toggle for jump button and fix it getting stuck by @gkasdorf in #914
- fix: display total score should default to false by @gkasdorf in #915
- cleanup some lint by @gkasdorf in #916
- adjust collapse logic by @gkasdorf in #919
- fix: tap to collapse disable by @gkasdorf in #920
- cleanup by @gkasdorf in #921
New Contributors
Full Changelog: 0.5.13...0.5.1.36
v0.5.13
v0.5.12
What's Changed
- fix sort.New translation error by @Felix-Staud in #878
- Fix build issue by @dsl101 in #879
- Move browser settings into General section by @dsl101 in #880
- fix: take user directly to comment when tapping a comment in profile by @gkasdorf in #887
- Add avatar image in tab bar; add setting to disable showing image. by @dsl101 in #883
- feat: Add swipe left options (save and collapse chain) by @gkasdorf in #889
Full Changelog: 0.5.6...0.5.12
v0.5.6
What's Changed
- About page redo by @sgriff96 in #826
- Hide Username in Tab Bar by @sgriff96 in #827
- Feature/refactoring context menus by @Felix-Staud in #836
- add bug report button by @Felix-Staud in #817
- Fixed inability to swipe to undo votes on comments by @ktgd in #829
- 784 replace native base by @joshua-davis-rose in #806
- Update en.json by @Felix-Staud in #831
- Updated German translation by @phriedrich in #833
- create selectors and use stable values for re-renders by @gkasdorf in #851
- get settings from zustand by @gkasdorf in #862
- fix: use undefined instead of "unspecified" for
initialColorMode
by @rosvik in #856 - feat: add clear button to search bar that follows theme colors by @rosvik in #855
- #600 fix total score by @Felix-Staud in #854
- Bug/841 instance reset on restart by @Felix-Staud in #852
- Unread Comment Count by @sgriff96 in #828
- account state rewrite by @sgriff96 in #845
- [Snyk] Upgrade react-native-device-info from 10.6.0 to 10.7.0 by @eoddc5 in #860
- [Snyk] Upgrade react-native-svg from 13.4.0 to 13.9.0 by @eoddc5 in #859
- [Snyk] Upgrade @babel/core from 7.22.5 to 7.22.6 by @eoddc5 in #861
- [Snyk] Upgrade @react-native/metro-config from 0.72.9 to 0.73.0 by @eoddc5 in #857
- [Snyk] Upgrade @react-native/eslint-config from 0.72.2 to 0.73.0 by @eoddc5 in #858
- fix: infinite refresh attempts on empty community by @gkasdorf in #870
- feat: delete posts by @gkasdorf in #871
- jump to next comment button by @sgriff96 in #520
New Contributors
- @phriedrich made their first contribution in #833
Full Changelog: 0.5.5...0.5.6
v0.5.5
What's Changed
- Update pull_request_template.md - fix typo by @Felix-Staud in #816
- fix: update saved or voted when returning from post by @gkasdorf in #820
- feat: Mark post read on scroll by @gkasdorf in #822
- fix: changing swipe causes re-render and adjust sensitivity by @gkasdorf in #823
- feat: Add keyword and instance filtering by @gkasdorf in #824
Full Changelog: 0.5.4...0.5.5
0.5.4
What's Changed
- fix: pressing the link thumbnail opens the browser by @gkasdorf in #796
- 798-bug-comment-reply-button-doesnt-work by @gkasdorf in #800
- Comment Item Context Menu fix by @sgriff96 in #801
- fix: memoize current theme to prevent flashes by @gkasdorf in #802
- fix: refresh post data on refresh by @gkasdorf in #803
- fix: allow for opening debug email in other clients besides mail.app by @gkasdorf in #804
- Swipe Posts to Save by @sgriff96 in #805
Full Changelog: 0.5...0.5.4
v0.5
What's Changed
- use accent colors on NewPostScreen by @rosvik in #668
- Image viewer changes by @gkasdorf in #676
- Mark posts as read on image view in normal mode by @ktgd in #645
- delete image after share by @gkasdorf in #679
- fix link wizard translation by @gkasdorf in #681
- Czech translations by @pitrisss in #680
- add missing key props by @rosvik in #669
- display dialog if permissions are not granted by @gkasdorf in #682
- add a check to prevent crashes by @gkasdorf in #683
- add setting for tap to collapse by @gkasdorf in #684
- Add Requirements info to README.md by @Felix-Staud in #688
- Add Subscriber count to Community Search by @sgriff96 in #694
- replace fast-image with patched version by @gkasdorf in #698
- fix: nsfw images now open iimage viewer in compact mode by @gkasdorf in #699
- Revert "fix: nsfw images now open iimage viewer in compact mode" by @gkasdorf in #701
- fix: nsfw images now open iimage viewer in compact mode by @gkasdorf in #702
- Cancelling image picking causes Alert "Imgur upload failed" [fixes #628] by @Felix-Staud in #689
- Convert UI to new Context Menu by @sgriff96 in #674
- fix lag at start by @gkasdorf in #706
- fix search crash by @gkasdorf in #712
- Profile Switcher and Feed Header Changes by @sgriff96 in #713
- Some Performance Fixes by @gkasdorf in #714
- feat: add gestures to tab bar by @gkasdorf in #715
- adding Community service and community mod list by @bohn002 in #678
- #290 Alphabetized Subscription Headers by @joshua-davis-rose in #716
- Move Traverse tab into a Drawer by @ktgd in #700
- More image viewer improvements by @gkasdorf in #718
- fix subscriber count by @gkasdorf in #735
- Inbox Cleanup by @gkasdorf in #737
- Fix: Filtering of NSFW from the feed now checks for community NSFW flag by @gkasdorf in #738
- Adjust German Locale by @gkasdorf in #739
- remove unnecessary divide for pan update by @gkasdorf in #751
- Feed Item Context Menu by @sgriff96 in #746
- Community stats by @bohn002 in #750
- 647 show hide read button by @joshua-davis-rose in #723
- Remove tabler icons by @sgriff96 in #760
- Add toggle to show read posts in communities by @ktgd in #719
- Traverse Rewrite by @joshua-davis-rose in #767
- Zustand migration by @gkasdorf in #753
- Added support for Romanian language by @br337 in #773
- PT-BR Translation by @chakigel in #765
- [Snyk] Upgrade @react-navigation/bottom-tabs from 6.5.7 to 6.5.8 by @eoddc5 in #728
- [Snyk] Upgrade @typescript-eslint/parser from 5.59.11 to 5.60.1 by @eoddc5 in #727
- [Snyk] Upgrade @react-native/metro-config from 0.72.9 to 0.73.0 by @eoddc5 in #724
- Bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #775
- [Snyk] Upgrade @typescript-eslint/eslint-plugin from 5.59.11 to 5.60.1 by @eoddc5 in #726
- [Snyk] Upgrade @react-native/eslint-config from 0.72.2 to 0.73.0 by @eoddc5 in #725
- Use zustand for user profile posts and search posts by @gkasdorf in #782
- cleanup by @gkasdorf in #783
- Traverse Screen case insensitive searching by @ktgd in #781
- Full screen swipe by @gkasdorf in #717
New Contributors
- @rosvik made their first contribution in #668
- @pitrisss made their first contribution in #680
- @br337 made their first contribution in #773
- @chakigel made their first contribution in #765
Full Changelog: 0.3.0...0.5