From ce663a7fb22b22ff44f6b7b1c1b4e9f5d1fd266d Mon Sep 17 00:00:00 2001 From: "P.J. Little" Date: Fri, 8 Mar 2019 17:44:34 -0800 Subject: [PATCH] Release v2.0.0 preview.2 (#662) release: VoTT v2.0.0-preview.2 Updated version and changelog. --- CHANGELOG.md | 80 ++++++++++++++++++++++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 81 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 331ff15f7d..543117a5a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,83 @@ # VoTT Changelog + +# [v2.0.0-preview.2](https://github.com/Microsoft/VoTT/compare/v2.0.0-preview.1...v2.0.0-preview.2) (03-08-2019) +[GitHub Release](https://github.com/Microsoft/VoTT/releases/tag/v2.0.0-preview.2) + +- Bug/17537/fix title (#660) +- Ignore error from react drag n drop (#648) +- ci: Azure DevOps pipeline definitions for VoTT Web CD (#658) +- ci: script to deploy VoTT to Azure (#656) +- fix: Resolves issue exporting all assets (#649) +- fix: save tagged video frames as "jpg" files (#641) +- fix: remove grey and white from tagColors (#645) +- Handle project with no tags while loading regions (#644) +- fix: remove "All assets" from export options dropdown (#646) +- feat: Clear Regions updates [AB#17269] (#647) +- fix: Don't allow invalid pasting (#640) +- fix: set default export format in project (#642) +- fix: Tagging new region only applies to one region (#635) +- feature: Enhanced error message for unknown errors (not in prod mode) (#639) +- feature: display project metrics (#638) +- fix: re-add exportProject to registerToolbar (#634) +- fix: Upgrade vott-react and add test cases for adding new tags (#637) +- ci: modify pipeline to also run off dev branch (#633) +- fix: Updated EditorTagsInput to work with vott-react (#630) +- fix: Wrap the delete call to protect against 404's (#632) +- feat: add ability to import v1 projects (#610) +- feat: add hotkeys for all editor toolbar items and simplify tag input hotkeys (remove ctrl+) (#617) +- fix: Fixes issue where user is unable to navigate to new project screen (#629) +- feat: Copy, Cut, Paste and Clear (#624) +- docs: adds list of shortcuts (hotkeys) to docs (#628) +- fix: replaces emtpy with empty throughout (#627) +- fix: Resolves typescript tsc compile issues for v3.1.6 (#625) +- fix: Move last visited tag settings to reducer to fix delete file assets bug [#AB17101] (#626) +- feat: Export video frames AB#16583 (#585) +- ci: make sure build fail if codecov token is missing (#621) +- fix: User can navigate between key frames using keyboard accelerators (#619) +- fix: Delete asset metadata files when project is deleted (#620) +- feat: Ability to retain the state of the last viewed asset on project open [#AB17139] (#615) +- feat: Locked tags for tagging regions (#600) +- ci: update release names and package details (#614) +- ci: add changelog and release scripts (#608) +- fix: Fixes issue where regions cannot be deleted (#612) +- docs: update contribution guidelines for changelog (#606) +- feat: Add Project version info (#609) +- fix: Correct bounding box values on region move (#604) +- fix:Add Connection button displays with correct style (#603) +- ci: update sonarcloud to ignore test files (#602) +- fix:Resolves issue where user is unable to create new project (#601) +- fix: Navigating to homepage should't close any open project (#596) +- feat: Add tag to project while importing TFRecords [AB#17001] (#586) +- fix: Disables KeyboardManager when focused on input elements (#595) +- fix: Corrects canvas sizing and region sizes (#592) +- refactor:Refactor canvas component to utilize internal state (#594) +- rebasing and squashing wabrez/integrat-vott-react (#591) +- Only hook video state change on non-preview assets AB#17076 (#575) +- Fixes previous/next buttons to navigate between assets (#576) +- add keyboard shorcut for navigating video frames (#588) +- Removed toolbar items that are not implemented (#589) +- fix sidebar so it's in sync with asset navigation (#584) +- Updating report CI scripts to be more robust. (#581) +- Refactor region tags to only be a string array (#587) +- Fix Asset detection from path (#578) +- Inital user docs for video player AB#17082 (#580) +- EditorPage does not have correct state when navigating directly via URL- AB#17079 (#577) +- Added CI script for updating complexity reports, pushing to blob (#574) +- Import region metadata from TFRecords (#566) +- Added context menu option in electron for all input fields AB#16922 (#570) +- Adding visited/tagged marks on video timeline AB #16772 (#556) +- Fixed issue where validation was not showing up for source/target connection in project settings (#571) +- TFRecords import refactoring (#553) +- Added data-tag-name attr to the tag element (#569) +- Added v2 complexity report scripts. (#550) +- Update canvastools and fix tests (#567) +- Fixed delete project bug AB#17024 (#568) +- [Fixes AB#16951] - support up/down & w/s key for navigating assets (#547) +- Update project when in-use connection changes AB#16921 (#564) +- Added localization for export JSON files AB#16387 (#554) +- Enhanced video support (#544) +- Add support for keyUp and keyPress events (#539) +- Small refactor of canvas and editor page (#538) +- enable sonarcloud pr scan (#530) diff --git a/package.json b/package.json index 1db92af4bd..4ffd320ce1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vott", - "version": "2.0.0-preview.1", + "version": "2.0.0-preview.2", "author": { "name": "Microsoft", "url": "https://github.com/Microsoft/VoTT"