Releases: usebruno/bruno
v0.8.0
Release Summary
This is yet another landmark release for Bruno.
Bruno now supports has a Collection Runner.
Fixed too many bugs and polishing to remember.
The app is now looking really polished and ready for production usage.
Full Changelog: v0.7.2...v0.8.0
v0.7.2
Release Summary
This is a patch release that fixes the some issues in dark mode
Full Changelog: v0.7.1...v0.7.2
v0.7.1
Release Summary
This is a patch release that fixes the missing module error in the electron build.
Full Changelog: v0.7.0...v0.7.1
v0.7.0
Release Summary
This is yet another landmark release for Bruno.
Bruno now supports Scripting and Testing in Javascript.
Full documentation for scripting and testing can be found at https://docs.usebruno.com/
Full Changelog: v0.6.1...v0.7.0
v0.6.1
Release Summary
This is a patch release.
The body(type="form-url-encoded") is deprecated in favour of body(type="form-urlencoded")
This release also includes the initial set of work to support script and tests
Full Changelog: v0.6.0...v0.6.1
v0.6.0
Release Summary
This is a landmark release for Bruno.
We have removed support for in app collections and are going ALL IN on local filesystem collections.
New .bru file format
We have designed an eloquent DSL for storing all your collections of top your filesystem as plain text files.
Think of it as markdown for storing your api requests.
Other notable features
- Response Timeline
- Highlight matching env vars in green and others in red
- Show env var when the user hovers over the env variable
- Squashed bugs
Full Changelog: v0.5.0...v0.6.0
v0.4.0
Release Summary
Features
- Graphql Support
- Auto detect system theme (light/dark) - Thanks @nashidahmed
Others
- Improved Test Harness - Thanks @depapp
- UX improvements - Thanks @shash68i @Gvinod1991 @Anx450z
What's Changed
- Added missing
between Website and Discord link in readme.md by @shash68i in #60 - feat: Create New Request e2e test by @depapp in #52
- Collections icons partially working #59 - resolved by @shash68i in #61
- chore: prettier script added in root bruno/package.json by @shash68i in #63
- Issue:62,fix Split line should have max squeeze limit by @Anx450z in #64
- Bugfix/split line by @Anx450z in #66
- Set default theme to the user's browser theme by @nashidahmed in #69
- RequestPane body form input text color visibility fix in dark mode by @Gvinod1991 in #70
New Contributors
- @shash68i made their first contribution in #60
- @Anx450z made their first contribution in #64
- @nashidahmed made their first contribution in #69
- @Gvinod1991 made their first contribution in #70
Full Changelog: v0.3.0...v0.4.0
v0.3.0
Features
- Import postman collections
Fixes
- Fixed issues with response editor (#55) - Thanks @anusreesubash
- Fixed missing sidebar background color
Others
- Improved Test Harness - Thanks @depapp
v0.2.0
Features
- Dark mode - Thanks to @helloitsm3 and @anusreesubash
Fixes
- Better error messaging while attempting to delete current workspace (#38) - Thanks @bramhoven
- Workspace rename bug - (#33) - @anusreesubash
- Minor bug fixes
- Fixed env var interpolation issue
Others
- Improved website
- Added design page in website
- Added contributors profile images in readme - Thanks @vijayh1907