From 73bc27e68b065777b523bc5c96ab9cc035b5d443 Mon Sep 17 00:00:00 2001 From: tajmone Date: Sun, 25 Feb 2024 03:53:32 +0100 Subject: [PATCH] Release v0.1.4 * Update version badges of package and ST in main README. * Add package message for release v0.1.4. * Update package version in documentation. --- README.md | 4 ++-- docs-src/index.asciidoc | 4 ++-- docs/index.html | 6 +++--- messages.json | 1 + messages/0.1.4.md | 35 +++++++++++++++++++++++++++++++++++ 5 files changed, 43 insertions(+), 7 deletions(-) create mode 100644 messages/0.1.4.md diff --git a/README.md b/README.md index 7d527e0..6f3a370 100644 --- a/README.md +++ b/README.md @@ -346,10 +346,10 @@ THE SOFTWARE. -[Package badge]: https://img.shields.io/badge/version-0.1.3-orange "ST4-Asciidoctor is currently in Alpha stage" +[Package badge]: https://img.shields.io/badge/version-0.1.4-orange "ST4-Asciidoctor is currently in Alpha stage" [Travis badge]: https://app.travis-ci.com/tajmone/ST4-Asciidoctor.svg?branch=master "Travis CI: EditorConfig validation status" [Travis link]: https://app.travis-ci.com/github/tajmone/ST4-Asciidoctor -[ST badge]: https://img.shields.io/badge/Sublime_Text-4168-yellow?logo=sublime-text&logoColor=FF9800 "Sublime Text version used in development (click to visit download page)" +[ST badge]: https://img.shields.io/badge/Sublime_Text-4172-yellow?logo=sublime-text&logoColor=FF9800 "Sublime Text version used in development (click to visit download page)" [ST link]: https://www.sublimetext.com/download [License badge]: https://img.shields.io/badge/License-MIT-blue diff --git a/docs-src/index.asciidoc b/docs-src/index.asciidoc index 7b60f62..f626bd7 100644 --- a/docs-src/index.asciidoc +++ b/docs-src/index.asciidoc @@ -1,8 +1,8 @@ = ST4-Asciidoctor User Guide :author: Tristano Ajmone :email: -:revdate: 2024-02-04 -:revnumber: 0.1.3 +:revdate: 2024-02-25 +:revnumber: 0.1.4 :revremark: Alpha :version-label: v :lang: en diff --git a/docs/index.html b/docs/index.html index ec2bacc..8916be4 100644 --- a/docs/index.html +++ b/docs/index.html @@ -441,8 +441,8 @@

ST4-Asciidoctor User Guide

Tristano Ajmone

-v 0.1.3, -2024-02-04 +v 0.1.4, +2024-02-25
Alpha
@@ -1511,7 +1511,7 @@

diff --git a/messages.json b/messages.json index 9702e1b..924a8f3 100644 --- a/messages.json +++ b/messages.json @@ -3,4 +3,5 @@ "0.1.1": "messages/0.1.1.md", "0.1.2": "messages/0.1.2.md", "0.1.3": "messages/0.1.3.md" + "0.1.4": "messages/0.1.4.md" } diff --git a/messages/0.1.4.md b/messages/0.1.4.md new file mode 100644 index 0000000..da7aae7 --- /dev/null +++ b/messages/0.1.4.md @@ -0,0 +1,35 @@ +ST4-Asciidoctor v0.1.4 +====================== + +Changes to the package... + + +Improved Color Scheme +--------------------- + +The package's native "AsciiDoc Dark" color scheme has been revamped and +polished: improved color palette, better coverage of syntax elements. + +> **IMPORTANT** — The package no no longer enforces the scheme by default, +> since some users reported problems due to what seems a bug in Sublime Text +> cache. So you'll have to enable the color scheme for the AsciiDoc syntax +> manually to keep using it. + + +Syntax Support for Preprocessor Directives +------------------------------------------ + +Now the syntax handles preprocessor directives (`include::` and the +conditionals `ifdef::`, `ifndef::`, `ifeval::::` and `endif::`). + +Although there's still some work to be done to cover the full range of +supported parameters, the syntax already does a decent job at scoping these +directives and their core elements. + + +Acknowledgments +--------------- + +Thanks to @polyglot-jones for contributing to this new release — although I'm +afraid that due to some history rewrite operations on the development branch, +some of his commits ended up being attributed to me (sorry for that).