From 9926fba6969bee47d7a3ae8c798613286c6e51a0 Mon Sep 17 00:00:00 2001 From: PaulMansour Date: Mon, 19 Dec 2022 11:17:38 -0700 Subject: [PATCH] Release 0.0.12 --- ReleaseNotes.md | 10 +++++++++- acre.config | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 332630c..f3c687b 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,4 +1,12 @@ -# Abacus Release 0.0.11 +# Abacus Release 0.0.12 +1. Handles lists in markdown +2. Cleanup +3. Thread event handlers +4. Add downloadable font to CSS +5. Fix markdown issue +6. Enhance ComposeRules to handle blank/empty selector + +# Abacus Release 0.0.11 2022-05-04 11:59:24 1. Fix to NewHTMLRenderer function 2. Fix modal form diff --git a/acre.config b/acre.config index a0ef7aa..67ae8a1 100644 --- a/acre.config +++ b/acre.config @@ -14,5 +14,5 @@ "ProjectSpace": "#.Abacus", "StartUp": "", "URL": "https://github.com/the-carlisle-group/Abacus", - "Version": "0.0.11" + "Version": "0.0.12" }