changelog.exe
← Back to Community Board
Version 1.3.1
- Reply notifications are escaped, idempotent, use NOTIFICATION_FROM, skip self-replies/ineligible accounts, and never roll back a reply on SMTP failure.
- Password reset now supports case-insensitive username/email lookup, missing imported hashes, token expiry/invalidation, and immediate login.
- Admin deletion returns 409 with dependency counts and preserves all community history. Added confirmed “Send Password Reset.”
- All /api/* failures return compact JSON.
- Media access supports both legacy and current SQLite schemas, normalizes old /files/.../media/... URLs at response time, and prevents path traversal.
- Safe YouTube, Vimeo, and Facebook embeds were added with visible fallback links.
- Added microsea.online.
- Development and production now run one canonical root backend and frontend without a synchronization step.
Version 1.3.0
- Added reset password feature.
- Added direct media uploads to board posts.
- Added post edit feature.
- Sign-up answers are less strict and now normalized to allow any punctuation, upper/lowercase letters, and spacing.
- Added Honeycomb season champion history page and last season champion banner on home page and honeycomb page.
- Added email notification to the author of post when someone replies to it.
Version 1.2.5
- Added delete account on admin page.
Version 1.2.4
- Changed empty tile icon to be more visible in Honeycomb.
- Changed the look of honeycomb tiles claimed/unclaimed.
Version 1.2.3
- Added personal links in divider.
- Home page now returns to top after successful login.
- The fake ad that links to Cameron's World now opens in a new tab.
- Added recent honeycomb activity to marquee at the bottom of community board page.
- Added email notification for when the site gets updated.
Version 1.2.2
- Added changelog page that lists what has changed in the latest update.
- Changed status panel to include version number, link to changelog page and user counts.
- Added automated email to a user when they have been approved as a member.
- Added optimization for mobile devices.