Releases: BelloneLab/MetaMan
Releases · BelloneLab/MetaMan
Release list
MetaMan v0.3.1
What changed
- Added per-level notes in the Browse metadata panels.
- Added metadata import from CSV, TSV, TXT, and JSON files.
- Added project file uploads into
_metaman_uploadswith metadata records. - Fixed server backup destinations so server roots with
rawDatamirror into the correct folder. - Added the app icon to the executable, dist folder, and release package.
- Polished the metadata action labels and refreshed release screenshots.
Validation
python -m pytest: 55 passed.- Built Windows release artifact with
build_release.ps1 -Version v0.3.1.
MetaMan v0.2.0
MetaMan v0.2.0
Highlights
- Added a Staging tab for linked local recordings with manifest-based server sync.
- Added a structure designer and side-panel layout for the reorganizer and recording workflows.
- Fixed main-window integration so the new tabs are reachable, staging entries auto-sync during server backups, and bundled builds can resolve the packaged logo asset.
- Removed tracked Python bytecode from the repository and added repeatable Windows release build files.
Validation
- Offscreen app smoke test passed with the 3.11 source environment.
- Built
dist/MetaMan-v0.2.0-windows.zip. - Verified
dist/MetaMan/MetaMan.exestarts successfully.