Skip to content

Commit

Permalink
Release v0.1.4
Browse files Browse the repository at this point in the history
* Update version badges of package and ST in main README.
* Add package message for release v0.1.4.
* Update package version in documentation.
  • Loading branch information
tajmone committed Feb 25, 2024
1 parent 1fe9a78 commit 73bc27e
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -346,10 +346,10 @@ THE SOFTWARE.

<!-- badges -->

[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

Expand Down
4 changes: 2 additions & 2 deletions docs-src/index.asciidoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
= ST4-Asciidoctor User Guide
:author: Tristano Ajmone
:email: <tajmone@gmail.com>
:revdate: 2024-02-04
:revnumber: 0.1.3
:revdate: 2024-02-25
:revnumber: 0.1.4
:revremark: Alpha
:version-label: v
:lang: en
Expand Down
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -441,8 +441,8 @@ <h1>ST4-Asciidoctor User Guide</h1>
<div class="details">
<span id="author" class="author">Tristano Ajmone</span><br>
<span id="email" class="email">&lt;<a href="mailto:tajmone@gmail.com">tajmone@gmail.com</a>&gt;</span><br>
<span id="revnumber">v 0.1.3,</span>
<span id="revdate">2024-02-04</span>
<span id="revnumber">v 0.1.4,</span>
<span id="revdate">2024-02-25</span>
<br><span id="revremark">Alpha</span>
</div>
<div id="toc" class="toc2">
Expand Down Expand Up @@ -1511,7 +1511,7 @@ <h2 id="asciidoc_specific_color_schemes"><a class="anchor" href="#asciidoc_speci
</div>
<div id="footer">
<div id="footer-text">
v 0.1.3<br>
v 0.1.4<br>
</div>
</div>
</body>
Expand Down
1 change: 1 addition & 0 deletions messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
35 changes: 35 additions & 0 deletions messages/0.1.4.md
Original file line number Diff line number Diff line change
@@ -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).

0 comments on commit 73bc27e

Please sign in to comment.