Skip to content

Latest commit

 

History

History
132 lines (65 loc) · 7.7 KB

CHANGELOG.md

File metadata and controls

132 lines (65 loc) · 7.7 KB

Changelog

1.4.1 (2024-08-23)

Bug Fixes

  • 🐛 cleanup error (433ca02)
  • 📝 always use specific version for DOI link (#42) (48ef388)

1.4.0 (2024-06-30)

Features

Bug Fixes

1.3.1 (2024-06-10)

Bug Fixes

  • 🐛 add a timeout context to the render function (#37) (1e86642)

Performance Improvements

  • ⚡ use points for large lists and refactor methods (#35) (abc4ebe)

1.3.0 (2024-05-21)

Features

Performance Improvements

  • ⚡ increase perf of counts and remove connection to prevent locking (#30) (cbbefb9)

1.2.2 (2024-05-11)

Bug Fixes

  • 🚑 reduce rows to prevent errors (#28) (95044a5)

1.2.1 (2024-05-11)

Bug Fixes

  • 🐛 remove gzip and fix nil errors (#26) (bcaaead)

1.2.0 (2024-05-11)

Features

  • ✨ add more info to about page (#19) (cf18c3e)
  • ✨ change synonyms logic to default to no synonyms (#23) (cc0dea8)
  • ✨ added new button to download result as csv and added a cache buster to assets (#25) (df309fb)
  • 📝 add note about Preserved Specimen (#21) (e1271be)

1.1.0 (2024-03-16)

Features

Bug Fixes

  • 🐛 add missing readme to container (#10) (916d2b8)
  • 🐛 fix missing space for query (#11) (fec0940)
  • 🐛 more safety checks before insert (#18) (5e3f31f)
  • 🐛 stop reload full page on checkbox (#6) (1f273c5)

Performance Improvements

  • ⚡ increase scheduler frequency (#8) (3642e51)

Reverts

1.0.0 (2024-02-28)

⚠ BREAKING CHANGES

  • Release prototype (#4)

Features

Bug Fixes

  • 🐛 add certs to deployment for fetching (e7074a2)

Miscellaneous Chores

0.0.1 (2024-02-26)

Features

Bug Fixes