Skip to content

Releases: dkast/biztro

v1.0.0-beta.1

Choose a tag to compare

@dkast dkast released this 01 May 22:17

What's Changed

  • Remove deprecated baseUrl from TypeScript config by @Copilot in #185
  • feat: update menu item form and translation handling by @dkast in #186

Full Changelog: v1.0.0-beta.0...v1.0.0-beta.1

v1.0.0-beta.0

Choose a tag to compare

@dkast dkast released this 20 Apr 05:23

What's Changed

  • refactor: optimize using vercel doctor by @dkast in #179
  • fix: visual bugs on dashboard and published menus by @dkast in #180
  • chore(deps): bump next from 16.2.2 to 16.2.3 by @dependabot[bot] in #182
  • feat: add wizard for onboarding by @dkast in #181
  • content: Add AI features blog post by @Copilot in #183
  • chore: prepare for v1 by @dkast in #184

Full Changelog: v0.65.0...v1.0.0-beta.0

v0.65.0

Choose a tag to compare

@dkast dkast released this 02 Apr 05:12

What's Changed

  • fix: address unresolved review comments from PR #162 by @Copilot in #164
  • feat: add a search view for published menus by @dkast in #162
  • fix: header background visual bug by @dkast in #165
  • fix: type safety and accessibility improvements for theme presets by @Copilot in #167
  • feat: implement theme presets by @dkast in #166
  • Route host-based subdomain requests through proxy and align publish/QR links to subdomain URLs by @Copilot in #161
  • fix: security hardening — noopener noreferrer on blank links, expand reserved subdomains by @Copilot in #169
  • feat: finalize support for subdomains by @dkast in #168
  • feat: localize UI chrome and category names in public menu by @Copilot in #171
  • Translate navigator labels and published-menu search by selected locale by @Copilot in #173
  • feat: nested drawer for search result item detail on mobile by @Copilot in #174
  • fix: address review feedback on menu translation feature by @Copilot in #175
  • chore(deps): bump next from 16.1.6 to 16.1.7 by @dependabot[bot] in #170
  • feat: add menu translation for pro plan by @dkast in #172
  • style: redesign to promote new features by @dkast in #176
  • Replace QR export html2canvas usage with @renoun/screenshot by @Copilot in #177

Full Changelog: v0.60.0...v0.65.0

v0.60.0

Choose a tag to compare

@dkast dkast released this 04 Mar 20:45

What's Changed

  • style: refine landing page by @dkast in #154
  • perf: extend cache lifetime and fix cacheTag ordering in subdomain page by @Copilot in #155
  • feat: PDF menu import via AI (Vercel AI Gateway + Mistral OCR) by @Copilot in #156
  • fix: address unresolved PR review comments on menu import by @Copilot in #159
  • fix: resolve TypeScript type import errors for colorThemes and ChangeEvent by @Copilot in #160
  • feat: add import menu using ai sdk by @dkast in #157
  • chore: restore sentry and add sentry skills by @Copilot in #158

Full Changelog: v0.58.0...v0.60.0

v0.58.0

Choose a tag to compare

@dkast dkast released this 04 Mar 20:44

What's Changed

  • Fix navigator block mobile viewport overflow and add navigation drawer with auto-scroll by @Copilot in #149
  • fix: address QoL PR review feedback by @Copilot in #151
  • chore: qol improvements by @dkast in #150
  • fix: restrict trusted auth origins and ignore history on bulk prop updates by @Copilot in #153
  • refactor: enhancements to the menu header component and styles by @dkast in #152

Full Changelog: v0.57.0...v0.58.0

v0.57.0

Choose a tag to compare

@dkast dkast released this 09 Feb 06:23

What's Changed

  • Implement PostHog analytics improvements: manual pageview tracking and product/public menu events by @Copilot in #136
  • Add Sentry error tracking alongside console.error across application by @Copilot in #138
  • chore: add SKILLS for agents by @dkast in #137
  • Fix cache invalidation security in updateMenuStatus mutation by @Copilot in #140
  • refactor: improve performance loading for landing and menu routes by @dkast in #139
  • chore(deps): bump next from 16.1.4 to 16.1.5 by @dependabot[bot] in #141
  • fix: address PR review feedback - error handling, type safety, and semantic HTML by @Copilot in #143
  • feat: improve onboarding by @dkast in #142
  • Implement media library with usage tracking and tier-based limits by @Copilot in #144
  • Auto-resize images on upload instead of rejecting oversized files by @Copilot in #145
  • Persist media asset dimensions and size on upload by @Copilot in #147
  • fix: address PR #146 review feedback by @Copilot in #148
  • feat: add media section by @dkast in #146

Full Changelog: v0.56.0...v0.57.0

v0.56.0

Choose a tag to compare

@dkast dkast released this 20 Jan 21:16

What's Changed

  • feat: enhance options for menu design by @dkast in #133
  • Migrate react-resizable-panels v3 to v4 with cookie-based persistence for Next.js Server Components by @Copilot in #134
  • feat: add data grid to update items from the menu editor by @dkast in #135

Full Changelog: v0.55.0...v0.56.0

v0.55.0

Choose a tag to compare

@dkast dkast released this 30 Dec 06:23

What's Changed

  • refactor: introduce deterministic R2 storage keys and media asset tracking foundation by @Copilot in #125
  • Export price ranges for multi-variant menu items by @Copilot in #129
  • refactor: import and export product data by @dkast in #127
  • Extract duplicated menu sync logic into reusable helper by @Copilot in #132
  • Extract duplicate MenuSyncDialog into reusable component by @Copilot in #131
  • refactor: improve sync logic for items on menu by @dkast in #130

Full Changelog: v0.54.1...v0.55.0

v0.54.1

Choose a tag to compare

@dkast dkast released this 18 Dec 06:41

What's Changed

  • Fix React Server Components CVE vulnerabilities by @vercel[bot] in #123
  • feat: add services to location info and enhance display on menu info by @dkast in #124

New Contributors

Full Changelog: v0.53.0...v0.54.1

v0.53.0

Choose a tag to compare

@dkast dkast released this 10 Dec 06:03

What's Changed

  • feat: improve the menu editor by @dkast in #118
  • chore(deps): bump next from 16.0.6 to 16.0.7 by @dependabot[bot] in #120
  • Migrate from Prisma v6 to v7 and upgrade Next.js by @Copilot in #119
  • feat: minor changes to landing page by @dkast in #121

Full Changelog: v0.52.0...v0.53.0