Skip to content

Releases: esteinig/brick

0.4.0

10 Feb 02:28
Compare
Choose a tag to compare

New ring for mobile element prediction with geNomad 🔮

Changelog

Features

  • (brick) line and annotation rings for genomad predictions - (3b2c138) - esteinig
  • (app) edit label styles and annotations - (2a59fd4) - esteinig

Docs

  • (readme) update docs for 0.4.0 - (d4717c5) - esteinig

0.3.0

26 Jan 10:40
4159fdb
Compare
Choose a tag to compare

CI/CD for deployment of production web-application ☁️

Changelog

Bug Fixes

  • (ci) test action - (3237260) - esteinig
  • (stack) mod web deployment dev profile - (f58f929) - esteinig
  • (stack) deployment .gitignore and spelling - (e42bfc3) - esteinig
  • (stack) agnostic domain templates - (e054d63) - esteinig
  • (stack) proxied docker compose secrets location - (07cf507) - esteinig
  • (stack) docker web data cleaner - (f49c5d7) - esteinig

Documentation

  • (readme) production reminder, web app restrictions - (8103782) - esteinig
  • (readme) deployment and development - (19b4859) - esteinig
  • (readme) fix etymology section - (0bc1c2a) - esteinig
  • (readme) fix rebuild command - (5c395d4) - esteinig
  • (readme) fix params - (5712a4d) - esteinig
  • (readme) fix styles - (ce0d76b) - esteinig
  • (readme) fix browser address and overview - (119aa4d) - esteinig
  • (readme) local stack deployment and dependencies - (567c75e) - esteinig

Features

  • (ci) ci/cd for production releases - (e600e15) - esteinig

0.2.0

24 Jan 07:54
24a730a
Compare
Choose a tag to compare

Initial release of basic application application stack - a web demo is deployed at https://brick.ink/ 🥳

Notes on data in the web application:

  • File uploads on the server and your session data in the web application are deleted seven days after creation
  • In the meantime, you can navigate away at any time and come back to the session page (unique identifier)
  • You can share your (editable) session with colleagues using the session page URL
  • Download your session data from the application to persist your visualization data

Please note there is currently no guarantee for backwards compatibility until major version release.

Changelog

Features