v1.27.0

usebruno/brunov1.27.0Aug 28, 2024by helloanoop

AI Summary

Focusing on internationalization and UI/UX refinements, this release updates the i18n system, improves JSON handling for decimals, and adds client certificate management.

Key Highlights

  • Replaced dictionary i18n with react-i18next
  • Handled decimals and bigints in JSON bodies
  • Client certificate path storage as relative to collection
  • Added Table of Contents to the Readme
  • Adjusted code editor font size

New Features

  • Support for decimals and bigints in JSON body
  • Client certificate path storage
  • Table of Contents in Readme
  • Adjusted code editor font size
  • Icon tooltip

Full Release Notes

## What's Changed

### Features
* feat: Replace dictonary i18n with react-i18next by @Its-treason in https://github.com/usebruno/bruno/pull/2915
* feat(#2767): handle decimals and bigints in json body without losing fidelity by @helloanoop in https://github.com/usebruno/bruno/pull/2773
* feat: Store client certificate paths in collection settings as relative to collection and display them the UI. by @pietrygamat in https://github.com/usebruno/bruno/pull/2421
* Feat (#2284): Feature: Add Table of Contents to the Readme by @KameronKeller in https://github.com/usebruno/bruno/pull/2285
* feat: adjust code editor font size by @krummbar in https://github.com/usebruno/bruno/pull/2204
* Feat/icon tooltip by @Pragadesh-45 in https://github.com/usebruno/bruno/pull/2812

### Fixes
* fixed issue where inter font was not loading
* fix: revert await keyword for test by @lohxt1 in https://github.com/usebruno/bruno/pull/2933
* fix: multiple tab collection level settings by @Pragadesh-45 in https://github.com/usebruno/bruno/pull/2905
* fix: Failed to construct 'URL': Invalid URL everytime the URL is modified by @pietrygamat in https://github.com/usebruno/bruno/pull/2897
* Fix/2377  Fix humanizeDate so that it always returns the date it is passed by @KameronKeller in https://github.com/usebruno/bruno/pull/2378
* Bugfix/request body value cutoff by @zachary-berdell-elliott in https://github.com/usebruno/bruno/pull/2917

### Others
* docs: add Georgian README translations by @LeoGrambert in https://github.com/usebruno/bruno/pull/2931
* electron sandbox bundle libraries check by @lohxt1 in https://github.com/usebruno/bruno/pull/2932
* Aligned the correct form of address to make it easier to read by @danielkocot in https://github.com/usebruno/bruno/pull/2176


## New Contributors
* @zachary-berdell-elliott made their first contribution in https://github.com/usebruno/bruno/pull/2917
* @LeoGrambert made their first contribution in https://github.com/usebruno/bruno/pull/2931
* @KameronKeller made their first contribution in https://github.com/usebruno/bruno/pull/2378
* @danielkocot made their first contribution in https://github.com/usebruno/bruno/pull/2176

**Full Changelog**: https://github.com/usebruno/bruno/compare/v1.26.2...v1.27.0