Skip to content

Commit

Permalink
changelog: v1.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
helloanoop committed Oct 1, 2024
1 parent 48f5c79 commit d6cf2f0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/pages/changelog.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,20 @@ const sectionConfig = {

const Changelog = () => {
const releases = [
{
version: "v1.32.0",
date: "1 Oct 2024",
newFeature: [
"Remember last selected environment",
"Added Keybindings tab in Preferences"
],
bugfixes: [
"Fixed interpolation of form-urlencoded and multipart formdata values",
"Resolved cursor jump issue in Query Params",
"Removed glow outline around folded JSON in response view"
],
githubLink: "https://github.com/usebruno/bruno/releases/tag/v1.32.0",
},
{
version: "v1.31.0",
date: "30 Sep 2024",
Expand Down

0 comments on commit d6cf2f0

Please sign in to comment.