Skip to content

Commit

Permalink
release annotator-mode-only version 1.0.2.A
Browse files Browse the repository at this point in the history
per request from data collection partner organization

Signed-off-by: BareBeaverBat <[email protected]>
  • Loading branch information
BareBeaverBat committed Dec 19, 2024
1 parent cfa2042 commit 52438d2
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ Nontrivial changes to the extension are documented here.
### Removed


## [1.0.2.A] - 2024-12-19
First annotator-mode-only version

### Updated
- Some things to just refer to logs exporting rather than agent controller (including user manual)
### Removed
- all UI elements related to the agent controller

## [1.0.1] - 2024-11-24
### Updated
- Fix problem from Anthropic API update which prevented use of Claude as agent
Expand Down
2 changes: 1 addition & 1 deletion build_configs/webpack.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,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.2.A-SNAPSHOT",
BUILD_VERSION: "1.0.2.A",
})
}),
new CleanWebpackPlugin({cleanOnceBeforeBuildPatterns: pathsToClean}),
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.2.458495",
"version": "1.0.2.4",
"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.2.A-SNAPSHOT",
"version": "1.0.2.A",
"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 --config=build_configs/jest.config.cjs",
Expand Down

0 comments on commit 52438d2

Please sign in to comment.