Skip to content

Releases: usebruno/bruno

v0.9.1

08 Feb 11:07
Compare
Choose a tag to compare

Release Summary

  • Improvements to Bru Collection Runner
  • Adding new environment auto focus to the newly added env

Full Changelog: v0.9.0...v0.9.1

v0.9.0

07 Feb 03:10
Compare
Choose a tag to compare

Release Summary

A landmark release for Bruno.
We now use a simpler and much more elegant file format.

We care about deeply about Backward Compatibility.
All your .bru files will be automagically get converted to the new format.

Enjoy!!

What's Changed

Full Changelog: v0.8.2...v0.9.0

v0.8.2

01 Feb 16:59
Compare
Choose a tag to compare

Release Summary

This is a patch release that fixes the github star button alignment in the footer.

Full Changelog: v0.8.1...v0.8.2

v0.8.1

01 Feb 16:34
Compare
Choose a tag to compare

Release Summary

This is a patch release that fixes the minor bugs in the 0.8.0 release

Full Changelog: v0.8.0...v0.8.1

v0.8.0

01 Feb 12:49
Compare
Choose a tag to compare

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

29 Jan 15:25
Compare
Choose a tag to compare

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

29 Jan 14:29
Compare
Choose a tag to compare

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

29 Jan 14:16
Compare
Choose a tag to compare

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

22 Jan 19:08
Compare
Choose a tag to compare

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

21 Jan 21:40
Compare
Choose a tag to compare

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