Releases: omsimos/umamin
Releases · omsimos/umamin
v1.2.1
What's Changed
- Update global message per user instead of creating a new one
- Add
isOpened
field in index - Scroll to top when paginating
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
- (NEW) Global Messages /global
- Refactor component directories
- Fix pagination container
- Add home icon in bottom navbar
- Add toast when downloading image
- Update design of action buttons in message modal
- Update cache-control max age
- Add redirect URLs (
/download
,/facebook
)
Full Changelog: v1.1.1...v1.2.0
v1.1.1
What's Changed
- Fix
HMR
not working with Docker - Add
Container
component - Add background when saving message image
- Fix hydration error when visiting
/to/{username}
with no user - Remove tap highlight on mobile
Packages
- prisma@^5.1.1
- @prisma/client@^5.1.1
- @tanstack/react-query@^4.32.1
- react-hot-toast@^2.4.1
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- Update Next.js
^13.4.8
→^13.4.12
- Add new navigation
- Display profile picture in menu
- Display card if no messages to load
- Add new look to
/inbox
Full Changelog: v1.0.5...v1.1.0
v1.0.5
What's Changed
- Replace
react-query
with@tanstack/react-query
- Update GraphQL Codegen (& plugins)
- Add a custom error response object in GraphQL
- Remove console logs in production
- Update
next
&prisma
to latest - Fix error that shows
Internal Server Error
instead of the message - Resolve security vulnerability: SQL Injection and Cross-site Scripting in class-validator
Full Changelog: v1.0.4...v1.0.5
v1.0.4
What's Changed
- Add theme switcher (temporarily unavailable until light mode design is finalized)
- Replace
apollo-server-micro
(deprecated) with@as-integrations/next
- Update
cache-control
behavior - Update
prisma
to latest version - release: v1.0.4 by @joshxfi in #146
New Contributors
Full Changelog: v1.0.3...v1.0.4
v1.0.3
What's Changed
- Add
Download
button (redirects to Google Play Store) - Update
Bug Report
&Feature Request
link - Add Google Play badge in
README
Full Changelog: v1.0.2...v1.0.3
v1.0.2
What's Changed
- Revert UI in seen tab
- Add danger prop in delete (seen tab)
- Update display of
ErrorBoundary
- Update logo in
README.md
- Add
FUNDING.yml
for sponsorships
Full Changelog: v1.0.1...v1.0.2
v1.0.1
What's Changed
- Add digital asset links file that proves ownership of the
PWA
- Implement
ErrorBoundary
to handle client-side error caused by ad blockers
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
- Update logo and color scheme
- Redirect to inbox if authenticated
- Update message card design
- Display toast when no changes in settings
- Add clue button in sent tab
- Changes in
PWA
- Add offline page
- Add additional details in manifest
Full Changelog: v0.3.8...v1.0.0