diff --git a/journal/07-28-2020-majc-0-2-1.gmi b/journal/07-28-2020-majc-0-2-1.gmi new file mode 100644 index 0000000..f467fdc --- /dev/null +++ b/journal/07-28-2020-majc-0-2-1.gmi @@ -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 diff --git a/journal/atom.xml b/journal/atom.xml index 1fbe2cc..4fcd1b5 100644 --- a/journal/atom.xml +++ b/journal/atom.xml @@ -2,7 +2,7 @@ gemini://cetacean.club/journal/ Flight Journal - 2020-07-28T15:01:46.601288+00:00 + 2020-07-28T20:20:28.038074+00:00 Cadey Alicia Ratio cadey@firemail.css @@ -64,4 +64,10 @@ 2020-07-28T15:01:46.601288+00:00 + + gemini://cetacean.club/journal/07-28-2020-majc-0-2-1.gmi + [ANN] majc 0.2.1 + 2020-07-28T20:20:28.038074+00:00 + + diff --git a/journal/index.gmi b/journal/index.gmi index 9790160..806a942 100644 --- a/journal/index.gmi +++ b/journal/index.gmi @@ -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. diff --git a/maj/majc.gmi b/maj/majc.gmi index 8beab75..3ade6a0 100644 --- a/maj/majc.gmi +++ b/maj/majc.gmi @@ -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`: