Skip to content

Releases: omsimos/umamin

v4.2.1 (Apr 13, 2026)

13 Apr 10:36
16c3739

Choose a tag to compare

What's Changed

  • feat: improve cache and separate private from public reads by @joshxfi in #260

Full Changelog: v4.2.0...v4.2.1

v4.2.0 (Apr 13, 2026)

13 Apr 09:39
cd7f1d7

Choose a tag to compare

What's Changed

  • Update dependencies
  • Handle duplicate usernames
  • Upgrade Node engine to v24
  • Remove PostHog integration
  • Improve caching and pagination
  • Cleanup client-side rate limits
  • Improve CI workflow

New Contributors

Full Changelog: v4.1.0...v4.2.0

v4.1.0 (Dec 27, 2025)

27 Dec 15:52
401deb5

Choose a tag to compare

What's Changed

Full Changelog: v4.0.0...v4.1.0

v4.0.0 (Dec 23, 2025)

22 Dec 17:24
78d0fb8

Choose a tag to compare

What's Changed

  • Add posts and comments to /feed
  • Implement follow/following system
  • Repost feature (including quote repost)
  • Block system (two-way) affecting messages, posts, comments, and notes
  • Input normalization and trimming on server
  • Fix React Query “undefined data” issue for current_note.
  • Fix Duplicate/incorrect cache invalidations and inconsistent user normalization.
  • Update dependencies

Full Changelog: v3.6.2...v4.0.0

v3.6.2 (Dec 16, 2025)

16 Dec 14:27
bb9b89a

Choose a tag to compare

What's Changed

Full Changelog: v3.6.1...v3.6.2

v3.6.1 (Dec 11, 2025)

10 Dec 18:00
0a57f8b

Choose a tag to compare

What's Changed

  • Upgrade to Next 16
  • Resolve CVE-2025-55182
  • Enable React Compiler
  • Replace unstable_cache usage with use cache directive
  • Update dependencies

Full Changelog: v3.6.0...v3.6.1

v3.6.0 (Nov 10, 2025)

19 Nov 06:35
88e45d6

Choose a tag to compare

What's Changed

  • Implement Gravatar for custom profile pictures
  • Add Tailwind directive to Biome config
  • Update dependencies

Full Changelog: v3.5.1...v3.6.0

v3.5.1 (Oct 22, 2025)

22 Oct 14:46

Choose a tag to compare

What's Changed

Full Changelog: v3.5.0...v3.5.1

v3.5.0 (Oct 18, 2025)

17 Oct 16:25
9a2927a

Choose a tag to compare

What's Changed

  • Setup pre-commit hook for Biome
  • Adjust fetching for infinite scroll
    • Notes from 10→40 per page
    • Sent and received messages from 10→20 per page
  • Decrease container padding for more space
  • Add shine effect to avatar (for users created >= 1 year)
  • Update dependencies

Full Changelog: v3.4.2...v3.5.0

v3.4.2 (Oct 13, 2025)

13 Oct 08:36
39ba9c7

Choose a tag to compare

What's Changed

  • Add seed script for testing
  • Move aes:generate script within the encryption package
  • Update quiet mode indicator

Full Changelog: v3.4.1...v3.4.2