Skip to content

Commit

Permalink
changelog for v1.34.1 and v1.34.2 (#71)
Browse files Browse the repository at this point in the history
Co-authored-by: Anusree Subash <anusree@usebruno.com>
  • Loading branch information
anusreesubash and anusree-bruno authored Nov 5, 2024
1 parent 944ad05 commit 5660477
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions src/pages/changelog.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,30 @@ const sectionConfig = {

const Changelog = () => {
const releases = [
{
version: "v1.34.2",
date: "5 Nov 2024",
bugfixes: [
"Fixed app crash when adding variables or headers at the collection and folder level.",
"Resolved issue during Postman collection export."
],
githubLink: "https://github.com/usebruno/bruno/releases/tag/v1.34.2"
},
{
version: "v1.34.1",
date: "30 Oct 2024",
newFeature: [
"Content indicators for folders and collection level scripts.",
"Global environment variable access for collection-level OAuth2."
],
bugfixes: [
"Restored download test report feature for Golden Edition users.",
"Updated electron-builder to v25.1.8.",
"Fixed issues with special characters in request/response for HTML report downloads.",
"Restored search in response view."
],
githubLink: "https://github.com/usebruno/bruno/releases/tag/v1.34.1"
},
{
version: "v1.34.0",
date: "24 Oct 2024",
Expand Down

0 comments on commit 5660477

Please sign in to comment.