Releases: omsimos/umamin
Releases · omsimos/umamin
v0.3.8
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
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
What's Changed
- Revert to
SSR
with prefetch query (previously on-demandISR
)- Fix unmatched keys which caused problems with caching
- Update copyright year (2023)
- Update the contact email in the privacy policy (umamin.link@gmail.com)
Full Changelog: v0.3.5...v0.3.6
v0.3.5
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
- @dependabot made their first contribution in #128
Full Changelog: v0.3.4...v0.3.5
v0.3.4
What's Changed
- Disable
PWA
ondev
- 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
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
What's Changed
- Update to Next 13
- (temp): Use legacy
Image
&Link
- (temp): Use legacy
- 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
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
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