Releases: thunderbird/appointment
Release r-0221
Info
Commit 96a5347 was deployed to stage
. See code diff.
It was initialized by MelissaAutumn.
How to Promote?
In order to promote this to prod, edit the draft and press "Publish release".
Full Changelog: r-0219...r-0221
Release r-0219
Info
Commit 69a2753 was deployed to stage
. See code diff.
It was initialized by MelissaAutumn.
How to Promote?
In order to promote this to prod, edit the draft and press "Publish release".
Full Changelog: r-0217...r-0219
Release r-0217
Info
Commit 08d757c was deployed to stage
. See code diff.
It was initialized by MelissaAutumn.
How to Promote?
In order to promote this to prod, edit the draft and press "Publish release".
Full Changelog: r-0216...r-0217
Release r-0216
Info
Commit a2c7074 was deployed to stage
. See code diff.
It was initialized by MelissaAutumn.
How to Promote?
In order to promote this to prod, edit the draft and press "Publish release".
What's Changed
- Bookings (former Appointments) page TypeScript by @devmount in #600
- Adjust post login by @MelissaAutumn in #602
- Calendar, contact, home, profile and settings page TypeScript by @devmount in #604
- Login page and data table TypeScript by @devmount in #611
- Additional metrics by @MelissaAutumn in #609
- Feature/612 new emails by @MelissaAutumn in #614
Full Changelog: r-0198...r-0216
Release r-0198
Info
Commit 4a2f5f9 was deployed to stage
. See code diff.
It was initialized by MelissaAutumn.
How to Promote?
In order to promote this to prod, edit the draft and press "Publish release".
Full Changelog: r-0197...r-0198
Release r-0197
Info
Commit 4956745 was deployed to stage
. See code diff.
It was initialized by MelissaAutumn.
How to Promote?
In order to promote this to prod, edit the draft and press "Publish release".
What's Changed
- Try to avoid filling attendee.timezone with null. by @MelissaAutumn in #592
- Various ics/google event improvements (Fixes #586, #588, and #584) by @MelissaAutumn in #595
- Fix login if username and email differ by @devmount in #594
- Booking view and App TypeScript by @devmount in #593
- New booking email for users without booking confirmation enabled by @MelissaAutumn in #597
- FTUE Tracking by @MelissaAutumn in #585
- Fix posthog init by @devmount in #599
Full Changelog: r-0188...r-0197
Release r-0188
Info
Commit 227ccd7 was deployed to stage
. See code diff.
It was initialized by MelissaAutumn.
How to Promote?
In order to promote this to prod, edit the draft and press "Publish release".
Release r-0187
Info
Commit ba5a457 was deployed to stage
. See code diff.
It was initialized by MelissaAutumn.
How to Promote?
In order to promote this to prod, edit the draft and press "Publish release".
Full Changelog: r-0186...r-0187
Release r-0186
Info
Commit 41b0bea was deployed to stage
. See code diff.
It was initialized by MelissaAutumn.
How to Promote?
In order to promote this to prod, edit the draft and press "Publish release".
Full Changelog: r-0184...r-0186
Release r-0184
Info
Commit e499f1b was deployed to stage
. See code diff.
It was initialized by MelissaAutumn.
How to Promote?
In order to promote this to prod, edit the draft and press "Publish release".
What's Changed
- Descriptive classes and titles for buttons by @devmount in #469
- Update the readme by @MelissaAutumn in #476
- Unify close button class by @devmount in #477
- Short URLs by @MelissaAutumn in #465
- Remove duplicate information by @MelissaAutumn in #478
- fixed job triggers by @jdbass in #479
- Copy a dummy file to prevent import errors by @MelissaAutumn in #480
- fixed backend deployment requirments by @jdbass in #481
- Add some info on creating database migrations by @MelissaAutumn in #483
- Fix uuids always producing the same result: by @MelissaAutumn in #482
- Base TypeScript by @devmount in #492
- Bump ws from 8.16.0 to 8.17.1 in /frontend in the npm_and_yarn group across 1 directory by @dependabot in #496
- Router TypeScript by @devmount in #497
- Composables TypeScript by @devmount in #498
- Update regex to allow for spaces and plus signs, and remove the hash before booking. by @MelissaAutumn in #501
- Stores TypeScript by @devmount in #499
- Upgrade deps by @MelissaAutumn in #504
- Features/448 health check v2 by @MelissaAutumn in #489
- Waiting List by @MelissaAutumn in #505
- First Time User Experience by @MelissaAutumn in #502
- Re-add postcss-custom-media which mysteriously disappeared after a merge commit by @MelissaAutumn in #507
- Remove unneeded comment by @MelissaAutumn in #508
- Remove slash at the start of login calls by @MelissaAutumn in #509
- Update IaC with new cloudfront function by @MelissaAutumn in #510
- Don't raise exception if we have an invite code by @MelissaAutumn in #512
- Move invite code check to start of login flow, and add tests by @MelissaAutumn in #514
- Remove the now un-needed check by @MelissaAutumn in #515
- Update German translation by @devmount in #516
- add some background to the CloudFront function fix by @malini in #518
- Bake in the github short sha as the container's release version. by @MelissaAutumn in #531
- Bugs/517 ftue qa by @MelissaAutumn in #532
- Remove hardcoded cert by @jdbass in #533
- corrected ssl cert variable reference by @jdbass in #534
- added env variable declaration by @jdbass in #535
- Replace yarn with npm by @MelissaAutumn in #537
- Waiting List Admin Panel (Readonly) by @MelissaAutumn in #536
- added recursive flag to frontend zip command by @jdbass in #539
- Add another except for any OAuth2Errors by @MelissaAutumn in #540
- Schedule booking confirmation by @devmount in #519
- Utils TypeScript by @devmount in #520
- Configuration to fix HMR by @devmount in #527
- Settings headings in title case by @devmount in #548
- Use server_default for migrations, and fix a logic error from my suggestion by @MelissaAutumn in #549
- Components elements subdirectories TypeScript by @devmount in #528
- Updated README to reflect current state of project. by @ryanleesipes in #553
- Add some initial user metric collection points by @MelissaAutumn in #556
- Bump sentry-sdk from 2.7.1 to 2.8.0 in /backend in the pip group by @dependabot in #563
- Check token for expires_at, and check that against current time and force a refresh if needed. by @MelissaAutumn in #559
- First Time User Experience - Pass 2 by @MelissaAutumn in #554
- Switch page load collection to backend. by @MelissaAutumn in #567
- Remove await, we don't need it to block. by @MelissaAutumn in #569
- Hotfix/fix top level await with backed by @MelissaAutumn in #571
- Only add slash if the apiUrl doesn't already have one. by @MelissaAutumn in #572
- Fix timezone conversion by @devmount in #552
- Show "Try appointment" CTA only when not logged in by @devmount in #568
- Fix aws provider issue by @jdbass in #582
- Components elements TypeScript by @devmount in #577
- Remove the terraform lock files by @MelissaAutumn in #590
New Contributors
- @ryanleesipes made their first contribution in #553
Full Changelog: r-0123...r-0184