Skip to content

Commit

Permalink
release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BareBeaverBat committed Nov 24, 2024
1 parent 78fbf04 commit 0c24068
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ Nontrivial changes to the extension are documented here.
### Removed


## [1.0.1] - 2024-11-24
### Updated
- Fix problem from Anthropic API update which prevented use of Claude as agent
- Fix links not having special rendering
- Fix URL's pointing to personal repository rather than OSU NLP Group repository
- Fix installation greeting page not alerting the user when keyboard shortcuts weren't loaded correctly

## [1.0.0] - 2024-11-11
### Added
- User docs for annotator mode, which can be accessed from within the extension's side panel
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "SeeAct Web Agent for Chrome",
"version": "1.0.1.58495",
"version": "1.0.1",
"minimum_chrome_version": "120",
"description": "Allows the user to invoke the SeeAct web agent to perform tasks in the current browser tab/window.",
"permissions": [
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": "osu-nlp-grp-see-act-chrome-extension",
"version": "1.0.1-SNAPSHOT",
"version": "1.0.1",
"description": "chrome extension to allow end-users to leverage the logic/behavior of the Python code in the SeeAct repository (i.e. just installing a chrome extension from chrome web store rather than having to install python and playwright locally and then download/run SeeAct).",
"scripts": {
"test": "jest",
Expand Down
2 changes: 1 addition & 1 deletion webpack/webpack.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ module.exports = {
// Semantic Versioning
// The -SNAPSHOT suffix is a Maven convention to indicate that the version is a development version,
// and should be temporarily snipped off when doing a build for an official release version
BUILD_VERSION: "1.0.1-SNAPSHOT",
BUILD_VERSION: "1.0.1",
})
}),
new CleanWebpackPlugin({cleanOnceBeforeBuildPatterns: pathsToClean}),
Expand Down

0 comments on commit 0c24068

Please sign in to comment.