-
Notifications
You must be signed in to change notification settings - Fork 51
chore: bump version to 1.1.0 #320
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,73 @@ | ||
| # Changelog | ||
|
|
||
| All notable changes to Buzz are documented in this file. | ||
|
|
||
| The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), | ||
| and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
|
||
| ## Release lines | ||
|
|
||
| - **`main` — 1.x (stable).** The supported release line. Fixes and self-contained | ||
| features are merged to `develop` first and cherry-picked here with a | ||
| `backport main` label. | ||
| - **`develop` — 2.x (beta).** Where the next major lands, including team-based | ||
| multi-tenancy. Not yet released. | ||
|
|
||
| ## [1.1.0] - 2026-08-06 | ||
|
|
||
| ### Breaking | ||
|
|
||
| - The dashboard has been migrated to **frappe-ui v1 and Vite 8** ([#283]). The | ||
| dashboard build and any downstream customisation of dashboard components are | ||
| affected — component imports, prop names and build output paths changed with the | ||
| frappe-ui major. Rebuild the dashboard (`yarn build`) after upgrading. There is | ||
| no change to the Python API surface or to any DocType schema, so no data | ||
| migration is required for this release. | ||
|
|
||
| ### Added | ||
|
|
||
| - Buzz Events can be backed by **Zoom Meetings**, creating the meeting and | ||
| registering attendees through the optional `zoom_integration` app ([#292]). | ||
| - A **Buzz workspace dashboard** with charts and number cards ([#314]). | ||
| - Speakers can now see and edit their own talk proposals ([#276]). | ||
| - Buzz Event stores a short timezone label for display ([#282]). | ||
| - Event End Date is autofilled from Start Date and bounded by it ([#316]). | ||
|
|
||
| ### Changed | ||
|
|
||
| - `buzz/api` is split into typed domain packages, with pydantic request/response | ||
| schemas, service classes and enforced type annotations on whitelisted | ||
| methods ([#307]). | ||
| - The phone field uses the `PhoneInput` component instead of a plain | ||
| `FormControl` ([#290]). | ||
| - README hero revamped with logo and badges ([#285]). | ||
|
|
||
| ### Fixed | ||
|
|
||
| - Accepting a talk proposal now asks for confirmation first ([#309]). | ||
| - "To" is prefilled when composing email on proposal doctypes ([#294]). | ||
| - Resolved semgrep blocking findings reported by the full-repo scan ([#281]). | ||
|
|
||
| ### CI | ||
|
|
||
| - Fixed merge-queue trigger gaps; CI now runs on both `develop` and `main` ([#279]). | ||
|
|
||
| ## [1.0.0] - 2026-07-21 | ||
|
|
||
| Initial tagged release. | ||
|
|
||
| [#276]: https://github.com/bwhtech/buzz/pull/276 | ||
| [#279]: https://github.com/bwhtech/buzz/pull/279 | ||
| [#281]: https://github.com/bwhtech/buzz/pull/281 | ||
| [#282]: https://github.com/bwhtech/buzz/pull/282 | ||
| [#283]: https://github.com/bwhtech/buzz/pull/283 | ||
| [#285]: https://github.com/bwhtech/buzz/pull/285 | ||
| [#290]: https://github.com/bwhtech/buzz/pull/290 | ||
| [#292]: https://github.com/bwhtech/buzz/pull/292 | ||
| [#294]: https://github.com/bwhtech/buzz/pull/294 | ||
| [#307]: https://github.com/bwhtech/buzz/pull/307 | ||
| [#309]: https://github.com/bwhtech/buzz/pull/309 | ||
| [#314]: https://github.com/bwhtech/buzz/pull/314 | ||
| [#316]: https://github.com/bwhtech/buzz/pull/316 | ||
| [1.1.0]: https://github.com/bwhtech/buzz/compare/v1.0.0...v1.1.0 | ||
| [1.0.0]: https://github.com/bwhtech/buzz/releases/tag/v1.0.0 | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| __version__ = "1.0.0" | ||
| __version__ = "1.1.0" | ||
|
|
||
| import os | ||
|
|
||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The unqualified
yarn buildcommand is only exposed from the Buzz repository root. Administrators following these upgrade instructions from a Frappe bench root receive a command failure and must infer the correct directory before rebuilding the dashboard assets.Prompt To Fix With AI
Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!