From b4ed93e576178202bcca6e9366b3e77b74d0d53d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Wed, 8 Mar 2023 07:48:16 +0100 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 280 ++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 255 insertions(+), 25 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd73b75..435a6db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,181 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased + + + + + + + + +### Chore + + - remove unnecessary imports + - ignore rel-noreferrer + - footer is hidden by default + - adjust OFT features on videoviewer timecode + +### Style + + - no min-height for blob preview (?) + +### Refactor + + - Gallery thumbnail is now UpObjectCard + also fix BlobPreview layout overflow + +### Other + + - storybook init + +### Chore + + - add yarn interactive tools + - add RouterDecorator to BlobViewer story + - run release version of upend for storybook + - add audio example, update ATTRIBUTION + - warn when reinitializing + - add 3d model stories + - add example files (2 photos, 2 stls) + - fix Surface story, add prefilled story + - add --reinitialize to sb command + - add Surface story + - add Selector stories + - stories + - add Gallery story + - add upobjectcard story, routerdecorator, link upobject story + - add image stories for blobs + - add example images + - add vertical video + stories + - add blobpreview, blobviewer video stories + - add example vault with 1 video + - rename /media to /assets + +### New Features + + - add current position display to Surface view + - reverse surface Y scale, add loading state + - add rudimentary surface view + - add attribute view + - add cli addressing from `sha256sum` output + - initial upend cli + - footer is persistent and can be hidden + - resizable columns + - shift+click to add on right + - update surface URL when changing axes + - double click on surface to add a point + - add arrow key support to Selector + +### Bug Fixes + + - surface inaccuracies, zoom reacts everywhere, points are centered + - Selector initial attribute value + - footer space, markup + - address deserialize errors include origin + - malformed entries aren't parsed as invariants during PUT + - jobs update after reload triggered + - simplify BlobPreview markup, improve loading state + - don't update last/num visited if object is nonexistent + - detail mode + - resize AudioViewer + - blob viewer jumping + - only record annotation color if not default + - various audioviewer bugs & improvements + - reflect editable state of regions + - editing regions actually works + - note is hidden in NOTE + - add logging + - select annotation by (not double) clicking + - image overflow in inspect detail + - blobpreview endless loading state + - audio regions editable state + - rotate models right side up in (pre)view + - inflight queryonce cache never revalidated + - Selector mouse behavior, focus event + accidentally broke mouse selection in surface update + also update action on story, once it starts working + - endless loading on group preview + - unnecessary underline on UpObject banner + - always resolve UpObject when banner (check for blobbiness) + +### Other + + - multiple modes of display for surface + +### Performance + + - load d3 asynchronously + - supply labels from sort keys + +### Style + + - switched root font size from 15px to 16px + - switch Inter for IBM Plex + +### Commit Statistics + + + + - 43 commits contributed to the release over the course of 46 calendar days. + - 50 days passed between releases. + - 42 commits were understood as [conventional](https://www.conventionalcommits.org). + - 0 issues like '(#ID)' were seen in commit messages + +### Commit Details + + + +
view details + + * **Uncategorized** + - no min-height for blob preview (?) (0043a03) + - detail mode (4572b13) + - resize AudioViewer (8c2ca53) + - resizable columns (08595fd) + - shift+click to add on right (afcd162) + - blob viewer jumping (51d7c7f) + - only record annotation color if not default (e7e4121) + - various audioviewer bugs & improvements (77a3a61) + - Revert "fix: audio regions editable state" (2e62854) + - add yarn interactive tools (c9e4a2b) + - image overflow in inspect detail (eb28fe2) + - add RouterDecorator to BlobViewer story (689ad6e) + - blobpreview endless loading state (11afb32) + - audio regions editable state (50386c5) + - run release version of upend for storybook (0598420) + - add audio example, update ATTRIBUTION (2aa9656) + - update surface URL when changing axes (7993e94) + - warn when reinitializing (4c1231a) + - double click on surface to add a point (c690992) + - rotate models right side up in (pre)view (1539860) + - add 3d model stories (042b207) + - add example files (2 photos, 2 stls) (abcc10a) + - inflight queryonce cache never revalidated (144a426) + - Selector mouse behavior, focus event (c3fc961) + - fix Surface story, add prefilled story (9c8b05f) + - add --reinitialize to sb command (d501395) + - add arrow key support to Selector (8eb4466) + - add Surface story (e5fc315) + - add Selector stories (195ce6e) + - endless loading on group preview (0509cc2) + - Gallery thumbnail is now UpObjectCard (3bf60ef) + - unnecessary underline on UpObject banner (46eb703) + - stories (d7920f6) + - always resolve UpObject when banner (check for blobbiness) (8528805) + - add Gallery story (db60b41) + - add upobjectcard story, routerdecorator, link upobject story (e2fa7d9) + - add image stories for blobs (acb5120) + - add example images (bb11397) + - add vertical video + stories (6ddfcb5) + - add blobpreview, blobviewer video stories (6cc62d4) + - storybook init (a9a0446) + - add example vault with 1 video (f10f7ea) + - rename /media to /assets (1e4e1bd) +
+ +## 0.0.69 (2023-01-15) + ### Chore - remove unnecessary imports @@ -53,8 +228,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - - 24 commits contributed to the release over the course of 12 calendar days. - - 20 days passed between releases. + - 26 commits contributed to the release over the course of 17 calendar days. + - 24 days passed between releases. - 24 commits were understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages @@ -65,6 +240,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** + - (cargo-release) version 0.0.69 (b2e7822) + - add CHANGELOG.md (d027cb5) - add current position display to Surface view (8c26687) - load d3 asynchronously (a69138f) - multiple modes of display for surface (2cab32e) @@ -93,6 +270,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## v0.0.68 (2022-12-22) + + + + + + + + + ### Chore - css fix @@ -193,6 +379,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## v0.0.67 (2022-10-23) + + + + + + ### Chore - change extractor error level to debug, add extractor markers @@ -253,6 +445,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## v0.0.66 (2022-10-22) + + + + ### Chore - disallow `console.log` @@ -261,10 +457,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Bug Fixes + + - remove BlobViewer duplicity in Inspect - retain state on detail switch - - probably perf improvement? - - confirm before generating audio peaks in browser, avoid lock-ups in Chrome +- probably perf improvement? ### Commit Statistics @@ -290,8 +487,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - confirm before generating audio peaks in browser, avoid lock-ups in Chrome (40381cf)
+ + confirm before generating audio peaks in browser, avoid lock-ups in Chrome + ## v0.0.65 (2022-10-21) + + + + + ### Chore - switch from `built` to `shadow_rs` @@ -352,28 +557,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - put config into its own struct (5950685) -## v0.0.64-1 (2022-10-16) - -### Commit Statistics - - - - - 1 commit contributed to the release. - - 0 commits were understood as [conventional](https://www.conventionalcommits.org). - - 0 issues like '(#ID)' were seen in commit messages - -### Commit Details - - - -
view details - - * **Uncategorized** - - chore, ci: fix Makefile, .gitlab-ci.yml (2c707c9) -
- ## v0.0.64 (2022-10-16) + + + + + + + + + + + + + + + + + + + + + ### Chore - fix typo @@ -398,7 +604,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - if `audiowaveform` is present, generate & cache peaks on backend requires https://github.com/bbc/audiowaveform/ to be installed and on $PATH - add options to previews - - add timecode display to VideoViewer during previewing - use `match-sorter` instead of just levenshtein distance - levenshtein sort entries in Selector @@ -549,6 +754,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - reorganize query code in preparation for lang upgrade (eec4f96) +## v0.0.64-1 (2022-10-16) + +### Commit Statistics + + + + - 1 commit contributed to the release. + - 0 commits were understood as [conventional](https://www.conventionalcommits.org). + - 0 issues like '(#ID)' were seen in commit messages + +### Commit Details + + + +
view details + + * **Uncategorized** + - chore, ci: fix Makefile, .gitlab-ci.yml (2c707c9) +
+ ## v0.0.63 (2022-04-11) ### Commit Statistics @@ -2324,6 +2549,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## v0.0.6 (2021-06-19) + + ### Other - anywhere for attr tables @@ -2411,6 +2638,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## v0.0.3 (2021-06-19) + + + ### Other - :File uses Hash instead of plain Vec