Releases: codesoap/mycolog
Releases · codesoap/mycolog
v0.3.0
This release mainly improves usability with these changes:
- Filters in the overview are automatically applied (if JavaScript is available); the "Apply filters" button was removed.
- A button for adding yields to existing yields has been added (if JavaScript is available). Users no longer have to manually add the yields of e.g. multiple flushes.
- Buttons for adding new components from an existing component have been added.
- The appearance of the component's details pages has been slightly altered to appear more uniform.
- The name of the application, mycolog, is now always added to the title of the HTML pages.
- A
-headless
flag has been added to avoid automatic opening of the browser.
v0.2.0
- The directory for the database file is now automatically created if missing, see #5.
- It is now possible to create multiple identical components at once.
- Components that were created on the same day are now shown on the same rank in family trees.
- The age filter is only shown for mycelium now, since this is the only type of component where it is useful.
- The amount of transfers since the spores is now shown on the details pages of components.
- Yields of grows can now be tracked in an additional input field (plus a "remark" field) and are shown in the overview.
- Tokens are now more prominent in the UI and component IDs are more hidden.
- It is now possible to mark parents as "gone" directly when creating new components (and active by default for grows).
- Internal fixes on the code (fixed database indexes, fixed error handling, code formatting, updated dependencies).