Releases: wesleynw/splajompy
Releases · wesleynw/splajompy
Release list
1.2.1
What's Changed
- feat: better input validation for registration, better onboarding by @wesleynw in #162
- fix: move post AttributedString/Facet calculation off of main thread by @wesleynw in #163
- fix: add back image rounded edges by @wesleynw in #164
- feat: preliminary mac os support by @wesleynw in #165
- feat: add macos sandbox entitlements, icon by @wesleynw in #166
- feat: add full mac os icon sets by @wesleynw in #167
- chore: bump golang from 1.24.4 to 1.24.5 in /api by @dependabot[bot] in #168
- feat: ui tweaks for mutual like view, comments by @wesleynw in #169
- chore: bump golang.org/x/crypto from 0.39.0 to 0.40.0 in /api by @dependabot[bot] in #170
- feat: use global state management for caching and synchronizing posts by @wesleynw in #171
- feat: all 'all' feed back, mutual like indicator formatting by @wesleynw in #172
- feat: more visual tweaks to toolbar by @wesleynw in #173
Full Changelog: 1.2.0...1.2.1
1.2.0
What's Changed
- fix: notification thumbnail scaling by @wesleynw in #142
- chore: bump version to 1.1.4 by @wesleynw in #143
- chore: bump kingfisher and posthog deps by @wesleynw in #145
- feat: notification type icon indicators, sort notifications page by read status by @wesleynw in #144
- fix: missing notification icon type by @wesleynw in #146
- fix: navigate to home page on re-auth by @wesleynw in #147
- feat: separate notifications into relative date sections by @wesleynw in #148
- chore: bump github.com/resend/resend-go/v2 from 2.20.0 to 2.21.0 in /api by @dependabot in #150
- chore: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.82.0 to 1.83.0 in /api by @dependabot in #149
- fix: loading indicator on notification view positioning by @wesleynw in #151
- perf: scrolling on notifications view by @wesleynw in #152
- perf: more work on scrolling for notifications page by @wesleynw in #153
- fix: infinite scroll glitch in notifications view by @wesleynw in #154
- perf: move notification section computation off main actor by @wesleynw in #155
- fix: progress view dissapears on infinite scroll, bump version by @wesleynw in #156
- fix: use time based offsets for queries on notifications page rather than integer offsets by @wesleynw in #157
- fix: bad date calculation, jumpy progress view in notification view by @wesleynw in #158
- chore: use debian in dockerfile, add dependabot for docker by @wesleynw in #159
- chore: bump golang from 1.24.3 to 1.24.4 in /api by @dependabot in #160
- fix: fallback notification icon, updates timestamps on view refresh by @wesleynw in #161
Full Changelog: 1.1.3...1.2.0
1.1.3
What's Changed
- chore: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.80.2 to 1.81.0 in /api by @dependabot in #125
- chore: bump github.com/aws/aws-sdk-go-v2/config from 1.29.16 to 1.29.17 in /api by @dependabot in #124
- chore: bump kingfisher and posthog deps by @wesleynw in #126
- fix: enable autocorrect in text fields for posting and commenting by @wesleynw in #127
- fix: unify navigation title styling for settings by @wesleynw in #128
- feat: use native searchable protocol on search page by @wesleynw in #129
- chore: reorganize directory structure by @wesleynw in #131
- chore: simplify swift date parsing by @wesleynw in #133
- chore: refactor to use swiftui sensoryFeedback rather than UIImpactFeedbackGenerator by @wesleynw in #132
- fix: parsing date on account login by @wesleynw in #134
- chore: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.81.0 to 1.82.0 in /api by @dependabot in #135
- chore: update readme by @wesleynw in #136
- feat: better image resizing + compression on upload by @wesleynw in #137
- chore: a few tweaks before update by @wesleynw in #139
- feat: store image sizes and use to calculate loading placeholder size by @wesleynw in #138
- chore: add logo to readme by @wesleynw in #140
- fix: image formatting for notifications, tweak post buttons by @wesleynw in #141
Full Changelog: 1.1.2...1.1.3
1.1.2
What's Changed
- fix: extra space rendered in mentions by @wesleynw in #119
- feat: componentize error view by @wesleynw in #121
- fix: increase number of lines displayed in mindless mode by @wesleynw in #120
- fix: notifications should return null for post/comment when not linked to one by @wesleynw in #118
- feat: increase contrast + add backgrounds to post buttons by @wesleynw in #122
Full Changelog: 1.1.1...1.1.2
1.1.1
What's Changed
- fix: follow button should stay full width when loading by @wesleynw in #113
- fix: post detail button should be more tappable, despite having tiny icon by @wesleynw in #114
- fix: downscale images to improve scroll performance by @wesleynw in #115
- chore: bump version to 1.1.1 by @wesleynw in #116
- fix: mutual count calculation was wrong by @wesleynw in #117
Full Changelog: 1.1.0...1.1.1
1.1.0
What's Changed
- chore: pgx/v5, fix timezone handling by @dependabot in #97
- feat: make splash screen look better by @wesleynw in #98
- feat: rewrite feed to show mutuals & friends by @wesleynw in #99
- chore: bump version to 1.1.0 by @wesleynw in #100
- feat: more ui improvements to profile page by @wesleynw in #101
- feat: redo onboarding page again by @wesleynw in #102
- fix: onboarding opening conditions by @wesleynw in #103
- fix: mutual calculation logic by @wesleynw in #104
- feat: add alert dialog when reporting post by @wesleynw in #105
- feat: add notifications for users mentioned in new posts by @wesleynw in #106
- feat: better formatting for misc ui elements by @wesleynw in #108
- fix: profile posts graphical glitches while scrolling by @wesleynw in #107
- fix: API returns nil instead of empty array for mutuals by @wesleynw in #109
- feat: pre-release ui tweaks by @wesleynw in #110
- fix: erratic scrolling behavior by @wesleynw in #111
Full Changelog: 1.0.1...1.1.0
1.0.1
What's Changed
- fix: strange auth behavior on reinstall by @wesleynw in #79
- fix: comment notifications on own post, mentions in comments by @wesleynw in #80
- style: reorganize settings menu by @wesleynw in #81
- feat: change post detail menu type by @wesleynw in #82
- feat: add dependabot by @wesleynw in #83
- Bump actions/checkout from 3 to 4 by @dependabot in #84
- Bump actions/setup-go from 4 to 5 by @dependabot in #86
- Bump sqlc-dev/setup-sqlc from 3 to 4 by @dependabot in #85
- Bump github.com/aws/aws-sdk-go-v2 from 1.36.3 to 1.36.4 in /api by @dependabot in #88
- Bump github.com/stretchr/testify from 1.8.2 to 1.10.0 in /api by @dependabot in #91
- Bump github.com/aws/aws-sdk-go-v2/config from 1.29.13 to 1.29.16 in /api by @dependabot in #89
- Bump github.com/resend/resend-go/v2 from 2.17.0 to 2.20.0 in /api by @dependabot in #90
- Bump golang.org/x/crypto from 0.36.0 to 0.39.0 in /api by @dependabot in #92
- Bump golangci/golangci-lint-action from 7 to 8 by @dependabot in #87
- feat: add swift to dependabot by @wesleynw in #93
- Bump github.com/jackc/pgx/v5 from 5.7.2 to 5.7.5 in /api by @dependabot in #94
- Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.79.1 to 1.80.2 in /api by @dependabot in #95
- fix: revert pgx update to fix timestamps for posts by @wesleynw in #96
New Contributors
- @dependabot made their first contribution in #84
Full Changelog: 1.0.0...1.0.1
1.0.0
What's Changed
- Added swift and go stuff to gitignore by @ajholzbach in #1
- error and loading states for home, profile pages by @wesleynw in #2
- ability to post comments by @wesleynw in #3
- profile page by @wesleynw in #4
- fix build, build environments by @wesleynw in #6
- use swift format in CI by @wesleynw in #7
- misc improvements + go lint by @wesleynw in #8
- new posts by @wesleynw in #9
- username null ref fix by @wesleynw in #10
- sqlc diff ci action by @wesleynw in #11
- image upload by @wesleynw in #12
- concurrency fixes + swift 6 by @wesleynw in #13
- fix build by @wesleynw in #14
- eliminate nested vstack and lazyvstack by @wesleynw in #15
- add notifications page, use MVVC for other components by @wesleynw in #16
- register page and otp by @wesleynw in #17
- image carousel by @wesleynw in #18
- image carousel tweaks by @wesleynw in #19
- fix posting by @wesleynw in #20
- rudimentary notifications by @wesleynw in #21
- standalone post page by @wesleynw in #22
- fix build by @wesleynw in #23
- fix profile text alignment by @wesleynw in #24
- profile page edit by @wesleynw in #25
- tiny tweak by @wesleynw in #26
- fix visual regression in comments by @wesleynw in #27
- basic mentions linking by @wesleynw in #28
- try to file profile links by @wesleynw in #29
- close comment sheet when clicking mention by @wesleynw in #30
- add AT Protocol like facets for mention storage + creation by @wesleynw in #31
- mention suggestion box styling by @wesleynw in #32
- tweak mention suggestion box loading by @wesleynw in #33
- ui fixes for new post dialog, submitting posts by @wesleynw in #34
- sponsored text lmao by @wesleynw in #35
- testing single image cell by @wesleynw in #36
- image gallery single image remove extra padding by @wesleynw in #37
- trying to fix facet processor by @wesleynw in #38
- fix codeql action by @wesleynw in #39
- Revert "fix codeql action" by @wesleynw in #41
- mentions char encoding fix, better navigation by @wesleynw in #42
- mutual like display by @wesleynw in #43
- small fixes by @wesleynw in #44
- can delete posts by @wesleynw in #45
- Create go.yml by @wesleynw in #46
- refactor backend into repositories and services by @wesleynw in #47
- Revert "refactor backend into repositories and services" by @wesleynw in #49
- refactor backend into repositories and services v2 by @wesleynw in #50
- improve notification screen by @wesleynw in #51
- add posthog by @wesleynw in #52
- facets in notifications by @wesleynw in #53
- ability to tag other users in comments by @wesleynw in #54
- notifications tweaks, facets, comments, posthog events by @wesleynw in #55
- posthog identify by @wesleynw in #56
- Revert "posthog identify" by @wesleynw in #57
- fix notification recipient of comment like by @wesleynw in #58
- search tab by @wesleynw in #59
- search tab nav fix by @wesleynw in #60
- more misc UI fixes by @wesleynw in #61
- custom tab bar by @wesleynw in #62
- navbar background by @wesleynw in #63
- undo custom nav, refactor feeds by @wesleynw in #64
- fix new nav bugs by @wesleynw in #65
- use list, no lazyvstack by @wesleynw in #66
- trying to fix scroll bug by @wesleynw in #67
- trying something else by @wesleynw in #68
- trying stuff out by @wesleynw in #69
- fix deep linking, formatting changes by @wesleynw in #70
- fix tab switching by @wesleynw in #71
- add mocks for screenshots by @wesleynw in #72
- Create ios.yml by @wesleynw in #48
- more settings, paging feed style by @wesleynw in #73
- formatting fixes for posts by @wesleynw in #74
- add fk to session table, lower minimum ios version by @wesleynw in #75
- add blocking, post reporting by @wesleynw in #76
- user blocking finishing ui touches by @wesleynw in #77
- allow account deletion by @wesleynw in #78
New Contributors
- @ajholzbach made their first contribution in #1
- @wesleynw made their first contribution in #2
Full Changelog: https://github.com/wesleynw/splajompy-native/commits/1.0.0