🐰BunnyNotes
Back to home

Changelog

Every update to BunnyNotes, in reverse chronological order.

v0.3.0

Latest29 April 2026
  • FeatureLegal & informational pages: Privacy Policy, Terms of Use, Cookie Policy, About, Contact, and Changelog.
  • FeatureContact form with server-side email delivery via Resend.
  • ImprovementMarketing layout now uses a shared route-group layout for consistent header/footer across all marketing pages.
  • ImprovementDesktop sidebar table-of-contents on all legal pages with smooth anchor scrolling.
  • ImprovementCollapsible mobile TOC for legal pages.
  • ImprovementFooter updated with links to About, Contact, Changelog, Privacy Policy, and Terms of Use.

v0.2.0

18 March 2026
  • FeatureHealth Notes with 8 structured categories: General, Vaccination, Dental, Grooming, GI Health, Eyes & Ears, Respiratory, and Emergency.
  • FeatureSeverity picker and emergency checklist on Health Note forms.
  • FeatureMedication schedule — weekly calendar view with dose check-off.
  • FeatureWeight trend chart with breed-specific ideal range overlay.
  • ImprovementDashboard redesign: quick-action buttons, weight mini-chart, and upcoming-events panel.
  • ImprovementMobile bottom navigation bar for core app sections.
  • FixDailyLog unique-constraint error when logging twice in one day now shows a clear in-form message instead of a 500.
  • FixSidebar collapsed state persisted incorrectly on refresh — now uses a cookie for SSR-safe hydration.
  • SecurityAdded CSRF protection to all custom API routes.

v0.1.0

3 February 2026
  • FeatureInitial public launch of BunnyNotes.
  • FeatureBunny profile management: create, edit, and delete rabbit profiles with breed, birthday, weight, and photo.
  • FeatureDaily health log: poop consistency & color, hay intake, mood, energy, hydration, and free-text notes.
  • FeatureVet visit records with diagnoses, treatment plans, linked medications, and document links.
  • FeatureMedication tracker with schedule times and dose history.
  • FeatureAuthentication: email/password, Google OAuth, and GitHub OAuth via NextAuth v5.
  • FeatureBilingual support: English and Slovak throughout the entire application.
  • FeatureLight and dark theme with system preference detection.