From dc768554e92506c37c6128109327dcc4072d51e0 Mon Sep 17 00:00:00 2001 From: KarimAziev Date: Sat, 17 Aug 2024 13:28:19 +0300 Subject: [PATCH] minor: 0.5.0 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7bcbff..c836d28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## Version 0.5.0 (UNPUBLISHED) + +- Added support for Firefox. +- Updated build scripts and GitHub Actions workflow to handle builds and releases for both Chrome and Firefox versions. +- Improved handling and copying of icons using `copy-webpack-plugin`. +- Refactored `webpack.config.js` to dynamically set the target (Chrome or Firefox) and copy appropriate assets. +- Minor improvements and bug fixes. + ## Version 0.4.0 (2024-04-18) - Added an options page, which allows users to configure which letters to use for hints and exit keybindings.