From 56604773527cbfe0a190113930877513d9e105fa Mon Sep 17 00:00:00 2001 From: anusreesubash <65728079+anusreesubash@users.noreply.github.com> Date: Tue, 5 Nov 2024 22:25:06 +0530 Subject: [PATCH] changelog for v1.34.1 and v1.34.2 (#71) Co-authored-by: Anusree Subash --- src/pages/changelog.js | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/src/pages/changelog.js b/src/pages/changelog.js index b3cc800..2c159c3 100644 --- a/src/pages/changelog.js +++ b/src/pages/changelog.js @@ -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",