Hotfix 0.5.4 Fix exp ID generation and improve summarization log readability
This version includes two changes:
-
fix: fix exp ID generation in summary tree check
-
feat: improve summarization log readability
The first commit fixes the generation of experiment IDs in the summary tree check. It ensures that the IDs are correctly generated and consistent with the titles and sessions. The previous version was causing an error when session where not used in the agenda definition.
The second commit improves the readability of the summarization log. It separates different summarised talks in the log for better clarity.
These changes enhance the functionality and user experience of the software.
What's Changed
- Hotfix: Fix exp ID generation and improve summarization log readability by @bakaburg1 in #13
Full Changelog: v0.5.3...v0.5.4