diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2025-11-23 09:21:23 -0300 |
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2025-11-23 09:21:23 -0300 |
| commit | 38c2c14c120f1b06ccaec395c350f347f6cfe61e (patch) | |
| tree | bc98be9dbec492b3d8f9f69662b68efd32ceb9ed | |
| parent | ff6bc7a35e4671fa9667d46f6a70a4461df14ceb (diff) | |
| download | bookup-0.5.4.tar.gz bookup-0.5.4.tar.bz2 | |
Bookup 0.5.40.5.4
| -rw-r--r-- | _changelog.yml | 7 | ||||
| -rw-r--r-- | content/notes/00-changelog/changelog.md | 70 |
2 files changed, 40 insertions, 37 deletions
diff --git a/_changelog.yml b/_changelog.yml index 9024941..3ae7fbf 100644 --- a/_changelog.yml +++ b/_changelog.yml @@ -11,13 +11,14 @@ versions: # summary: | - id: 0.5.4 - date_atom: - date_rss: - date_markdown: unreleased + date_atom: 2025-11-23T09:20:00 -0300 + date_rss: 23 Nov 2025 09:20:00 -0300 + date_markdown: 2025-11-23 summary: | * Do not include version in feeds if the dates are empty. * Fix changelog entries. * Merge changelog entries in a single source file. + * Make sure `changelog.md` is converted as Markdown. - id: 0.5.3 date_atom: 2025-11-22T23:12:00-03:00 diff --git a/content/notes/00-changelog/changelog.md b/content/notes/00-changelog/changelog.md index a63c684..42deb6e 100644 --- a/content/notes/00-changelog/changelog.md +++ b/content/notes/00-changelog/changelog.md @@ -5,15 +5,16 @@ This section can be used to register changes in the text versions. -## Version 0.5.4 - unreleased {.unnumbered} +## Version 0.5.4 - 2025-11-23 {.unnumbered} * Do not include version in feeds if the dates are empty. * Fix changelog entries. * Merge changelog entries in a single source file. +* Make sure `changelog.md` is converted as Markdown. ## Version 0.5.3 - 2025-11-22 {.unnumbered} -* Rename _changes.yml as _changelog.yml. +* Rename `_changes.yml` as `_changelog.yml`. ## Version 0.5.2 - 2025-11-22 {.unnumbered} @@ -28,18 +29,18 @@ This section can be used to register changes in the text versions. * Changelog improvements: * Considered to build the recent changes section through a - snippets/changes.md file. This was partially implemented, but + `snippets/changes.md` file. This was partially implemented, but commented. Then moved in favor of a YAML file, documented below. - * Build the recent changes using a snippets/changes.yml or just - _changes.yml that gets compilet into a snippets/changes.md and - into RSS and Atom files that goes in the build. Adapted from + * Build the recent changes using a `snippets/changes.yml` or just + `_changes.yml` that gets compiled into a `snippets/changes.md` + and into RSS and Atom files that goes in the build. Adapted from example available at https://recursewithless.net/projects/pandoc-feeds.html * Added RSS/Atom feed support, adapted from recipe available at https://recursewithless.net/projects/pandoc-feeds.html. - * Add RSS/Atom rel elements in the HTML head. + * Add RSS/Atom `rel` elements in the HTML head. * Validate the generated feeds (RSS and Atom). - * Add a regular link like “Follow updates in this book”. + * Add a regular link like "Follow updates in this book". * Document the feature. ## Version 0.4.1 - 2025-11-20 {.unnumbered} @@ -65,32 +66,32 @@ This section can be used to register changes in the text versions. ## Version 0.3.0 - 2025-11-18 {.unnumbered} * Citation: - * How to cite, by using ~~@projectName~~ an example in the HTML + * How to cite, by using ~~`@projectName`~~ an example in the HTML frontmatter. ## Version 0.2.5 - 2025-01-18 {.unnumbered} -* Fix lookup for js folder for notes when the book is built under - build/book (then search won’t work because build/book/js won’t be - available). +* Fix lookup for `js` folder for notes when the book is built under + `build/book` (then search won't work because `build/book/js` won't + be available). ## Version 0.2.4 - 2024-10-06 {.unnumbered} -* Apply the previous NULL fix to the portuguese template. +* Apply the previous `NULL` fix to the portuguese template. ## Version 0.2.3 - 2024-10-06 {.unnumbered} -* Fix a NULL at the end of TOC in the PDF version. It was inserted at - the TeX source, due to an empty R block. -* Removes the unused biblio-style config. +* Fix a `NULL` at the end of TOC in the PDF version. It was inserted + at the TeX source, due to an empty `R` block. +* Removes the unused `biblio-style` config. ## Version 0.2.2 - 2024-09-29 {.unnumbered} * Display label before the book URL. * Fix publisher metadata information on the PDF output. This required - changing changing the “publisher” metadata from _common.yml to - snippets/publisher.txt. + changing changing the "publisher" metadata from `_common.yml` to + `snippets/publisher.txt`. ## Version 0.2.1 - 2024-09-16 {.unnumbered} @@ -131,12 +132,12 @@ This section can be used to register changes in the text versions. * Make sure the archive folder has some basic links. * Features: * Fine-grained control of lists of tables, figures etc. - * Scaffolding to support a “Recent changes” section in the + * Scaffolding to support a "Recent changes" section in the compiled book. * Documentation: Bookup features, and minor fixes. * Misc: - * Considered to move slides to content/slides, but decided to not - do it for now. + * Considered to move `slides` to `content/slides`, but decided to + not do it for now. ## Version 0.1.3 - 2024-06-10 {.unnumbered} @@ -167,10 +168,10 @@ This section can be used to register changes in the text versions. * Features: * Localization support: - * Detect the lang YAML parameters and use templates from - {templates,structure}/{book,notes}/$lang. - * Compile the _output.yml from a template, setting the - includes from the appropriate language-based structure + * Detect the `lang` YAML parameters and use templates from + `{templates,structure}/{book,notes}/$lang`. + * Compile the `_output.yml` from a template, setting the + `includes` from the appropriate language-based structure files. * Translate documentation to English. @@ -188,7 +189,7 @@ This section can be used to register changes in the text versions. * Add the repository URL into the documentation. * Improvements towards localization. * Issues: - * Add a test folder for quick experiments. + * Add a `test` folder for quick experiments. ## Version 0.0.5 - 2024-06-09 {.unnumbered} @@ -199,14 +200,14 @@ This section can be used to register changes in the text versions. ## Version 0.0.4 - 2024-06-08 {.unnumbered} * Fixes: - * Use book instead of compiled. - * Use build instead of public. - * Use content/sections instead of content/published. - * List of definitions and etimologies breaks build if they’re - empty (99-end.tex). + * Use `book` instead of `compiled`. + * Use `build` instead of `public`. + * Use `content/sections` instead of `content/published`. + * List of definitions and etimologies breaks build if they're + empty (`99-end.tex`). * Misc: * Considered to setup a testbed for quickly trying things. But - decided that’s not needed for now, as it’s possible to simply + decided that's not needed for now, as it's possible to simply try on this repository directly. ## Version 0.0.3 - 2024-06-08 {.unnumbered} @@ -224,7 +225,8 @@ This section can be used to register changes in the text versions. * Features: * Package a Bookdown-based publishing solution in a project named - bookup (“a bookdown-based publishing solution”) or similar, to + `bookup` ("a bookdown-based publishing solution") or similar, to ease book editing and authorship. - * Use the repository ensaios as base. + * Use the repository [ensaios](https://ensaios.fluxo.info) as + base. * Create a basic documentation. |
