diff --git a/CHANGELOG.md b/CHANGELOG.md index fcc57e3..7515853 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,12 @@ # Changelog -## Unreleased (as of 2024-12-08) +## v1.2.0 (2024-12-08) - Change bundler from **bun** to [esbuild](https://esbuild.github.io). - fix: UI default cases due to wrong use of `||` instead of `??`. (caused enable/disable button to be always enabled in spite of internal values). - fix: missing Get API Links in Consensus enabled fields in options page. +- fix issues with Time and Duration fields (see more in #58, #59) +- fix: permission issue causing extension to skip running on first load ## v1.1.2 (2024-12-07) diff --git a/package.json b/package.json index dac0b8d..29b1a12 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docfiller", - "version": "1.1.2", + "version": "1.2.0", "description": "Automated Google forms filling using genai", "homepage": "https://github.com/rootCircle/docFiller", "keywords": [ diff --git a/public/manifest.json b/public/manifest.json index ec63166..e24146c 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "docFiller", - "version": "1.1.2", + "version": "1.2.0", "description": "Automatically fills Google Forms entries, powered by GenAI.", "homepage_url": "https://addons.mozilla.org/en-US/firefox/addon/docfiller/",