Skip to content

Releases: omsimos/umamin

v2.0.0

02 Jul 06:01
0ed7dfd
Compare
Choose a tag to compare

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

08 Apr 07:14
ccdd18c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.7.2...v1.2.8

v1.2.7.2

09 Mar 05:59
91c08ea
Compare
Choose a tag to compare

What's Changed

  • chore: use after interactive strategy by @joshxfi in #173
  • chore: add pathname as deps when pushing ads by @joshxfi in #174

Full Changelog: v1.2.7.1...v1.2.7.2

v1.2.7.1

29 Feb 15:31
464c32f
Compare
Choose a tag to compare

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

11 Jan 07:08
b2207da
Compare
Choose a tag to compare

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

@joshxfi

Full Changelog: v1.2.6...v1.2.7

v1.2.6

02 Nov 16:13
aa33253
Compare
Choose a tag to compare

Core Changes

  • Replace Recent tab with Seen (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 in React Portal dialog

Packages

@tanstack/react-query: ^5.4.3

Credits

@joshxfi

Full Changelog: v1.2.5...v1.2.6

v1.2.5

01 Nov 05:49
9cb3193
Compare
Choose a tag to compare

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

@joshxfi, @Blankeos

Full Changelog: v1.2.4...v1.2.5

v1.2.4

26 Oct 07:52
cc3fd4e
Compare
Choose a tag to compare

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

@joshxfi

Full Changelog: v1.2.3...v1.2.4

v1.2.3

02 Oct 00:58
6b9c3cf
Compare
Choose a tag to compare

Core Changes

  • Change message cooldown in global to 1 minute
  • Increase image quality when saving

Misc Changes

  • Fix spacing between message cards
  • Remove new badge in global

Credits

@joshxfi

Full Changelog: v1.2.2...v1.2.3

v1.2.2

31 Aug 04:58
c6b5e9e
Compare
Choose a tag to compare

Core Changes

  • Add new index in prisma schema

Packages

  • prisma: ^5.2.0
  • @prisma/client: ^5.2.0

Credits

@joshxfi

Full Changelog: v1.2.1...v1.2.2