diff --git a/.env b/.env index 99ccaf9..5171136 100644 --- a/.env +++ b/.env @@ -1,5 +1,5 @@ PORT=5005 NODE_ENV=development -VERSION=2.3.0 +VERSION=2.3.1 PASSWORD=flame_password SECRET=e02eb43d69953658c6d07311d6313f2d4467672cb881f96b29368ba1f3f4da4b \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 86e876f..38c6fe5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### v2.3.1 (2023-07-23) +- Fixed bug where "Open search results in the same tab" setting was not respected if "Local search" was set as primary search provider ([#270](https://github.com/pawelmalak/flame/issues/270)) +- Fixed bug where search bar had rounded input field on iOS ([#394](https://github.com/pawelmalak/flame/issues/394)) +- Updated link to Material Design Icons reference page ([#414](https://github.com/pawelmalak/flame/issues/414)) +- Fixed bug where color inputs in theme creator/editor were too small ([#429](https://github.com/pawelmalak/flame/issues/429)) +- Changed input labels in settings for more consistent naming ([#430](https://github.com/pawelmalak/flame/issues/430)) + ### v2.3.0 (2022-03-25) - Added custom theme editor ([#246](https://github.com/pawelmalak/flame/issues/246)) - Added option to set secondary search provider ([#295](https://github.com/pawelmalak/flame/issues/295)) diff --git a/client/.env b/client/.env index e8597c1..513a939 100644 --- a/client/.env +++ b/client/.env @@ -1 +1 @@ -REACT_APP_VERSION=2.3.0 \ No newline at end of file +REACT_APP_VERSION=2.3.1 \ No newline at end of file