Releases: omsimos/umamin
Releases · omsimos/umamin
v2.0.0
Major Update!
Umamin v2.0 is finally here! 🎉 This update is a complete rewrite with significant changes to the tech stack and infrastructure. While Umamin v1.0 was client-heavy and experienced some performance issues, v2.0 implements a React Server Components (RSC)-first approach, making it more secure and performant.
Core Changes
- Encrypted Messages Using AES: All sent and received messages are now encrypted using AES.
- Custom Profiles: Personalize your profile with custom avatars, bios, and display names.
- Umamin Notes: A new feature that allows users to send notes. Share your thoughts and see what others have to say.
- Improved Performance: With the new RSC-first approach, the platform is now faster and more efficient, providing a smoother user experience.
Improvements
- Revamped User Interface: A fresh, intuitive design that makes navigating Umamin easier and more enjoyable.
- Enhanced Security Measures: Improved authentication and authorization processes to protect user data and privacy.
- Optimized Database Queries: Significant improvements to the way data is handled and retrieved, resulting in faster load times and better performance overall.
Full Changelog: v1.2.8...v2.0.0
v1.2.8
v1.2.7.2
v1.2.7.1
Misc Changes
- Add announcement for Umamin Global update
- Update ad container
- Implement ads in inbox feed
Full Changelog: v1.2.7...v1.2.7.1
v1.2.7
Patch Changes
- Remove unused fields in schema indexes
Misc Changes
- Move
global messages
queries and mutations to a separate resolver - Add whitespace pre-wrap in global message content
- Update the year in the footer
Credits
Full Changelog: v1.2.6...v1.2.7
v1.2.6
Core Changes
- Replace
Recent
tab withSeen
(inbox now only have 2 tabs —Recent & Sent
) - Implement
Infinite Queries
in inbox and global messages (Load More
button)
Patch Changes
- Inject
syne
font in root to apply font inReact Portal
dialog
Packages
@tanstack/react-query: ^5.4.3
Credits
Full Changelog: v1.2.5...v1.2.6
v1.2.5
Core Changes
- Add dynamic OG images for shareable link
- Implement font optimization
- Add promise-based loader when saving image
Patch Changes
- Disable
Google
&Discord
auth buttons when loading - Fix
NextPageWithLayout
types
Misc Changes
- Refactor message resolvers
- Update
PrismaClient
instantiation
Credits
Full Changelog: v1.2.4...v1.2.5
v1.2.4
Core Changes
- Migrate to TanStack Query v5
Packages
- prisma: ^5.4.2
- @prisma/client: ^5.4.2
- @apollo/server: ^4.9.4
- @apollo/server-plugin-response-cache: ^4.1.3
- @tanstack/react-query: ^5.0.5
- graphql: ^16.7.1
- type-graphql: ^2.0.0-beta.3
Credits
Full Changelog: v1.2.3...v1.2.4