Skip to content

Commit

Permalink
Production Build v1.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
alvi-khan committed Jan 27, 2024
1 parent 25e96de commit a2a26fc
Show file tree
Hide file tree
Showing 14 changed files with 35 additions and 62 deletions.
34 changes: 1 addition & 33 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ NER Annotator for SpaCy allows you to create training data for creating a custom

### Requirements

1. Node JS 12.x or 14.x
1. Node JS 14.x
2. Yarn Package Manager
3. Rust (for building desktop versions)

Expand Down Expand Up @@ -46,35 +46,3 @@ yarn tauri:build
## Credits

1. App Icon - <a href="https://www.flaticon.com/free-icons/ornithology" title="ornithology icons">Ornithology icons created by Freepik - Flaticon</a>

## Changelog

#### Version 1.3.0
- Drag and drop to upload files
- Support for character level annotations
- Added error messages and confirmation dialogs
- Even more bug fixes

#### Version 1.2.0
- Import annotations.
- Open a new file while one is already open.
- Keyboard shortcuts
- Lots and lots of bug fixes.

#### Version 1.1.0

- Adds "Back" button that allows navigating back to sentences/text blocks that's already been tagged and make changes.

#### Version 1.0.0

- Rewritten UI using [Quasar](https://quasar.dev) framework
- Export and Import tags

##### Version 0.1.1

- [#14](../../issues/14) - Remembers tags across sessions
- [#3](../../issues/3) - Adds a button to enable/disable removing of tags to prevent accidental removal of tags

##### Version 0.1.0

- Adds the desktop application
6 changes: 6 additions & 0 deletions docs/css/app.7539c422.css

Large diffs are not rendered by default.

6 changes: 0 additions & 6 deletions docs/css/app.de36d126.css

This file was deleted.

2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/ner-annotator/favicon.ico"><title>NER Annotator for SpaCy</title><script defer="defer" src="/ner-annotator/js/chunk-vendors.cf1e4087.js"></script><script defer="defer" src="/ner-annotator/js/app.75ea0650.js"></script><link href="/ner-annotator/css/chunk-vendors.f054464f.css" rel="stylesheet"><link href="/ner-annotator/css/app.de36d126.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but ner-annotator doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/ner-annotator/favicon.ico"><title>NER Annotator for SpaCy</title><script defer="defer" src="/ner-annotator/js/chunk-vendors.7baf52de.js"></script><script defer="defer" src="/ner-annotator/js/app.d5bdb45a.js"></script><link href="/ner-annotator/css/chunk-vendors.f054464f.css" rel="stylesheet"><link href="/ner-annotator/css/app.7539c422.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but ner-annotator doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html>
2 changes: 0 additions & 2 deletions docs/js/app.75ea0650.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/js/app.75ea0650.js.map

This file was deleted.

2 changes: 2 additions & 0 deletions docs/js/app.d5bdb45a.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/js/app.d5bdb45a.js.map

Large diffs are not rendered by default.

21 changes: 21 additions & 0 deletions docs/js/chunk-vendors.7baf52de.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/js/chunk-vendors.7baf52de.js.map

Large diffs are not rendered by default.

16 changes: 0 additions & 16 deletions docs/js/chunk-vendors.cf1e4087.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/js/chunk-vendors.cf1e4087.js.map

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ner-annotator",
"version": "1.3.0",
"version": "1.4.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"package": {
"productName": "NER Annotator",
"version": "1.3.0"
"version": "1.4.0"
},
"build": {
"distDir": "Set automatically by Vue CLI plugin",
Expand Down

0 comments on commit a2a26fc

Please sign in to comment.