Skip to content

Releases: omsimos/umamin

v0.3.8

10 Feb 13:01
172ba1c
Compare
Choose a tag to compare

What's Changed

  • Scramble username choice when adding a clue
  • Include username in session
  • Show privacy policy notice in register
  • Add indicator when a clue is added

Full Changelog: v0.3.7...v0.3.8

v0.3.7

04 Feb 04:11
b90e2a1
Compare
Choose a tag to compare

What's Changed

  • You can attach a clue to your message
    • A puzzle piece will appear in your inbox
  • Replace logos in /inbox with text

Full Changelog: v0.3.6...v0.3.7

v0.3.6

17 Jan 04:57
5fe252b
Compare
Choose a tag to compare

What's Changed

  • Revert to SSR with prefetch query (previously on-demand ISR)
    • Fix unmatched keys which caused problems with caching
  • Update copyright year (2023)
  • Update the contact email in the privacy policy ([email protected])

Full Changelog: v0.3.5...v0.3.6

v0.3.5

11 Jan 11:16
d007bf7
Compare
Choose a tag to compare

What's Changed

  • Implement On-Demand ISR
  • Update cache-control headers
  • Remove legacy props from next/image
  • Display user link based on current window location
  • Resolve security vulnerabilities from outdated dependencies

New Contributors

Full Changelog: v0.3.4...v0.3.5

v0.3.4

09 Dec 14:17
c82c6a2
Compare
Choose a tag to compare

What's Changed

  • Disable PWA on dev
  • Show warning if current user is unauthenticated
  • Disable some buttons when session is loading

Full Changelog: v0.3.3...v0.3.4

v0.3.3

09 Dec 14:15
4e28fd8
Compare
Choose a tag to compare

What's Changed

  • Add Download App button to install PWA
  • Implement updated next/link & next/image
  • Show Go to Inbox on /to if authenticated

Full Changelog: v0.3.2...v0.3.3

v0.3.2

21 Nov 01:18
d18bbc1
Compare
Choose a tag to compare

What's Changed

  • Update to Next 13
    • (temp): Use legacy Image & Link
  • Fix PWA service worker
  • Move before interactive script to _document.tsx
  • Pass session ID in ApolloServer context
  • Use useRef for downloading images

Full Changelog: v0.3.1...v0.3.2

v0.3.1

21 Oct 00:30
0a7cf05
Compare
Choose a tag to compare

What's Changed

  • Add credentials option for creating an account
  • Login attempts before giving the CAPTCHA
  • Update ad position
  • Add loaders on other pages

Full Changelog: v0.3.0...v0.3.1

v0.3.0

27 Sep 02:13
bf3f872
Compare
Choose a tag to compare

What's Changed

  • Add Discord & Google Authentication
  • Update ad positions
  • Add rate limiter using lru-cache
  • Implement new UI
  • Add reply feature
  • Add message tabs (recent, seen, sent)
  • Optimizations

Full Changelog: v0.2.4...v0.3.0

v0.2.4

17 Aug 10:57
4008759
Compare
Choose a tag to compare

What's Changed

  • Use edge for cache-control by @joshxfi in #97
  • Add maintenance title by @joshxfi in #98
  • Use different ad-slot id by @joshxfi in #99
  • Add Discord and Facebook button on the maintenance page
  • Update footer links

Full Changelog: v0.2.3...v0.2.4