Lisien version 0.21 with bookmarks
This release adds bookmarks that can be used sort of like save files. They're just points in time that have been assigned names, with the added convenience that you can call the engine's .bookmark('name')
method to add a bookmark, and then call it just the same way to travel back to the same time as the first call with that name.
Databases in this version are incompatible with the previous due to removed features. At one point, I was going to support multigraphs in Lisien, but not anymore.
As ever, get Lisien on itch, or in your Python interpreter with:
python -m pip install --upgrade lisien elide
Comments
The first three 0.21 series releases had various problems working on Android that have been fixed.