Mortimer v0.4.2
Pre-release
Pre-release
Mortimer v0.4.2
Bugfixes
- Fixed a bug introduced in v0.4.1, which led to a problem with new experiments. Their experiment ID did not get saved at the right time, which caused trouble with data export.
Smaller changes
- Mortimer now displays its own version number and the alfred version currently running on the server.
Mortimer v0.4.1
Bugfixes
- Fixed a bug in
alfredo.py
that caused trouble for videos implemented viaalfred.element.WebVideoElement
in Safari (wouldn't play at all) and Chrome (forward/backward wouldn't work)
Mortimer v0.4-beta
Breaking changes
- Separation of web and local experiments. Web experiments hosted via mortimer and local experiments now save their data into different collections in the Alfred database (
web
andlocal
). This means that you can be completely sure that your web and local experiments don't interfere. exp_id
for local experiments. You need to specify a uniqueexp_id
in the section[metadata]
of yourconfig.conf
to be sure that you can retrieve your data from local experiments. Thankfully, Mortimer will always give you a new unique ID on its home page and on the page for local experiment creation.
New user interface
- Fully reworked user interface. The new interface should be quite self-explanatory. Feel free to explore!
New features
- File Management
- You can create directories and subdirectories belonging to your experiment
- You can upload now multiple files at once
- No one but you can access you files
- Configuration. You can now configure your experiment from within Mortimer.
- Experiment Log. You can now view your experiment's log file from within Mortimer.
- Futurize Scripts. You can futurize an old script to help you port it to Alfred v1.0.