Releases: HiEventsDev/Hi.Events
v1.0.0-alpha.10
What's Changed
- Remove localstorage token by @daveearley in #426
- Add Chatwoot Chat by @daveearley in #429
Full Changelog: v1.0.0-alpha.9...v1.0.0-alpha.10
v1.0.0-alpha.9
What's Changed
- Update es.po by @gussj in #415
- Improve check-in list query performance by @daveearley in #417
- Fix: Stop tests running twice by @daveearley in #418
- Feature: Export all answers by @daveearley in #422
- Fix: Product quantity styling was incorrect by @daveearley in #424
New Contributors
Full Changelog: v1.0.0-alpha.8...v1.0.0-alpha.9
v1.0.0-alpha.8
What's Changed
- π Fix Stripe payment issue by @daveearley in #412
Full Changelog: v1.0.0-alpha.7...v1.0.0-alpha.8
v1.0.0-alpha.7
What's Changed
- π Fix binary downloads by @daveearley in #407
- π Fix double deployments by @daveearley in #409
- π Fix product ordering bug by @daveearley in #408
Full Changelog: v1.0.0-alpha.6...v1.0.0-alpha.7
v1.0.0-alpha.6
What's Changed
- π Fix Checkout Bugs by @daveearley in #403
Full Changelog: v1.0.0-alpha.5...v1.0.0-alpha.6
v1.0.0-alpha.5
What's Changed
- Add Sentry logging by @daveearley in #393
- Fix promo code input styles by @daveearley in #395
- Homepage design tweaks by @daveearley in #399
- Update deprecated timezones by @daveearley in #400
- Allow editing of Order questions by @daveearley in #398
Full Changelog: v1.0.0-alpha.4...v1.0.0-alpha.5
v1.0.0-alpha.4
What's Changed
- Fix webhook design issues by @daveearley in #385
- Fix hardcoded answer string by @daveearley in #386
- Update all-in-one Docker setup by @daveearley in #387
- Fix: Add wrap for translatable strings by @haiphamhoang in #388
- Fix incorrect Product and Promo code reports by @daveearley in #389
- Add Promo Code to Order details page by @daveearley in #390
New Contributors
- @haiphamhoang made their first contribution in #388
Full Changelog: v1.0.0-alpha.3...v1.0.0-alpha.4
v1.0.0-alpha.3
What's Changed
- π Hide scrollbars on embeddable widget by @daveearley in #381
Full Changelog: v1.0.0-alpha.2...v1.0.0-alpha.3
v1.0.0-alpha.2
- β Allow messaging customer who've purchased a particular product
- β Disable messaging features in SAAS mode until a user's account has been verified
- π¨ Redesign the Login and Register pages
Full Changelog: v1.0.0-alpha.1...v1.0.0-alpha.2
v1.0.0-alpha.1
Hi.Events v1.0.0-alpha.1 β Pre-release π
What's Changed
β New Features
- Sell products alongside tickets (merchandise, donations, etc.) β [#239](#239)
- Event reports (Daily Sales, Product, Promo Code) β [#285](#285)
- Redesigned settings page β [#289](#289)
- Checkout flow UI improvements β [#293](#293)
- Dashboard UI updates & Social Share Modal β [#304](#304)
- Ability to add notes to attendees & refactored attendee modal β [#320](#320)
- Offline payment support β [#341](#341)
- Invoicing support β [#341](#341)
- Make Stripe Connect account type configurable β [#359](#359)
- Public Organizer API endpoints β [#362](#362)
- Webhook support β [#366](#366)
- Duplicate products with one click β [#374](#374)
- Homepage Designer preview updates β [#375](#375)
- Redesigned Login & Register pages β [#378](#378)
- Fathom Analytics tracking support β [commit](b9ccedf)
- Include βPromo Codeβ in order exports
π Bug Fixes
- Fix missing environment variables β [#369](#369)
- Fix DE translation errors β [#354](#354)
- Remove 100 order limit from Order Exports β [commit](844fa93)
π§Ή Improvements & Cleanups
- Rearranged backend directories β [#296](#296)
- Improve Stripe event handling β [#358](#358)
- Improve application fee handling β [#373](#373)
- Upgrade React Router to v7 β [commit](8a7837a)
New Contributors π
Full Changelog
π [Compare v0.8.0-beta.9...v1.0.0-alpha.1](v0.8.0-beta.9...v1.0.0-alpha.1)
Upgrade Guide π§
π§ This is an alpha release and not yet recommended for production. We welcome testers!
If you're not calling the API directly:
- Pull the branch.
- Run migrations.
- You're good to go!
If you're using the API:
- There are breaking changes, primarily the renaming of
tickettoproduct. - A detailed guide for these changes will be provided upon full release.