majc 0.2.1

This commit is contained in:
Cadey Ratio 2020-07-28 20:21:32 +00:00
parent cef85339f8
commit 85836fecd9
4 changed files with 26 additions and 2 deletions

View File

@ -0,0 +1,17 @@
# [ANN] majc 0.2.1
A parsing bug has been found in majc 0.2.0. Specifically when parsing pages that include a comment in a preformatted text block, majc's parser could accidentally eat the entire document and only render the contents of that preformatted text block. For an example of this, see the source of gemlog.blue[1].
=> gemini://gemlog.blue [1] gemlog.blue
A fix has been made and this behavior should never happen again. If you find other cases where this kind of unexpected eating the document thing happens, please contact me and I will fix it as soon as I am able to.
You can download majc 0.2.1 from greedo[2].
Be well.
=> https://xena.greedo.xeserv.us/pkg/maj/majc_0.2.1_amd64.deb [2] majc_0.2.1_amd64.deb
---
=> . Go back

View File

@ -2,7 +2,7 @@
<feed xmlns="http://www.w3.org/2005/Atom">
<id>gemini://cetacean.club/journal/</id>
<title>Flight Journal</title>
<updated>2020-07-28T15:01:46.601288+00:00</updated>
<updated>2020-07-28T20:20:28.038074+00:00</updated>
<author>
<name>Cadey Alicia Ratio</name>
<email>cadey@firemail.css</email>
@ -64,4 +64,10 @@
<updated>2020-07-28T15:01:46.601288+00:00</updated>
<link href="gemini://cetacean.club/journal/07-28-2020-dreams-favicons-more.gmi" rel="alternate"/>
</entry>
<entry>
<id>gemini://cetacean.club/journal/07-28-2020-majc-0-2-1.gmi</id>
<title>[ANN] majc 0.2.1</title>
<updated>2020-07-28T20:20:28.038074+00:00</updated>
<link href="gemini://cetacean.club/journal/07-28-2020-majc-0-2-1.gmi" rel="alternate"/>
</entry>
</feed>

View File

@ -10,6 +10,7 @@ These logs will contain thoughts, feelings, major events in my life and other su
=> 07-27-2020-6e-notes.gmi 7/27/2020 - 6E Notes
=> 07-27-2020-majc-0-2-0.gmi 7/27/2020 - [ANN] majc 0.2.0
=> 07-28-2020-dreams-favicons-more.gmi 7/28/2020 - Favicon, Weird Dreams and More
=> 07-28-2020-majc-0-2-1.gmi 7/28/2020 - [ANN] majc 0.2.1
## Stories
Occasionally I write little stories that are not really connected to anything. I have not really had a good place to publish these in the past. This place seems as good as any.

View File

@ -16,7 +16,7 @@ The main homepage for majc is on tulpa.dev:
## Installation
majc can be installed on amd64 linux with this .deb file:
=> https://xena.greedo.xeserv.us/pkg/maj/majc_0.2.0_amd64.deb majc_0.2.0_amd64.deb
=> https://xena.greedo.xeserv.us/pkg/maj/majc_0.2.1_amd64.deb majc_0.2.1_amd64.deb
Then you can run it with `majc`: