Alpha updates
Patch notes
Follow what changed in each release. We keep the language simple so everyone can see how mitsuka.ru is growing.
Current version
0.5.18
Alpha · 0 = pre-release
Registered users
5
Total listings
5
Active and resolved
May 26, 2026
Patch note (0.5.18) — Brand renamed to mitsuka.ru
- Renamed the public app brand from the old project name to mitsuka.ru across the interface and documentation.
- Replaced the kanji logo mark with a magnifying-glass icon to better match search and lost-and-found discovery.
- Updated deployment names and configuration references to use mitsuka terminology.
May 19, 2026
Patch note (0.5.16) — Secure HTTPS connection
- The site now uses HTTPS with a free Let's Encrypt certificate — the browser shows a secure connection instead of "Not Secure".
- HTTP automatically redirects to HTTPS, so bookmarks and old links still work.
- Future deploys keep the SSL configuration in place and renew the certificate automatically.
May 19, 2026
Patch note (0.5.15) — Registration fixed end-to-end
- Fixed the root cause of "Could not create your account": Supabase keys were missing on the production server, so the app was silently running in offline/mock mode.
- The deploy script now automatically adds any missing environment variables to the server without overwriting existing ones.
- The server-side profile-creation API now works correctly and is used as a fallback when the browser-side write fails.
- Rate-limit errors and duplicate-email errors now show distinct, readable messages instead of the same generic error.
May 19, 2026
Patch note (0.5.14) — Sign-up without server API
- Sign-up creates your profile in the database directly, so registration works even if the server secret key is missing.
- If your email is already registered, you see a clear message to log in instead.
May 19, 2026
Patch note (0.5.13) — Sign-up rate limit message
- When Supabase blocks too many sign-up emails, the app now shows a clear rate-limit message instead of a generic error.
- See docs/supabase-setup.md if registration fails after many attempts.
May 19, 2026
Patch note (0.5.12) — Sign-up profile fix
- Profiles are now created on the server during sign-up (more reliable with Supabase).
- Clearer message when email sending is rate-limited.
- If the database tables are missing, you see a dedicated setup message instead of a generic error.
May 19, 2026
Patch note (0.5.11) — Clearer sign-up errors
- Sign up no longer shows “invalid email or password” for every failure.
- You see specific messages for an email already taken, rate limits, or email confirmation.
- If the database is not set up yet, a dedicated message is shown instead of a login error.
May 19, 2026
Patch note (0.5.10) — Supabase backend
- The site can use your Supabase project for sign-up, login, and posts.
- Accounts and listings are stored in the database instead of only in the browser.
- Run npm run setup:supabase once to create tables (see docs/supabase-setup.md).
May 19, 2026
Patch note (0.5.9) — Login only for registered users
- You can no longer log in with a random email and password.
- Sign in only works for accounts created through Sign up, with the correct password.
- Duplicate emails at registration show a clear message.
May 19, 2026
Patch note (0.5.8) — Correct post author
- New posts now show your account as the author instead of the demo user "Taro".
- Your profile is remembered when you sign in and when you publish.
- Posts can also be saved to the database when Supabase is configured.
May 19, 2026
Patch note (0.5.7) — Fix crash when posting
- Fixed a crash that could happen after choosing a location and moving to the next step or publishing a post.
- The map now stays loaded in the background between wizard steps instead of being torn down too early on mobile.
- If publishing fails, you see a short message instead of a blank error screen.
May 19, 2026
Patch note (0.5.6) — GPS when posting
- When pinning a location for a new post, you can tap "Use my location" to place the pin from GPS.
- The map moves to your position; you can still drag the pin or tap the map to adjust.
- If location access is denied or fails, a short message explains what to do.
May 19, 2026
Patch note (0.5.5) — Japanese menu labels
- Fixed the Japanese label for the About button in the side menu.
- It now reads naturally in Japanese instead of showing the English word "About".
May 19, 2026
Patch note (0.5.4) — Patch notes & project stats
- Added a Patch notes section where you can follow project updates.
- The page shows the current app version, how many people have signed up, and how many lost & found listings exist in total.
- Each update is explained in simple bullet points — no technical jargon.
- The section is available in English and Japanese.
May 12, 2026
Patch note (0.5.3) — Map in the app
- You can now browse lost and found items on an interactive map.
- Tap a marker to see a short preview and open the full post.
- Your exact location stays private — others only see an approximate area.
May 5, 2026
Patch note (0.5.2) — Online testing
- The project is deployed on our server and open for online testing.
- You can register, sign in, and try the main flows in a real browser.
- We are collecting feedback from early testers in this alpha phase.
May 1, 2026
Patch note (0.5.1) — Offline alpha testing
- The first alpha build is being tested offline by the team.
- Core screens are in place: home, posts, profile, and settings.
- Privacy rules are defined: personal contacts are never shown publicly.