v1.36.0
usebruno/brunov1.36.0Dec 5, 2024by lohxt1
AI Summary
Introduces an auto-updater feature and improves error handling for file system operations such as renaming and moving folders on Windows.
Key Highlights
- New auto-updater feature.
- Graceful handling of rename/move errors (EPERM) on Windows.
- Fixed XML body not getting added during curl import.
New Features
- feat: auto updater
- feat: Graceful handle rename/move: Fix `EPERM` Error When Renaming Parent Folders on Windows
- Fix/invalid file name handling
- fix: humanize-date fixes
- Fix/improve env modal error when duplicate names
- Add 'docs' to copy for export
- Fix/xml body not getting added during curl import
Full Release Notes
## What's Changed ### Features * feat: auto updater by @sanjai0py * feat: Graceful handle rename/move: Fix `EPERM` Error When Renaming Parent Folders on Windows by @Pragadesh-45 in https://github.com/usebruno/bruno/pull/3236 ### Fixes * Fix/invalid file name handling by @Pragadesh-45 in https://github.com/usebruno/bruno/pull/3274 * fix: humanize-date fixes: #3556 by @Pragadesh-45 in https://github.com/usebruno/bruno/pull/3565 * fix: response pane width shift styling for timeline tab by @lohxt1 in https://github.com/usebruno/bruno/pull/3573 * Fix/improve env modal error when duplicate names by @sanjai0py in https://github.com/usebruno/bruno/pull/3557 * Add "docs" to copy for export (1615) by @drwelby in https://github.com/usebruno/bruno/pull/3551 * Fix/xml body not getting added during curl import. by @sanjai0py in https://github.com/usebruno/bruno/pull/3547 * fix: validate env name fn null checks by @lohxt1 in https://github.com/usebruno/bruno/pull/3578 ### Others * chore: version bump by @lohxt1 in https://github.com/usebruno/bruno/pull/3592 * Update readme.md by @rreyn-bruno in https://github.com/usebruno/bruno/pull/3520 ## New Contributors * @rreyn-bruno made their first contribution in https://github.com/usebruno/bruno/pull/3520 * @drwelby made their first contribution in https://github.com/usebruno/bruno/pull/3551 **Full Changelog**: https://github.com/usebruno/bruno/compare/v1.35.0...v1.36.0