Releases: Significant-Gravitas/AutoGPT
🚀 AutoGPT Platform v0.6.37
🔥 What's New?
New Features
- #11297 - WebSocket-based notifications (by @kcze)
- #11335 - WebSocket Onboarding notifications (by @kcze)
- #11327 - Add execution analytics admin endpoint with feature flag bypass (by @majdyz)
- #11333 - Supabase + Zustand integration for improved speed (by @0ubbe)
- #11339 - Add copy paste functionality in new builder (by @Abhi1992002)
- #11342 - Add context menu in custom node (by @Abhi1992002)
- #11341 - Integrate drag-and-drop functionality in new builder (by @Abhi1992002)
- #11383 - Add mobile warning banner to login and signup pages (by @Bentlybro)
Enhancements
- #11336 - Allow regex on CORS allowed origins (by @0ubbe)
- #11337 - Chat UI refinements with simplified tool status indicators (by @Swiftyos)
- #11366 - Improve Block Error Handling (by @Swiftyos)
- #11317 - Make AI List Generator block more reliable (by @Pwuts)
- #11364 - Add static style and beads in custom edge (by @Abhi1992002)
UI/UX Improvements
- #11381 - Replace question mark icon with "Give Feedback" text button (by @Bentlybro)
Bug Fixes
- #11343 - Enable admin impersonation for server-side rendered requests (by @majdyz)
- #11367 - Consolidate graph save logic to prevent duplicate event listeners (by @Abhi1992002)
- #11363 - Make Smart Decision Maker tool pin handling consistent and reliable (by @Pwuts)
- #11362 - Fix schedule display issues for recurring schedules (by @Bentlybro)
- #11369 - Resolve flaky test due to duplicate heading elements on marketplace page (by @Abhi1992002)
- #11344 - Generate unique IDs for copied blocks (by @Bentlybro)
- #11382 - Post login/signup/onboarding redirect clash (by @0ubbe)
Dependencies & Maintenance
- #11329 - Make preview deploys work + minor improvements (by @0ubbe)
- #11378 - Fix source map upload configuration (by @Pwuts)
- #11387 - Remove turnstile (by @Bentlybro)
🎉 Thanks to Our Contributors!
A huge shoutout to everyone who contributed to this release:
📥 How to Get This Update
To update to this version, run:
git pull origin autogpt-platform-beta-v0.6.37Or download it directly from the
Releases page.
For a complete list of changes, see the Full Changelog.
📝 Feedback and Issues
If you encounter any issues or have suggestions, please join our Discord and let us know!
autogpt-platform-beta-v0.6.36
🚀 Release autogpt-platform-beta-v0.6.36
Date: November 2025
🔥 What's New?
New Features
- #11230 - Chat system backend implementation (by @Swiftyos)
- #11290 - Chat UI frontend with full messaging interface (by @Swiftyos)
- #11330 - Limit chat access to authenticated users and restrict agent runs per chat (by @Swiftyos)
- #11301 - Add dynamic input dialog for agent execution with credential support (by @Abhi1992002)
- #11286 - Google Drive Picker component integration (by @0ubbe)
- #11298 - Implement admin user impersonation with header-based authentication (by @majdyz)
- #11307 - Add undo/redo functionality with keyboard shortcuts to flow builder (by @Abhi1992002)
- #11312 - Add cron-based scheduling functionality to new builder with input/credential support (by @Abhi1992002)
- #11306 - Cookie consent banner and settings (by @Bentlybro)
Enhancements
- #11309 - Increase contrast of Switch component for better visibility (by @Pwuts)
- #11324 - Change copywriting for execution task summary (by @majdyz)
- #11185 - Update Exa search block to match latest API specification (by @ntindle)
- #11325 - Add correctness score to execution activity generation (by @majdyz)
- #11320 - Add link variant to Button component (by @0ubbe)
- #11322 - Update agent download UI in marketplace (by @Pwuts)
- #11331 - Remove deprecated LLM models and add migration script (by @Bentlybro)
Bug Fixes
- #11293 - Clarify prompt requirements for list generation for Claude (by @ntindle)
- #11294 - Bump apscheduler to DST-fixed version 3.11.1 (by @Pwuts)
- #11299 - Patch onboarding flow (by @kcze)
- #11303 - Reset beads on run (by @kcze)
- #11315 - Fix marketplace breadcrumbs typo (by @0ubbe)
- #11318 - Temporarily disable library existence check for graph execution (by @majdyz)
- #11258 - Correctly render all types of outputs in the custom node in the new builder (by @Abhi1992002)
- #11304 - Wallet fixes (by @kcze)
- #11326 - Fix rate-limited messages blocking queue by republishing to back (by @majdyz)
- #11323 - Improve graph execution permission check (by @Pwuts)
- #11291 - Ensure agent version is fetched when active_version_id exists (by @seer-by-sentry[bot])
- #11211 - Prevent state updates on unmounted OnboardingProvider (by @seer-by-sentry[bot])
- #11197 - Implement backwards-compatible Set operations for input validation (by @seer-by-sentry[bot])
- #11332 - Fix chat duplicate messages (by @Swiftyos)
Dependencies & Maintenance
- #11288 - Bump the development-dependencies group across 1 directory with 13 updates (by @dependabot[bot])
🎉 Thanks to Our Contributors!
A huge shoutout to everyone who contributed to this release:
- @ntindle
- @Pwuts
- @kcze
- @Abhi1992002
- @0ubbe
- @majdyz
- @Swiftyos
- @Bentlybro
- @dependabot[bot]
- @seer-by-sentry[bot]
📥 How to Get This Update
To update to this version, run:
git pull origin autogpt-platform-beta-v0.6.36Or download it directly from the
Releases page.
For a complete list of changes, see the Full Changelog.
📝 Feedback and Issues
If you encounter any issues or have suggestions, please join our Discord and let us know!
autogpt-platform-beta-v0.6.35
🚀 Release autogpt-platform-beta-v0.6.35
Date: October 2025
🔥 What's New?
New Features
- #11186 - Add agent execution functionality in new builder (by @Abhi1992002)
- #11277 - Implement cascading stop for nested graph executions (by @majdyz)
- #11257 - Standardize error handling with BlockSchemaInput & BlockSchemaOutput base class (by @majdyz)
- #11261 - Increase max_field_size in aiohttp requests (by @seer-by-sentry[bot])
Enhancements
- #11242 - Add cost configs for revid video blocks (by @Bentlybro)
- #11260 - Remove Claude 3.5 Sonnet and Haiku model (by @Bentlybro)
Bug Fixes
- #11240 - Implement graceful shutdown in
AppServiceto prevent RPC errors (by @Pwuts) - #11256 - Add missing error output pins to all Firecrawl blocks (by @Torantulino)
- #11228 - Sanitize all sql terms (by @Swiftyos)
- #11279 - Further enhance sanitization of SQL raw queries (by @Swiftyos)
- #11244 - Fix credentials disabling onboarding
Runbutton (by @0ubbe) - #11233 - Fix agent activity graph names (by @0ubbe)
- #11145 - Fix unnecessary graph re-saving in builder (by @Pwuts)
- #11259 - Properly encode hostname in URL validation (by @seer-by-sentry[bot])
- #11262 - Extract response from LLM response dictionary (by @seer-by-sentry[bot])
- #11275 - Validate LLM summary responses are strings (by @seer-by-sentry[bot])
- #11252 - Fix various warnings (by @Pwuts)
- #11243 - Prevent execution of deleted agents and cleanup orphaned resources (by @majdyz)
- #11130 - Handle oversized notifications by sending summary email (by @PratyushSingh2002)
- #11281 - Ensure cluster lock release on all execution submission failures (by @majdyz)
- #11283 - Make graph execution permission check version-agnostic (by @majdyz)
- #11274 - Safely parse error response body in handleFetchError (by @Swiftyos)
- #11284 - Fix marketplace sort by (by @Swiftyos)
UI/UX Improvements
- #11246 - Fix feedback button copy (by @0ubbe)
- #11245 - Fix login not visible on mobile (by @0ubbe)
- #11263 - Fix waitlist modal copy (by @0ubbe)
- #11276 - Onboarding step 5 adjustments (by @0ubbe)
- #11282 - Prevent Wallet rendering twice (by @0ubbe)
- #11285 - More wallet popover fixes (by @0ubbe)
🎉 Thanks to Our Contributors!
A huge shoutout to everyone who contributed to this release. Special thanks to our new contributor:
As well as our returning contributors:
- @Bentlybro
- @Abhi1992002
- @Pwuts
- @Torantulino
- @Swiftyos
- @0ubbe
- @majdyz
- @seer-by-sentry[bot]
📥 How to Get This Update
To update to this version, run:
git pull origin autogpt-platform-beta-v0.6.35Or download it directly from the
Releases page.
For a complete list of changes, see the Full Changelog.
📝 Feedback and Issues
If you encounter any issues or have suggestions, please join our Discord and let us know!
autogpt-platform-beta-v0.6.34
🚀 Release autogpt-platform-beta-v0.6.34
Date: October 2025
🔥 What's New?
New Features
- #11172 - Add extra information in custom node in new builder (by @Abhi1992002)
- #11181 - Add LaunchDarkly flag for platform payment system (by @majdyz)
- #11150 - Implement shared cache functionality (by @Swiftyos)
- #11057 - Add language fallback for YouTube transcription block (by @Copilot)
- #11212 - Update tooltip and alert styles (by @0ubbe)
- #11231 - Setup DataFast custom events (by @0ubbe)
Enhancements
- #11206 - Improve waitlist error display & messages (by @ntindle)
- #11182 - Setup DataFast analytics (by @0ubbe)
- #11209 - Standardise with environment service (by @0ubbe)
Bug Fixes
- #11187 - Rewrite SafeJson to prevent Invalid \escape errors (by @majdyz)
- #11188 - Handle nested Pydantic models in SafeJson (by @majdyz)
- #11143 - Remove advisory locks for atomic credit operations (by @majdyz)
- #11192 - Resolve UserBalance migration issues and credit spending bug (by @majdyz)
- #11196, #11198 - Improve waitlist error display for users not on allowlist (by @ntindle)
- #11217 - Disable LaunchDarkly integration in metrics.py (by @ntindle)
- #10998 - Update linear oauth to use refresh tokens (by @ntindle)
- #11221 - Handle LaunchDarkly init failure (by @Pwuts)
- #11222 - Only try to initialize LaunchDarkly once (by @Pwuts)
- #11224 - Avoid running direct query in executor (by @majdyz)
- #11227 - Fix structured logging for cloud environments (by @Pwuts)
- #11236 - Make Jinja Error on TextFormatter as value error (by @majdyz)
- #11223 - Limit Sentry console capture to warnings and errors (by @Pwuts)
- #11232 - Fix URL substring sanitization issue (by @0ubbe)
- #11238 - Filter out
undefinedquery params in API requests (by @Pwuts)
Documentation
🎉 Thanks to Our Contributors!
A huge thank you to everyone who contributed to this release:
📥 How to Get This Update
To update to this version, run:
git pull origin autogpt-platform-beta-v0.6.34Or download it directly from the Releases page.
For a complete list of changes, see the Full Changelog.
📝 Feedback and Issues
If you encounter any issues or have suggestions, please join our Discord and let us know!
autogpt-platform-beta-v0.6.33
🚀 Release autogpt-platform-beta-v0.6.33
Date: October 2025
🔥 What's New?
New Features
- #11106 - Implement comprehensive rate-limited Discord alerting system (by @majdyz)
- #11107 - Add OAuth2 credential support in new builder (by @Abhi1992002)
- #11123 - Add UI for sticky notes on new builder (by @Abhi1992002)
- #11121 - Add search functionality in new block menu (by @Abhi1992002)
- #11122 - Add support for user password credentials in new FlowEditor (by @Abhi1992002)
- #11113 - Simplify running of core docker services (by @Swiftyos)
- #11092 - Log Marketplace search terms (by @Swiftyos)
- #11128 - Implement user rate limiting for concurrent graph executions (by @majdyz)
- #11141 - Load graph on new builder (by @Abhi1992002)
- #11140 - Simplify caching to just store routes (by @Swiftyos)
- #11124 - Implement discriminator logic in the new builder's credential system (by @Abhi1992002)
- #11149 - Whitelist Onboarding Agents (by @kcze)
- #11156 - Dynamic search terms (by @0ubbe)
- #11155 - Prevent duplicate slugs for store submissions (by @seer-by-sentry[bot])
- #11169 - Make execution limit per user per graph and reduce to 25 (by @majdyz)
- #11173 - Include default input values in graph export (by @Pwuts)
- #11170 - Add Sentry user and tag tracking to node execution (by @ntindle)
- #11148 - Add saving ability in new builder (by @Abhi1992002)
New Blocks
- #11164 - Add dedicated Perplexity block (by @Torantulino)
- #11166 - Add references output pin to Fact Checker block (by @Torantulino)
- #11055 - Add channel ID support to SendDiscordMessageBlock for consistency with other Discord blocks (by @Copilot)
Enhancements
- #11120 - Replace context API in new block menu with zustand store (by @Abhi1992002)
- #11161 - Enable Next.js sourcemaps for Sentry (by @0ubbe)
- #11179 - Add Claude Haiku 4.5 model support (by @Bentlybro)
Bug Fixes
- #11127 - Implement rate limiting for critical retry alerts to prevent spam (by @majdyz)
- #11132 - Prevent sub-agent execution visibility across users (by @Bentlybro)
- #11136 - Remove agent activity flag (by @0ubbe)
- #11137 - Improve navbar on mobile (by @0ubbe)
- #11065 - Update store agent view to return only latest version (by @Swiftyos)
- #11075 - Sync frontend node IDs with backend after save (by @Pwuts)
- #11052 - Improve Postmark error handling and logging for notification delivery (by @seer-by-sentry[bot])
- #11142 - Revert "fix(frontend/builder): Sync frontend node IDs with backend after save" (by @ntindle)
- #11144 - Handle websocket disconnect issue (by @0ubbe)
- #11146 - Ask for credentials in onboarding agent run (by @0ubbe)
- #11147 - Disable logging store terms (by @Swiftyos)
- #11159 - Fix publish agent behavior when user is logged out (by @Abhi1992002)
- #11160 - Fix client side error handling in custom mutator (by @Abhi1992002)
- #11171 - Fix auto select credential mechanism in new builder (by @Abhi1992002)
- #11165 - Improve error handling for invalid agent files (by @seer-by-sentry[bot])
- #11175 - Unhide "Add to Dictionary" block's
dictionaryinput (by @Pwuts) - #11174 - Comprehensive SafeJson sanitization to prevent PostgreSQL null character errors (by @majdyz)
- #11176 - Improve store exception hierarchy for proper HTTP status codes (by @majdyz)
- #11177 - Move DatabaseError to backend.util.exceptions for better layer separation (by @majdyz)
🎉 Thanks to Our Contributors!
A huge shoutout to everyone who contributed to this release:
- @0ubbe
- @Abhi1992002
- @Bentlybro
- @Copilot
- @kcze
- @majdyz
- @ntindle
- @Pwuts
- @seer-by-sentry[bot]
- @Swiftyos
- @Torantulino
📥 How to Get This Update
To update to this version, run:
git pull origin autogpt-platform-beta-v0.6.33Or download it directly from the Releases page.
For a complete list of changes, see the Full Changelog.
📝 Feedback and Issues
If you encounter any issues or have suggestions, please join our Discord and let us know!
autogpt-platform-beta-v0.6.32
🚀 Release autogpt-platform-beta-v0.6.32
Date: October 2025
🔥 What's New?
New Features
- #11053 - Added description to Upload Agent dialog (by @seer-by-sentry)
- #11066 - Added new credential field for new builder (by @Abhi1992002)
- #11091 - Added selecting UI for custom node in new builder (by @Abhi1992002)
- #11076 - Implemented LaunchDarkly tracking on frontend browser (by @ntindle)
- #11105 - Added API key modal for adding credentials in new builder (by @Abhi1992002)
- #11114 - Instrumented Prometheus for internal services (by @majdyz)
- #11077 - Added Sentry user tracking on client side (by @ntindle)
Bug Fixes
- #10997 - Fixed run cost display by converting cents to dollars in run detail components (by @Copilot)
- #11036 - Resolved performance and layout issues (by @0ubbe)
- #11039 - Improved activity status generation accuracy and handle missing blocks gracefully (by @majdyz)
- #10798 - Fixed various DoS vulnerabilities (by @majdyz)
- #11059 - Resolved SmartDecisionMaker ChatCompletionMessage error and enhanced tool call token counting (by @majdyz)
- #11082 - Added dynamic input pin support for Smart Decision Maker Block (by @majdyz)
- #11094 - Fixed possible login issues related to turnstile (by @0ubbe)
- #11117 - Changed progress type to float in Linear Project (by @seer-by-sentry[bot])
- #11118 - Made Project.content optional for linear search projects (by @ntindle)
- #11125 - Fixed login redirects and onboarding (by @0ubbe)
- #11126 - Fixed onboarding re-directs (by @0ubbe)
Refactoring
- #11019 - Cleaned up & renamed code execution blocks (by @Pwuts)
- #11061 - Simplified marketplace search page and updated data fetching (by @Abhi1992002)
Dependencies & Maintenance
- #10809 - Bumped firecrawl-py from 2.16.3 to 4.3.1 (by @dependabot[bot])
- #10946 - Bumped development-dependencies group across 1 directory with 4 updates (by @dependabot[bot])
🎉 Thanks to Our Contributors!
A huge thank you to all contributors who made this release possible:
- @Abhi1992002
- @Copilot
- @0ubbe
- @majdyz
- @Pwuts
- @ntindle
- @seer-by-sentry[bot]
- @dependabot[bot]
📥 How to Get This Update
To update to this version, run:
git pull origin autogpt-platform-beta-v0.6.32Or download it directly from the Releases page.
For a complete list of changes, see the Full Changelog.
📝 Feedback and Issues
If you encounter any issues or have suggestions, please join our Discord and let us know!
autogpt-platform-beta-v0.6.31
🚀 Release autogpt-platform-beta-v0.6.31
Date: October 2025
🔥 What's New?
New Features
- #10978 - Implement clean k6 load testing infrastructure (by @majdyz)
- #10985 - Enhance database indexes for AgentGraph and AgentGraphExecution performance (by @majdyz)
- #11023 - Add claude-sonnet-4.5 model support (by @Bentlybro)
- #10829 - Add table input UI and builder block (by @ntindle)
- #10977 - New retention-focused tasks and wallet update (by @kcze)
- #10996 - Implement AI Condition Block for natural language condition evaluation (by @Copilot)
Enhancements
- #10960 - Improve JSON generation+parsing in AI Structured Response block (by @Pwuts)
- #10922 - Enhance builder UI for better performance (by @Abhi1992002)
- #11000 - Optimize FastAPI endpoints performance and alert system (by @majdyz)
- #11017 - Improve data output of code execution block (by @Pwuts)
- #10862 - Enhance Sentry integration and TallyPopup telemetry (by @ntindle)
Bug Fixes
- #10987 - Fix Agent node missing inputs and outputs (by @kcze)
- #10955 - Default disable HTML escaping in all blocks with templating features (by @Pwuts)
- #10995 - Handle NoneType in DataForSEO Blocks and Add missing Error pins (by @Torantulino)
- #11004 - Handle NoneType in DataForSEO Blocks and Add missing Err (by @Swiftyos)
- #11008 - Prevent duplicate graph executions across multiple executor pods (by @majdyz)
- #11011 - Resolve two critical long-running agent execution failures (by @majdyz)
- #11015 - Implement retry mechanism for SmartDecisionMaker tool call validation (by @majdyz)
- #11028 - Resolve authentication performance bottlenecks and improve reliability (by @majdyz)
- #11031 - Fix confetti (by @kcze)
Dependencies & Maintenance
- #10802 - Upgrade @sentry/nextjs from 9.42.0 to 10.8.0 (by @dependabot[bot])
- #10806 - Bump @faker-js/faker from 9.9.0 to 10.0.0 (by @dependabot[bot])
- #11024 - Delete pr_reviewer section in .pr_agent.toml (by @ntindle)
🎉 Thanks to Our Contributors!
A huge thank you to all contributors who made this release possible:
- @majdyz
- @kcze
- @Pwuts
- @Torantulino
- @Swiftyos
- @Abhi1992002
- @Bentlybro
- @ntindle
- @Copilot
- @dependabot[bot]
📥 How to Get This Update
To update to this version, run:
git pull origin autogpt-platform-beta-v0.6.31Or download it directly from the Releases page.
For a complete list of changes, see the Full Changelog.
📝 Feedback and Issues
If you encounter any issues or have suggestions, please join our Discord and let us know!
autogpt-platform-beta-v0.6.30
🚀 Release autogpt-platform-beta-v0.6.30
Date: September 2025
🔥 What's New?
New Features
- #10760 - Add NotionReadPage block (by @aayush226)
- #10975 - Implement caching layer for store API endpoints (Part 1) (by @Swiftyos)
- #10983 - Add 'depth' parameter to DataForSEO Related Keywords block (by @Torantulino)
Enhancements
Bug Fixes
- #10957 - Force dynamic rendering on marketplace (by @0ubbe)
- #10976 - Fix GCS timeout error in FileInput blocks (by @ntindle)
🎉 Thanks to Our Contributors!
A huge shoutout to everyone who contributed to this release. Special thanks to our new contributor:
As well as our returning contributors:
📥 How to Get This Update
To update to this version, run:
git pull origin autogpt-platform-beta-v0.6.30Or download it directly from the Releases page.
For a complete list of changes, see the Full Changelog.
📝 Feedback and Issues
If you encounter any issues or have suggestions, please join our Discord and let us know!
autogpt-platform-beta-v0.6.29
🔥 What's New?
Enhancements
- #10940 - Refactor and organize components folder - Part 1 (by @0ubbe)
- #10942 - Refactor and organize components folder - Part 2 (by @0ubbe)
Bug Fixes
- #10952 - Update Redis image and amend configuration for compatibility (by @Pwuts)
- #10951 - Fix issue with moved blocks disappearing on save in workflow builder (by @Pwuts)
🎉 Thanks to Our Contributors!
A huge thank you to all contributors who made this release possible:
📥 How to Get This Update
To update to this version, run:
git pull origin autogpt-platform-beta-v0.6.29Or download it directly from the
Releases page.
For a complete list of changes, see the Full Changelog.
📝 Feedback and Issues
If you encounter any issues or have suggestions, please join our Discord and let us know!
autogpt-platform-beta-v0.6.28
🚀 Release autogpt-platform-beta-v0.6.28
Date: September 2025
🔥 What's New?
New Features
- #10864 - Block menu redesign - part 3 (by @Abhi1992002)
- #10897 - New
<Avatar />component using next/image (by @0ubbe) - #10904 - Add Vercel Analytics and Speed Insights (by @Swiftyos)
- #10773 - Add expandable view for block output (by @ntindle)
- #10923 - Add comprehensive Prometheus instrumentation for observability (by @majdyz)
- #10930 - Separate OpenAI key for smart agent execution summary and internal AI calls (by @majdyz)
- #10828 - Add agent favoriting functionality (by @ntindle)
- #10418 - Disable Trigger Setup through Builder (by @Pwuts)
- #10931 - Add instructions field to agent submissions (by @majdyz)
- #10938 - Add public share links for agent run results (by @ntindle)
Enhancements
- #10933 - Enhance agent retrieval logic in store agent page (by @Abhi1992002)
Bug Fixes
- #10796 - Improve security & reliability of API key storage (by @Pwuts)
- #10895 - Allow lazy loading of images (by @Abhi1992002)
- #10908 - Add Airtable record normalization and upsert features (by @ntindle)
- #10903 - Handle avatar missing images better (by @0ubbe)
- #10917 - Keep
CreditTransactionentries onUserdelete (by @Pwuts) - #10863 - Make graph execution status transitions atomic (by @majdyz)
- #10906 - Unbreak store materialized views refresh job (by @Pwuts)
- #10915 - Delete actions behind dialogs in agent runs view (by @0ubbe)
- #10914 - Improve agent runs page loading state (by @0ubbe)
- #10921 - Add timezone awareness to scheduler (by @ntindle)
- #10927 - Fix moved blocks disappearing on no-op save (by @Pwuts)
- #10924 - New agent run page design refinements (by @0ubbe)
- #10936 - Fix API key credentials registration (by @ntindle)
- #10932 - Fix feedback loops in AI Structured Response Generator (by @Pwuts)
- #10934 - Fix marketplace page load and caching (by @0ubbe)
Dependencies & Maintenance
- #10837 - Bump 16 dev dependencies to newer minor versions (by @dependabot[bot])
- #10918 - Add manual dispatch to deploy workflows (by @Pwuts)
🎉 Thanks to Our Contributors!
A huge thank you to all contributors who made this release possible:
📥 How to Get This Update
To update to this version, run:
git pull origin autogpt-platform-beta-v0.6.28Or download it directly from the Releases page.
For a complete list of changes, see the Full Changelog.
📝 Feedback and Issues
If you encounter any issues or have suggestions, please join our Discord and let us know!