by roundabout, Sunday, 31 March 2024, 16:48:05 (1711903685), pushed by roundabout, Wednesday, 31 July 2024, 06:54:43 (1722408883)
Author identity: vlad <vlad.muntoiu@gmail.com>
1aea69af8044d077f2f5197361f85c07b4f6e77f
app.py
@@ -1,4 +1,4 @@
__version__ = "0.1.0"
__version__ = "0.1.1"
import os
import shutil
doc/changelog/0.1.1 (2024-03-31).md
@@ -0,0 +1,17 @@
Changelog for version 0.1.1
===========================
This version is mainly a patch release. It also adds a few small features.
New features in this release
----------------------------
* Markdown now features support for ordered lists and setext headers.
* `requirements.txt` was added for easier installation.
Fixed bugs in this release
--------------------------
* When receiving multiple commits at once, they are added to the database in
reverse order, matching the order of authoring.
* Markdown lists should now be parsed correctly, even indented.