Skip to content

Commit

Permalink
release: v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rootCircle committed Dec 8, 2024
1 parent f1552ca commit 6954691
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
@@ -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/",
Expand Down

0 comments on commit 6954691

Please sign in to comment.