Releases: t03i/TMVisDB
v1.6.3
CHANGELOG
v1.6.3 (2025-02-07)
Bug Fixes
- Add more FAQ items
(c509ad3)
v1.6.2 (2025-02-07)
Bug Fixes
- frontend: Improve FAQ and search explanation
(1e629e0)
Chores
-
chore: update deps
-
style: improve frontpage styling
v1.6.1 (2025-01-29)
Bug Fixes
- Add missing h3 in FAQ
(4862757)
v1.6.0 (2025-01-29)
Features
- Add FAQ section
(a3ccbd2)
v1.5.0 (2025-01-29)
Features
- Add GO word cloud on detail page
(46bcb44)
-
style: fix page alignment
-
feat: add go term retrieval
-
feat: add go term word cloud
-
feat: add wordcloud display
-
style: add text-styling to svg
-
refactor: prevent single letter words
-
refactor: improve text
-
style: better font scaling
-
feat: add GO loading state
v1.4.5 (2025-01-29)
Bug Fixes
- Add topdb signal peptide
(195b0b0)
v1.4.4 (2025-01-28)
Bug Fixes
- Count filter was not handled correctly
(aab0d3e)
Code Style
Continuous Integration
v1.4.3 (2024-11-29)
Bug Fixes
- frontend: Fix initial theme incorrectly rendered on detail pages;
(dee1ce2)
Issue was caused by skeleton UI not handling modeSwitches on SSR. Cf: -
skeletonlabs/skeleton#2598 (comment) -
skeletonlabs/skeleton#905 (comment)
Build System
- frontend: Update dependencies
(221786b)
v1.4.2 (2024-11-28)
Bug Fixes
-
frontend: Add app version
(1f5af77) -
frontend: Catch issue with structureState race condition
(0f5099e)
Code Style
- frontend: Improve error display for filter problems
(5ab7740)
Refactoring
-
frontend: Add db search time display
(3eaddcd) -
frontend: Change to use dev version in development
(1fdf201)
v1.4.1 (2024-11-28)
Bug Fixes
- frontend: Restore 25 as more sane default
(f09842f)
v1.4.0 (2024-11-28)
Bug Fixes
-
Fix page 0, one confusion
(3998946) -
Sentry variable name
(2b6941c) -
backend: Fix invalid clade validation
(3a61ba8) -
backend: Fix unclassified not being processable
(1023e59) -
backend: Resolve issue with sqlalchemy new orm API
(68138c1) -
frontend: Forward pagination
(03f219e) -
frontend: Go back now uses correct logic
(c2877f8) -
frontend: Reset Kingdom filter to all if otherwise invalid
(6e88fd0)
Build System
- Fix prettier
(b153957)
Code Style
- frontend: Remove pagination artifact for random
(a5ddca4)
Documentation
- Document search is only for page
(a58044f)
Features
-
Add query transfomer to allow passing in a queryClient
(0e38fc0) -
backend: Add more efficient count
(05e5d96) -
backend: Implement cursor based pagination
(e9fbe34) -
frontend: Implement pagination display
(a2aa857)
Refactoring
-
Create wrapper to allow passing query keys
(a2ce413) -
Dataquery setup for client use
(37b63f4) -
Improve query store usage
(d1a4ae4) -
Integrate count into api and improve file structure
(a36ffac) -
Remove debug logging
(7f4b5d0) -
backend: Remove obsolete sorting
(887d52c) -
backend: Remove query sorting by id.
(6acdc53)
Sorting by id slows the query down too much. In theory it should be ifine to not sort if for an auto
incrementing key
-
frontend: Add cursor based pagination
(e7dc5ad) -
frontend: Add data-based row count
(4a8defa) -
frontend: Improve table rendering
(eccfd36) -
frontend: Move pagination to top-level
(6f2c755) -
frontend: Regenerate client
(91d0e90) -
frontend: Remove dataloader component for store implementation
(11419d1) -
frontend: Switch to wrapper queries with queryClient
(db5da1d) -
frontend: Up page size to 50
(483062f)
v1.3.3 (2024-11-24)
Bug Fixes
- Update citation to latest biorxiv
(19a8685)
v1.3.2 (2024-11-21)
Bug Fixes
- frontend: Hotfix remove debug info
(4d88b9a)
v1.3.1 (2024-11-21)
Bug Fixes
- frontend: Fix build missing variable
(67b41d0)
v1.3.0 (2024-11-21)
Features
- frontend: Add sentry frontend logging
(e4c5b81)
-
chore: update dependencies
-
build: upload sentry sourcemaps
-
build: add sentry build options
-
build: add sentry config
-
fix(frontend): improve sidebar navigation
-
build(frontend): add svelte version
-
feat(frontend): configure sentry logging
-
fix(frontend): remove integration for server
-
build(frontend): update orval version
-
fix(backend): only allow GET
This is supposed to block more malicious requests
-
chore(backend): default value for traces
-
build(frontend): add variable sentry sampling rate
-
refactor(frontend): improve sentry initialization
-
fix(frontend): adjust hight which now works again
-
fix(frontend): remove sentry sveltekit due to bug
getsentry/sentry-javascript#8291
-
refactor(frontend): add expected handle error method
-
feat(frontend): add breadcrumbs to sentry
Merges: #11
v1.2.3 (2024-11-20)
Bug Fixes
- frontend: More graceful handling for TMAlphaFold
([#10](https://git...
v1.6.2
CHANGELOG
v1.6.2 (2025-02-07)
Bug Fixes
- frontend: Improve FAQ and search explanation
(1e629e0)
Chores
-
chore: update deps
-
style: improve frontpage styling
v1.6.1 (2025-01-29)
Bug Fixes
- Add missing h3 in FAQ
(4862757)
v1.6.0 (2025-01-29)
Features
- Add FAQ section
(a3ccbd2)
v1.5.0 (2025-01-29)
Features
- Add GO word cloud on detail page
(46bcb44)
-
style: fix page alignment
-
feat: add go term retrieval
-
feat: add go term word cloud
-
feat: add wordcloud display
-
style: add text-styling to svg
-
refactor: prevent single letter words
-
refactor: improve text
-
style: better font scaling
-
feat: add GO loading state
v1.4.5 (2025-01-29)
Bug Fixes
- Add topdb signal peptide
(195b0b0)
v1.4.4 (2025-01-28)
Bug Fixes
- Count filter was not handled correctly
(aab0d3e)
Code Style
Continuous Integration
v1.4.3 (2024-11-29)
Bug Fixes
- frontend: Fix initial theme incorrectly rendered on detail pages;
(dee1ce2)
Issue was caused by skeleton UI not handling modeSwitches on SSR. Cf: -
skeletonlabs/skeleton#2598 (comment) -
skeletonlabs/skeleton#905 (comment)
Build System
- frontend: Update dependencies
(221786b)
v1.4.2 (2024-11-28)
Bug Fixes
-
frontend: Add app version
(1f5af77) -
frontend: Catch issue with structureState race condition
(0f5099e)
Code Style
- frontend: Improve error display for filter problems
(5ab7740)
Refactoring
-
frontend: Add db search time display
(3eaddcd) -
frontend: Change to use dev version in development
(1fdf201)
v1.4.1 (2024-11-28)
Bug Fixes
- frontend: Restore 25 as more sane default
(f09842f)
v1.4.0 (2024-11-28)
Bug Fixes
-
Fix page 0, one confusion
(3998946) -
Sentry variable name
(2b6941c) -
backend: Fix invalid clade validation
(3a61ba8) -
backend: Fix unclassified not being processable
(1023e59) -
backend: Resolve issue with sqlalchemy new orm API
(68138c1) -
frontend: Forward pagination
(03f219e) -
frontend: Go back now uses correct logic
(c2877f8) -
frontend: Reset Kingdom filter to all if otherwise invalid
(6e88fd0)
Build System
- Fix prettier
(b153957)
Code Style
- frontend: Remove pagination artifact for random
(a5ddca4)
Documentation
- Document search is only for page
(a58044f)
Features
-
Add query transfomer to allow passing in a queryClient
(0e38fc0) -
backend: Add more efficient count
(05e5d96) -
backend: Implement cursor based pagination
(e9fbe34) -
frontend: Implement pagination display
(a2aa857)
Refactoring
-
Create wrapper to allow passing query keys
(a2ce413) -
Dataquery setup for client use
(37b63f4) -
Improve query store usage
(d1a4ae4) -
Integrate count into api and improve file structure
(a36ffac) -
Remove debug logging
(7f4b5d0) -
backend: Remove obsolete sorting
(887d52c) -
backend: Remove query sorting by id.
(6acdc53)
Sorting by id slows the query down too much. In theory it should be ifine to not sort if for an auto
incrementing key
-
frontend: Add cursor based pagination
(e7dc5ad) -
frontend: Add data-based row count
(4a8defa) -
frontend: Improve table rendering
(eccfd36) -
frontend: Move pagination to top-level
(6f2c755) -
frontend: Regenerate client
(91d0e90) -
frontend: Remove dataloader component for store implementation
(11419d1) -
frontend: Switch to wrapper queries with queryClient
(db5da1d) -
frontend: Up page size to 50
(483062f)
v1.3.3 (2024-11-24)
Bug Fixes
- Update citation to latest biorxiv
(19a8685)
v1.3.2 (2024-11-21)
Bug Fixes
- frontend: Hotfix remove debug info
(4d88b9a)
v1.3.1 (2024-11-21)
Bug Fixes
- frontend: Fix build missing variable
(67b41d0)
v1.3.0 (2024-11-21)
Features
- frontend: Add sentry frontend logging
(e4c5b81)
-
chore: update dependencies
-
build: upload sentry sourcemaps
-
build: add sentry build options
-
build: add sentry config
-
fix(frontend): improve sidebar navigation
-
build(frontend): add svelte version
-
feat(frontend): configure sentry logging
-
fix(frontend): remove integration for server
-
build(frontend): update orval version
-
fix(backend): only allow GET
This is supposed to block more malicious requests
-
chore(backend): default value for traces
-
build(frontend): add variable sentry sampling rate
-
refactor(frontend): improve sentry initialization
-
fix(frontend): adjust hight which now works again
-
fix(frontend): remove sentry sveltekit due to bug
getsentry/sentry-javascript#8291
-
refactor(frontend): add expected handle error method
-
feat(frontend): add breadcrumbs to sentry
Merges: #11
v1.2.3 (2024-11-20)
Bug Fixes
Build System
- Fix sentry ...
v1.6.1
CHANGELOG
v1.6.1 (2025-01-29)
Bug Fixes
- Add missing h3 in FAQ
(4862757)
v1.6.0 (2025-01-29)
Features
- Add FAQ section
(a3ccbd2)
v1.5.0 (2025-01-29)
Features
- Add GO word cloud on detail page
(46bcb44)
-
style: fix page alignment
-
feat: add go term retrieval
-
feat: add go term word cloud
-
feat: add wordcloud display
-
style: add text-styling to svg
-
refactor: prevent single letter words
-
refactor: improve text
-
style: better font scaling
-
feat: add GO loading state
v1.4.5 (2025-01-29)
Bug Fixes
- Add topdb signal peptide
(195b0b0)
v1.4.4 (2025-01-28)
Bug Fixes
- Count filter was not handled correctly
(aab0d3e)
Code Style
Continuous Integration
v1.4.3 (2024-11-29)
Bug Fixes
- frontend: Fix initial theme incorrectly rendered on detail pages;
(dee1ce2)
Issue was caused by skeleton UI not handling modeSwitches on SSR. Cf: -
skeletonlabs/skeleton#2598 (comment) -
skeletonlabs/skeleton#905 (comment)
Build System
- frontend: Update dependencies
(221786b)
v1.4.2 (2024-11-28)
Bug Fixes
-
frontend: Add app version
(1f5af77) -
frontend: Catch issue with structureState race condition
(0f5099e)
Code Style
- frontend: Improve error display for filter problems
(5ab7740)
Refactoring
-
frontend: Add db search time display
(3eaddcd) -
frontend: Change to use dev version in development
(1fdf201)
v1.4.1 (2024-11-28)
Bug Fixes
- frontend: Restore 25 as more sane default
(f09842f)
v1.4.0 (2024-11-28)
Bug Fixes
-
Fix page 0, one confusion
(3998946) -
Sentry variable name
(2b6941c) -
backend: Fix invalid clade validation
(3a61ba8) -
backend: Fix unclassified not being processable
(1023e59) -
backend: Resolve issue with sqlalchemy new orm API
(68138c1) -
frontend: Forward pagination
(03f219e) -
frontend: Go back now uses correct logic
(c2877f8) -
frontend: Reset Kingdom filter to all if otherwise invalid
(6e88fd0)
Build System
- Fix prettier
(b153957)
Code Style
- frontend: Remove pagination artifact for random
(a5ddca4)
Documentation
- Document search is only for page
(a58044f)
Features
-
Add query transfomer to allow passing in a queryClient
(0e38fc0) -
backend: Add more efficient count
(05e5d96) -
backend: Implement cursor based pagination
(e9fbe34) -
frontend: Implement pagination display
(a2aa857)
Refactoring
-
Create wrapper to allow passing query keys
(a2ce413) -
Dataquery setup for client use
(37b63f4) -
Improve query store usage
(d1a4ae4) -
Integrate count into api and improve file structure
(a36ffac) -
Remove debug logging
(7f4b5d0) -
backend: Remove obsolete sorting
(887d52c) -
backend: Remove query sorting by id.
(6acdc53)
Sorting by id slows the query down too much. In theory it should be ifine to not sort if for an auto
incrementing key
-
frontend: Add cursor based pagination
(e7dc5ad) -
frontend: Add data-based row count
(4a8defa) -
frontend: Improve table rendering
(eccfd36) -
frontend: Move pagination to top-level
(6f2c755) -
frontend: Regenerate client
(91d0e90) -
frontend: Remove dataloader component for store implementation
(11419d1) -
frontend: Switch to wrapper queries with queryClient
(db5da1d) -
frontend: Up page size to 50
(483062f)
v1.3.3 (2024-11-24)
Bug Fixes
- Update citation to latest biorxiv
(19a8685)
v1.3.2 (2024-11-21)
Bug Fixes
- frontend: Hotfix remove debug info
(4d88b9a)
v1.3.1 (2024-11-21)
Bug Fixes
- frontend: Fix build missing variable
(67b41d0)
v1.3.0 (2024-11-21)
Features
- frontend: Add sentry frontend logging
(e4c5b81)
-
chore: update dependencies
-
build: upload sentry sourcemaps
-
build: add sentry build options
-
build: add sentry config
-
fix(frontend): improve sidebar navigation
-
build(frontend): add svelte version
-
feat(frontend): configure sentry logging
-
fix(frontend): remove integration for server
-
build(frontend): update orval version
-
fix(backend): only allow GET
This is supposed to block more malicious requests
-
chore(backend): default value for traces
-
build(frontend): add variable sentry sampling rate
-
refactor(frontend): improve sentry initialization
-
fix(frontend): adjust hight which now works again
-
fix(frontend): remove sentry sveltekit due to bug
getsentry/sentry-javascript#8291
-
refactor(frontend): add expected handle error method
-
feat(frontend): add breadcrumbs to sentry
Merges: #11
v1.2.3 (2024-11-20)
Bug Fixes
Build System
- Fix sentry version name
(5221942)
Documentation
v1.6.0
CHANGELOG
v1.6.0 (2025-01-29)
Features
- Add FAQ section
(a3ccbd2)
v1.5.0 (2025-01-29)
Features
- Add GO word cloud on detail page
(46bcb44)
-
style: fix page alignment
-
feat: add go term retrieval
-
feat: add go term word cloud
-
feat: add wordcloud display
-
style: add text-styling to svg
-
refactor: prevent single letter words
-
refactor: improve text
-
style: better font scaling
-
feat: add GO loading state
v1.4.5 (2025-01-29)
Bug Fixes
- Add topdb signal peptide
(195b0b0)
v1.4.4 (2025-01-28)
Bug Fixes
- Count filter was not handled correctly
(aab0d3e)
Code Style
Continuous Integration
v1.4.3 (2024-11-29)
Bug Fixes
- frontend: Fix initial theme incorrectly rendered on detail pages;
(dee1ce2)
Issue was caused by skeleton UI not handling modeSwitches on SSR. Cf: -
skeletonlabs/skeleton#2598 (comment) -
skeletonlabs/skeleton#905 (comment)
Build System
- frontend: Update dependencies
(221786b)
v1.4.2 (2024-11-28)
Bug Fixes
-
frontend: Add app version
(1f5af77) -
frontend: Catch issue with structureState race condition
(0f5099e)
Code Style
- frontend: Improve error display for filter problems
(5ab7740)
Refactoring
-
frontend: Add db search time display
(3eaddcd) -
frontend: Change to use dev version in development
(1fdf201)
v1.4.1 (2024-11-28)
Bug Fixes
- frontend: Restore 25 as more sane default
(f09842f)
v1.4.0 (2024-11-28)
Bug Fixes
-
Fix page 0, one confusion
(3998946) -
Sentry variable name
(2b6941c) -
backend: Fix invalid clade validation
(3a61ba8) -
backend: Fix unclassified not being processable
(1023e59) -
backend: Resolve issue with sqlalchemy new orm API
(68138c1) -
frontend: Forward pagination
(03f219e) -
frontend: Go back now uses correct logic
(c2877f8) -
frontend: Reset Kingdom filter to all if otherwise invalid
(6e88fd0)
Build System
- Fix prettier
(b153957)
Code Style
- frontend: Remove pagination artifact for random
(a5ddca4)
Documentation
- Document search is only for page
(a58044f)
Features
-
Add query transfomer to allow passing in a queryClient
(0e38fc0) -
backend: Add more efficient count
(05e5d96) -
backend: Implement cursor based pagination
(e9fbe34) -
frontend: Implement pagination display
(a2aa857)
Refactoring
-
Create wrapper to allow passing query keys
(a2ce413) -
Dataquery setup for client use
(37b63f4) -
Improve query store usage
(d1a4ae4) -
Integrate count into api and improve file structure
(a36ffac) -
Remove debug logging
(7f4b5d0) -
backend: Remove obsolete sorting
(887d52c) -
backend: Remove query sorting by id.
(6acdc53)
Sorting by id slows the query down too much. In theory it should be ifine to not sort if for an auto
incrementing key
-
frontend: Add cursor based pagination
(e7dc5ad) -
frontend: Add data-based row count
(4a8defa) -
frontend: Improve table rendering
(eccfd36) -
frontend: Move pagination to top-level
(6f2c755) -
frontend: Regenerate client
(91d0e90) -
frontend: Remove dataloader component for store implementation
(11419d1) -
frontend: Switch to wrapper queries with queryClient
(db5da1d) -
frontend: Up page size to 50
(483062f)
v1.3.3 (2024-11-24)
Bug Fixes
- Update citation to latest biorxiv
(19a8685)
v1.3.2 (2024-11-21)
Bug Fixes
- frontend: Hotfix remove debug info
(4d88b9a)
v1.3.1 (2024-11-21)
Bug Fixes
- frontend: Fix build missing variable
(67b41d0)
v1.3.0 (2024-11-21)
Features
- frontend: Add sentry frontend logging
(e4c5b81)
-
chore: update dependencies
-
build: upload sentry sourcemaps
-
build: add sentry build options
-
build: add sentry config
-
fix(frontend): improve sidebar navigation
-
build(frontend): add svelte version
-
feat(frontend): configure sentry logging
-
fix(frontend): remove integration for server
-
build(frontend): update orval version
-
fix(backend): only allow GET
This is supposed to block more malicious requests
-
chore(backend): default value for traces
-
build(frontend): add variable sentry sampling rate
-
refactor(frontend): improve sentry initialization
-
fix(frontend): adjust hight which now works again
-
fix(frontend): remove sentry sveltekit due to bug
getsentry/sentry-javascript#8291
-
refactor(frontend): add expected handle error method
-
feat(frontend): add breadcrumbs to sentry
Merges: #11
v1.2.3 (2024-11-20)
Bug Fixes
Build System
- Fix sentry version name
(5221942)
Documentation
v1.5.0
CHANGELOG
v1.5.0 (2025-01-29)
Features
- Add GO word cloud on detail page
(46bcb44)
-
style: fix page alignment
-
feat: add go term retrieval
-
feat: add go term word cloud
-
feat: add wordcloud display
-
style: add text-styling to svg
-
refactor: prevent single letter words
-
refactor: improve text
-
style: better font scaling
-
feat: add GO loading state
v1.4.5 (2025-01-29)
Bug Fixes
- Add topdb signal peptide
(195b0b0)
v1.4.4 (2025-01-28)
Bug Fixes
- Count filter was not handled correctly
(aab0d3e)
Code Style
Continuous Integration
v1.4.3 (2024-11-29)
Bug Fixes
- frontend: Fix initial theme incorrectly rendered on detail pages;
(dee1ce2)
Issue was caused by skeleton UI not handling modeSwitches on SSR. Cf: -
skeletonlabs/skeleton#2598 (comment) -
skeletonlabs/skeleton#905 (comment)
Build System
- frontend: Update dependencies
(221786b)
v1.4.2 (2024-11-28)
Bug Fixes
-
frontend: Add app version
(1f5af77) -
frontend: Catch issue with structureState race condition
(0f5099e)
Code Style
- frontend: Improve error display for filter problems
(5ab7740)
Refactoring
-
frontend: Add db search time display
(3eaddcd) -
frontend: Change to use dev version in development
(1fdf201)
v1.4.1 (2024-11-28)
Bug Fixes
- frontend: Restore 25 as more sane default
(f09842f)
v1.4.0 (2024-11-28)
Bug Fixes
-
Fix page 0, one confusion
(3998946) -
Sentry variable name
(2b6941c) -
backend: Fix invalid clade validation
(3a61ba8) -
backend: Fix unclassified not being processable
(1023e59) -
backend: Resolve issue with sqlalchemy new orm API
(68138c1) -
frontend: Forward pagination
(03f219e) -
frontend: Go back now uses correct logic
(c2877f8) -
frontend: Reset Kingdom filter to all if otherwise invalid
(6e88fd0)
Build System
- Fix prettier
(b153957)
Code Style
- frontend: Remove pagination artifact for random
(a5ddca4)
Documentation
- Document search is only for page
(a58044f)
Features
-
Add query transfomer to allow passing in a queryClient
(0e38fc0) -
backend: Add more efficient count
(05e5d96) -
backend: Implement cursor based pagination
(e9fbe34) -
frontend: Implement pagination display
(a2aa857)
Refactoring
-
Create wrapper to allow passing query keys
(a2ce413) -
Dataquery setup for client use
(37b63f4) -
Improve query store usage
(d1a4ae4) -
Integrate count into api and improve file structure
(a36ffac) -
Remove debug logging
(7f4b5d0) -
backend: Remove obsolete sorting
(887d52c) -
backend: Remove query sorting by id.
(6acdc53)
Sorting by id slows the query down too much. In theory it should be ifine to not sort if for an auto
incrementing key
-
frontend: Add cursor based pagination
(e7dc5ad) -
frontend: Add data-based row count
(4a8defa) -
frontend: Improve table rendering
(eccfd36) -
frontend: Move pagination to top-level
(6f2c755) -
frontend: Regenerate client
(91d0e90) -
frontend: Remove dataloader component for store implementation
(11419d1) -
frontend: Switch to wrapper queries with queryClient
(db5da1d) -
frontend: Up page size to 50
(483062f)
v1.3.3 (2024-11-24)
Bug Fixes
- Update citation to latest biorxiv
(19a8685)
v1.3.2 (2024-11-21)
Bug Fixes
- frontend: Hotfix remove debug info
(4d88b9a)
v1.3.1 (2024-11-21)
Bug Fixes
- frontend: Fix build missing variable
(67b41d0)
v1.3.0 (2024-11-21)
Features
- frontend: Add sentry frontend logging
(e4c5b81)
-
chore: update dependencies
-
build: upload sentry sourcemaps
-
build: add sentry build options
-
build: add sentry config
-
fix(frontend): improve sidebar navigation
-
build(frontend): add svelte version
-
feat(frontend): configure sentry logging
-
fix(frontend): remove integration for server
-
build(frontend): update orval version
-
fix(backend): only allow GET
This is supposed to block more malicious requests
-
chore(backend): default value for traces
-
build(frontend): add variable sentry sampling rate
-
refactor(frontend): improve sentry initialization
-
fix(frontend): adjust hight which now works again
-
fix(frontend): remove sentry sveltekit due to bug
getsentry/sentry-javascript#8291
-
refactor(frontend): add expected handle error method
-
feat(frontend): add breadcrumbs to sentry
Merges: #11
v1.2.3 (2024-11-20)
Bug Fixes
Build System
- Fix sentry version name
(5221942)
Documentation
-
Add DB section
(7328764) -
Add db-scheme
(2ccfebd) -
Add legend
(26e707b) -
Change legend entity to comments
(22785ed) -
Move db scheme to separate folder
(24b3f10)
v1.2.2 (2024-11-14)
Bug Fixes
- frontend: A...
v1.4.5
CHANGELOG
v1.4.5 (2025-01-29)
Bug Fixes
- Add topdb signal peptide
(195b0b0)
v1.4.4 (2025-01-28)
Bug Fixes
- Count filter was not handled correctly
(aab0d3e)
Code Style
Continuous Integration
v1.4.3 (2024-11-29)
Bug Fixes
- frontend: Fix initial theme incorrectly rendered on detail pages;
(dee1ce2)
Issue was caused by skeleton UI not handling modeSwitches on SSR. Cf: -
skeletonlabs/skeleton#2598 (comment) -
skeletonlabs/skeleton#905 (comment)
Build System
- frontend: Update dependencies
(221786b)
v1.4.2 (2024-11-28)
Bug Fixes
-
frontend: Add app version
(1f5af77) -
frontend: Catch issue with structureState race condition
(0f5099e)
Code Style
- frontend: Improve error display for filter problems
(5ab7740)
Refactoring
-
frontend: Add db search time display
(3eaddcd) -
frontend: Change to use dev version in development
(1fdf201)
v1.4.1 (2024-11-28)
Bug Fixes
- frontend: Restore 25 as more sane default
(f09842f)
v1.4.0 (2024-11-28)
Bug Fixes
-
Fix page 0, one confusion
(3998946) -
Sentry variable name
(2b6941c) -
backend: Fix invalid clade validation
(3a61ba8) -
backend: Fix unclassified not being processable
(1023e59) -
backend: Resolve issue with sqlalchemy new orm API
(68138c1) -
frontend: Forward pagination
(03f219e) -
frontend: Go back now uses correct logic
(c2877f8) -
frontend: Reset Kingdom filter to all if otherwise invalid
(6e88fd0)
Build System
- Fix prettier
(b153957)
Code Style
- frontend: Remove pagination artifact for random
(a5ddca4)
Documentation
- Document search is only for page
(a58044f)
Features
-
Add query transfomer to allow passing in a queryClient
(0e38fc0) -
backend: Add more efficient count
(05e5d96) -
backend: Implement cursor based pagination
(e9fbe34) -
frontend: Implement pagination display
(a2aa857)
Refactoring
-
Create wrapper to allow passing query keys
(a2ce413) -
Dataquery setup for client use
(37b63f4) -
Improve query store usage
(d1a4ae4) -
Integrate count into api and improve file structure
(a36ffac) -
Remove debug logging
(7f4b5d0) -
backend: Remove obsolete sorting
(887d52c) -
backend: Remove query sorting by id.
(6acdc53)
Sorting by id slows the query down too much. In theory it should be ifine to not sort if for an auto
incrementing key
-
frontend: Add cursor based pagination
(e7dc5ad) -
frontend: Add data-based row count
(4a8defa) -
frontend: Improve table rendering
(eccfd36) -
frontend: Move pagination to top-level
(6f2c755) -
frontend: Regenerate client
(91d0e90) -
frontend: Remove dataloader component for store implementation
(11419d1) -
frontend: Switch to wrapper queries with queryClient
(db5da1d) -
frontend: Up page size to 50
(483062f)
v1.3.3 (2024-11-24)
Bug Fixes
- Update citation to latest biorxiv
(19a8685)
v1.3.2 (2024-11-21)
Bug Fixes
- frontend: Hotfix remove debug info
(4d88b9a)
v1.3.1 (2024-11-21)
Bug Fixes
- frontend: Fix build missing variable
(67b41d0)
v1.3.0 (2024-11-21)
Features
- frontend: Add sentry frontend logging
(e4c5b81)
-
chore: update dependencies
-
build: upload sentry sourcemaps
-
build: add sentry build options
-
build: add sentry config
-
fix(frontend): improve sidebar navigation
-
build(frontend): add svelte version
-
feat(frontend): configure sentry logging
-
fix(frontend): remove integration for server
-
build(frontend): update orval version
-
fix(backend): only allow GET
This is supposed to block more malicious requests
-
chore(backend): default value for traces
-
build(frontend): add variable sentry sampling rate
-
refactor(frontend): improve sentry initialization
-
fix(frontend): adjust hight which now works again
-
fix(frontend): remove sentry sveltekit due to bug
getsentry/sentry-javascript#8291
-
refactor(frontend): add expected handle error method
-
feat(frontend): add breadcrumbs to sentry
Merges: #11
v1.2.3 (2024-11-20)
Bug Fixes
Build System
- Fix sentry version name
(5221942)
Documentation
-
Add DB section
(7328764) -
Add db-scheme
(2ccfebd) -
Add legend
(26e707b) -
Change legend entity to comments
(22785ed) -
Move db scheme to separate folder
(24b3f10)
v1.2.2 (2024-11-14)
Bug Fixes
- frontend: Add missing label for beta-sheet uniprot
(452ab5e)
v1.2.1 (2024-11-13)
Bug Fixes
- Update environment for tagging
(2e5e57b)
Build System
- Fix sentry release version not found issue
([9328a97](9328a97...
v1.4.4
CHANGELOG
v1.4.4 (2025-01-28)
Bug Fixes
- Count filter was not handled correctly
(aab0d3e)
Code Style
Continuous Integration
v1.4.3 (2024-11-29)
Bug Fixes
- frontend: Fix initial theme incorrectly rendered on detail pages;
(dee1ce2)
Issue was caused by skeleton UI not handling modeSwitches on SSR. Cf: -
skeletonlabs/skeleton#2598 (comment) -
skeletonlabs/skeleton#905 (comment)
Build System
- frontend: Update dependencies
(221786b)
v1.4.2 (2024-11-28)
Bug Fixes
-
frontend: Add app version
(1f5af77) -
frontend: Catch issue with structureState race condition
(0f5099e)
Code Style
- frontend: Improve error display for filter problems
(5ab7740)
Refactoring
-
frontend: Add db search time display
(3eaddcd) -
frontend: Change to use dev version in development
(1fdf201)
v1.4.1 (2024-11-28)
Bug Fixes
- frontend: Restore 25 as more sane default
(f09842f)
v1.4.0 (2024-11-28)
Bug Fixes
-
Fix page 0, one confusion
(3998946) -
Sentry variable name
(2b6941c) -
backend: Fix invalid clade validation
(3a61ba8) -
backend: Fix unclassified not being processable
(1023e59) -
backend: Resolve issue with sqlalchemy new orm API
(68138c1) -
frontend: Forward pagination
(03f219e) -
frontend: Go back now uses correct logic
(c2877f8) -
frontend: Reset Kingdom filter to all if otherwise invalid
(6e88fd0)
Build System
- Fix prettier
(b153957)
Code Style
- frontend: Remove pagination artifact for random
(a5ddca4)
Documentation
- Document search is only for page
(a58044f)
Features
-
Add query transfomer to allow passing in a queryClient
(0e38fc0) -
backend: Add more efficient count
(05e5d96) -
backend: Implement cursor based pagination
(e9fbe34) -
frontend: Implement pagination display
(a2aa857)
Refactoring
-
Create wrapper to allow passing query keys
(a2ce413) -
Dataquery setup for client use
(37b63f4) -
Improve query store usage
(d1a4ae4) -
Integrate count into api and improve file structure
(a36ffac) -
Remove debug logging
(7f4b5d0) -
backend: Remove obsolete sorting
(887d52c) -
backend: Remove query sorting by id.
(6acdc53)
Sorting by id slows the query down too much. In theory it should be ifine to not sort if for an auto
incrementing key
-
frontend: Add cursor based pagination
(e7dc5ad) -
frontend: Add data-based row count
(4a8defa) -
frontend: Improve table rendering
(eccfd36) -
frontend: Move pagination to top-level
(6f2c755) -
frontend: Regenerate client
(91d0e90) -
frontend: Remove dataloader component for store implementation
(11419d1) -
frontend: Switch to wrapper queries with queryClient
(db5da1d) -
frontend: Up page size to 50
(483062f)
v1.3.3 (2024-11-24)
Bug Fixes
- Update citation to latest biorxiv
(19a8685)
v1.3.2 (2024-11-21)
Bug Fixes
- frontend: Hotfix remove debug info
(4d88b9a)
v1.3.1 (2024-11-21)
Bug Fixes
- frontend: Fix build missing variable
(67b41d0)
v1.3.0 (2024-11-21)
Features
- frontend: Add sentry frontend logging
(e4c5b81)
-
chore: update dependencies
-
build: upload sentry sourcemaps
-
build: add sentry build options
-
build: add sentry config
-
fix(frontend): improve sidebar navigation
-
build(frontend): add svelte version
-
feat(frontend): configure sentry logging
-
fix(frontend): remove integration for server
-
build(frontend): update orval version
-
fix(backend): only allow GET
This is supposed to block more malicious requests
-
chore(backend): default value for traces
-
build(frontend): add variable sentry sampling rate
-
refactor(frontend): improve sentry initialization
-
fix(frontend): adjust hight which now works again
-
fix(frontend): remove sentry sveltekit due to bug
getsentry/sentry-javascript#8291
-
refactor(frontend): add expected handle error method
-
feat(frontend): add breadcrumbs to sentry
Merges: #11
v1.2.3 (2024-11-20)
Bug Fixes
Build System
- Fix sentry version name
(5221942)
Documentation
-
Add DB section
(7328764) -
Add db-scheme
(2ccfebd) -
Add legend
(26e707b) -
Change legend entity to comments
(22785ed) -
Move db scheme to separate folder
(24b3f10)
v1.2.2 (2024-11-14)
Bug Fixes
- frontend: Add missing label for beta-sheet uniprot
(452ab5e)
v1.2.1 (2024-11-13)
Bug Fixes
- Update environment for tagging
(2e5e57b)
Build System
-
Fix sentry release version not found issue
(9328a97) -
Restructure tagging to improve releasing.
(1537c76)
Now taggi...
v1.4.3
CHANGELOG
v1.4.3 (2024-11-29)
Bug Fixes
- frontend: Fix initial theme incorrectly rendered on detail pages;
(dee1ce2)
Issue was caused by skeleton UI not handling modeSwitches on SSR. Cf: -
skeletonlabs/skeleton#2598 (comment) -
skeletonlabs/skeleton#905 (comment)
Build System
- frontend: Update dependencies
(221786b)
v1.4.2 (2024-11-28)
Bug Fixes
-
frontend: Catch issue with structureState race condition
(0f5099e) -
frontend: Add app version
(1f5af77)
Code Style
- frontend: Improve error display for filter problems
(5ab7740)
Refactoring
-
frontend: Change to use dev version in development
(1fdf201) -
frontend: Add db search time display
(3eaddcd)
v1.4.1 (2024-11-28)
Bug Fixes
- frontend: Restore 25 as more sane default
(f09842f)
v1.4.0 (2024-11-28)
Bug Fixes
-
frontend: Reset Kingdom filter to all if otherwise invalid
(6e88fd0) -
backend: Fix unclassified not being processable
(1023e59) -
backend: Fix invalid clade validation
(3a61ba8) -
frontend: Go back now uses correct logic
(c2877f8) -
backend: Resolve issue with sqlalchemy new orm API
(68138c1) -
frontend: Forward pagination
(03f219e) -
Sentry variable name
(2b6941c) -
Fix page 0, one confusion
(3998946)
Build System
- Fix prettier
(b153957)
Code Style
- frontend: Remove pagination artifact for random
(a5ddca4)
Documentation
- Document search is only for page
(a58044f)
Features
-
Add query transfomer to allow passing in a queryClient
(0e38fc0) -
backend: Implement cursor based pagination
(e9fbe34) -
frontend: Implement pagination display
(a2aa857) -
backend: Add more efficient count
(05e5d96)
Refactoring
-
frontend: Up page size to 50
(483062f) -
frontend: Improve table rendering
(eccfd36) -
frontend: Regenerate client
(91d0e90) -
frontend: Add data-based row count
(4a8defa) -
Remove debug logging
(7f4b5d0) -
frontend: Switch to wrapper queries with queryClient
(db5da1d) -
Create wrapper to allow passing query keys
(a2ce413) -
Dataquery setup for client use
(37b63f4) -
frontend: Move pagination to top-level
(6f2c755) -
backend: Remove obsolete sorting
(887d52c) -
backend: Remove query sorting by id.
(6acdc53)
Sorting by id slows the query down too much. In theory it should be ifine to not sort if for an auto
incrementing key
-
Improve query store usage
(d1a4ae4) -
frontend: Add cursor based pagination
(e7dc5ad) -
frontend: Remove dataloader component for store implementation
(11419d1) -
Integrate count into api and improve file structure
(a36ffac)
v1.3.3 (2024-11-24)
Bug Fixes
- Update citation to latest biorxiv
(19a8685)
v1.3.2 (2024-11-21)
Bug Fixes
- frontend: Hotfix remove debug info
(4d88b9a)
v1.3.1 (2024-11-21)
Bug Fixes
- frontend: Fix build missing variable
(67b41d0)
v1.3.0 (2024-11-21)
Features
- frontend: Add sentry frontend logging
(e4c5b81)
-
chore: update dependencies
-
build: upload sentry sourcemaps
-
build: add sentry build options
-
build: add sentry config
-
fix(frontend): improve sidebar navigation
-
build(frontend): add svelte version
-
feat(frontend): configure sentry logging
-
fix(frontend): remove integration for server
-
build(frontend): update orval version
-
fix(backend): only allow GET
This is supposed to block more malicious requests
-
chore(backend): default value for traces
-
build(frontend): add variable sentry sampling rate
-
refactor(frontend): improve sentry initialization
-
fix(frontend): adjust hight which now works again
-
fix(frontend): remove sentry sveltekit due to bug
getsentry/sentry-javascript#8291
-
refactor(frontend): add expected handle error method
-
feat(frontend): add breadcrumbs to sentry
Merges: #11
v1.2.3 (2024-11-20)
Bug Fixes
Build System
- Fix sentry version name
(5221942)
Documentation
-
Add DB section
(7328764) -
Move db scheme to separate folder
(24b3f10) -
Change legend entity to comments
(22785ed) -
Add legend
(26e707b) -
Add db-scheme
(2ccfebd)
v1.2.2 (2024-11-14)
Bug Fixes
- frontend: Add missing label for beta-sheet uniprot
(452ab5e)
v1.2.1 (2024-11-13)
Bug Fixes
- Update environment for tagging
(2e5e57b)
Build System
-
Fix sentry release version not found issue
(9328a97) -
Restructure tagging to improve releasing.
(1537c76)
Now tagging happens first and only then triggers the release.
v1.2.0 (2024-11-13)
Code Style
- Change pLDDT view name
(16b1413)
Features
v1.1.1 (2024-11-13)
Bug Fixes
- Add DB tooltip again
(59fce0f)
#...
v1.4.2
CHANGELOG
v1.4.2 (2024-11-28)
Bug Fixes
-
frontend: Catch issue with structureState race condition
(0f5099e) -
frontend: Add app version
(1f5af77)
Code Style
- frontend: Improve error display for filter problems
(5ab7740)
Refactoring
-
frontend: Change to use dev version in development
(1fdf201) -
frontend: Add db search time display
(3eaddcd)
v1.4.1 (2024-11-28)
Bug Fixes
- frontend: Restore 25 as more sane default
(f09842f)
v1.4.0 (2024-11-28)
Bug Fixes
-
frontend: Reset Kingdom filter to all if otherwise invalid
(6e88fd0) -
backend: Fix unclassified not being processable
(1023e59) -
backend: Fix invalid clade validation
(3a61ba8) -
frontend: Go back now uses correct logic
(c2877f8) -
backend: Resolve issue with sqlalchemy new orm API
(68138c1) -
frontend: Forward pagination
(03f219e) -
Sentry variable name
(2b6941c) -
Fix page 0, one confusion
(3998946)
Build System
- Fix prettier
(b153957)
Code Style
- frontend: Remove pagination artifact for random
(a5ddca4)
Documentation
- Document search is only for page
(a58044f)
Features
-
Add query transfomer to allow passing in a queryClient
(0e38fc0) -
backend: Implement cursor based pagination
(e9fbe34) -
frontend: Implement pagination display
(a2aa857) -
backend: Add more efficient count
(05e5d96)
Refactoring
-
frontend: Up page size to 50
(483062f) -
frontend: Improve table rendering
(eccfd36) -
frontend: Regenerate client
(91d0e90) -
frontend: Add data-based row count
(4a8defa) -
Remove debug logging
(7f4b5d0) -
frontend: Switch to wrapper queries with queryClient
(db5da1d) -
Create wrapper to allow passing query keys
(a2ce413) -
Dataquery setup for client use
(37b63f4) -
frontend: Move pagination to top-level
(6f2c755) -
backend: Remove obsolete sorting
(887d52c) -
backend: Remove query sorting by id.
(6acdc53)
Sorting by id slows the query down too much. In theory it should be ifine to not sort if for an auto
incrementing key
-
Improve query store usage
(d1a4ae4) -
frontend: Add cursor based pagination
(e7dc5ad) -
frontend: Remove dataloader component for store implementation
(11419d1) -
Integrate count into api and improve file structure
(a36ffac)
v1.3.3 (2024-11-24)
Bug Fixes
- Update citation to latest biorxiv
(19a8685)
v1.3.2 (2024-11-21)
Bug Fixes
- frontend: Hotfix remove debug info
(4d88b9a)
v1.3.1 (2024-11-21)
Bug Fixes
- frontend: Fix build missing variable
(67b41d0)
v1.3.0 (2024-11-21)
Features
- frontend: Add sentry frontend logging
(e4c5b81)
-
chore: update dependencies
-
build: upload sentry sourcemaps
-
build: add sentry build options
-
build: add sentry config
-
fix(frontend): improve sidebar navigation
-
build(frontend): add svelte version
-
feat(frontend): configure sentry logging
-
fix(frontend): remove integration for server
-
build(frontend): update orval version
-
fix(backend): only allow GET
This is supposed to block more malicious requests
-
chore(backend): default value for traces
-
build(frontend): add variable sentry sampling rate
-
refactor(frontend): improve sentry initialization
-
fix(frontend): adjust hight which now works again
-
fix(frontend): remove sentry sveltekit due to bug
getsentry/sentry-javascript#8291
-
refactor(frontend): add expected handle error method
-
feat(frontend): add breadcrumbs to sentry
Merges: #11
v1.2.3 (2024-11-20)
Bug Fixes
Build System
- Fix sentry version name
(5221942)
Documentation
-
Add DB section
(7328764) -
Move db scheme to separate folder
(24b3f10) -
Change legend entity to comments
(22785ed) -
Add legend
(26e707b) -
Add db-scheme
(2ccfebd)
v1.2.2 (2024-11-14)
Bug Fixes
- frontend: Add missing label for beta-sheet uniprot
(452ab5e)
v1.2.1 (2024-11-13)
Bug Fixes
- Update environment for tagging
(2e5e57b)
Build System
-
Fix sentry release version not found issue
(9328a97) -
Restructure tagging to improve releasing.
(1537c76)
Now tagging happens first and only then triggers the release.
v1.2.0 (2024-11-13)
Code Style
- Change pLDDT view name
(16b1413)
Features
v1.1.1 (2024-11-13)
Bug Fixes
- Add DB tooltip again
(59fce0f)
Build System
- Add watchtower notification settings
(c3a5585)
Chores
- backend: Ignore CORSErrors for Sentry
(45483f1)
Code Style
v1.4.1
CHANGELOG
v1.4.1 (2024-11-28)
Bug Fixes
- frontend: Restore 25 as more sane default
(f09842f)
v1.4.0 (2024-11-28)
Bug Fixes
-
frontend: Reset Kingdom filter to all if otherwise invalid
(6e88fd0) -
backend: Fix unclassified not being processable
(1023e59) -
backend: Fix invalid clade validation
(3a61ba8) -
frontend: Go back now uses correct logic
(c2877f8) -
backend: Resolve issue with sqlalchemy new orm API
(68138c1) -
frontend: Forward pagination
(03f219e) -
Sentry variable name
(2b6941c) -
Fix page 0, one confusion
(3998946)
Build System
- Fix prettier
(b153957)
Code Style
- frontend: Remove pagination artifact for random
(a5ddca4)
Documentation
- Document search is only for page
(a58044f)
Features
-
Add query transfomer to allow passing in a queryClient
(0e38fc0) -
backend: Implement cursor based pagination
(e9fbe34) -
frontend: Implement pagination display
(a2aa857) -
backend: Add more efficient count
(05e5d96)
Refactoring
-
frontend: Up page size to 50
(483062f) -
frontend: Improve table rendering
(eccfd36) -
frontend: Regenerate client
(91d0e90) -
frontend: Add data-based row count
(4a8defa) -
Remove debug logging
(7f4b5d0) -
frontend: Switch to wrapper queries with queryClient
(db5da1d) -
Create wrapper to allow passing query keys
(a2ce413) -
Dataquery setup for client use
(37b63f4) -
frontend: Move pagination to top-level
(6f2c755) -
backend: Remove obsolete sorting
(887d52c) -
backend: Remove query sorting by id.
(6acdc53)
Sorting by id slows the query down too much. In theory it should be ifine to not sort if for an auto
incrementing key
-
Improve query store usage
(d1a4ae4) -
frontend: Add cursor based pagination
(e7dc5ad) -
frontend: Remove dataloader component for store implementation
(11419d1) -
Integrate count into api and improve file structure
(a36ffac)
v1.3.3 (2024-11-24)
Bug Fixes
- Update citation to latest biorxiv
(19a8685)
v1.3.2 (2024-11-21)
Bug Fixes
- frontend: Hotfix remove debug info
(4d88b9a)
v1.3.1 (2024-11-21)
Bug Fixes
- frontend: Fix build missing variable
(67b41d0)
v1.3.0 (2024-11-21)
Features
- frontend: Add sentry frontend logging
(e4c5b81)
-
chore: update dependencies
-
build: upload sentry sourcemaps
-
build: add sentry build options
-
build: add sentry config
-
fix(frontend): improve sidebar navigation
-
build(frontend): add svelte version
-
feat(frontend): configure sentry logging
-
fix(frontend): remove integration for server
-
build(frontend): update orval version
-
fix(backend): only allow GET
This is supposed to block more malicious requests
-
chore(backend): default value for traces
-
build(frontend): add variable sentry sampling rate
-
refactor(frontend): improve sentry initialization
-
fix(frontend): adjust hight which now works again
-
fix(frontend): remove sentry sveltekit due to bug
getsentry/sentry-javascript#8291
-
refactor(frontend): add expected handle error method
-
feat(frontend): add breadcrumbs to sentry
Merges: #11
v1.2.3 (2024-11-20)
Bug Fixes
Build System
- Fix sentry version name
(5221942)
Documentation
-
Add DB section
(7328764) -
Move db scheme to separate folder
(24b3f10) -
Change legend entity to comments
(22785ed) -
Add legend
(26e707b) -
Add db-scheme
(2ccfebd)
v1.2.2 (2024-11-14)
Bug Fixes
- frontend: Add missing label for beta-sheet uniprot
(452ab5e)
v1.2.1 (2024-11-13)
Bug Fixes
- Update environment for tagging
(2e5e57b)
Build System
-
Fix sentry release version not found issue
(9328a97) -
Restructure tagging to improve releasing.
(1537c76)
Now tagging happens first and only then triggers the release.
v1.2.0 (2024-11-13)
Code Style
- Change pLDDT view name
(16b1413)
Features
v1.1.1 (2024-11-13)
Bug Fixes
- Add DB tooltip again
(59fce0f)
Build System
- Add watchtower notification settings
(c3a5585)
Chores
- backend: Ignore CORSErrors for Sentry
(45483f1)
Code Style
-
frontend: Switch to transparent svg
(154be51) -
Change name to beta barrel
(b6a1516) -
frontend: Remove uniprot accession link
(12b15da) -
Change theme to blue based
(ca76161)
v1.1.0 (2024-11-11)
v1.0.10 (2024-11-11)
Build System
- Remove erroneous network name
(b54c42b)
Features
- Add log-level
(c78c125)
v1.0.9 (2024-11-11)
Bug Fixes
-
backend: Move data to root
(53ae367) -
backend: Remove shell wrapping
([3e42296...