madblog/CHANGELOG.md

90 lines
1.9 KiB
Markdown
Raw Permalink Normal View History

2022-06-14 00:59:25 +02:00
# Changelog
## 0.2.19
2023-05-01 23:18:46 +02:00
- Added `short_feed` configuration flag to permanently disable returning the
full content of the articles in the RSS feed.
2023-04-24 20:00:50 +02:00
## 0.2.16
- Removed `alt` attribute from LaTeX rendered `<img>` tags. It may generate
non-standard Unicode characters that break the RSS feed.
2023-04-16 01:46:18 +02:00
## 0.2.14
- Better support for PWA tags and added a default config-generated `/manifest.json`.
2022-06-14 10:42:34 +02:00
## 0.2.3
- Fix for broken RSS feed URLs when a blog has no pages.
- Propagate the command-line arguments even when the app is launched through uWSGI.
2022-06-14 10:26:58 +02:00
## 0.2.2
- Proper support for PWA (progressive web app) optional logic.
2022-06-14 02:24:36 +02:00
## 0.2.1
- Support for serving a `manifest.json`.
2022-06-14 00:59:25 +02:00
## 0.2.0
- If `img` and `markdown` aren't present under `content_dir` then treat
`content_dir` itself as a root folder for images and pages.
- Improved rendering of articles on smaller screens.
- Support for articles/pages organized in folders.
- Infer the title from the Markdown header or from the file name if it's
not provided in the Markdown metadata.
- Infer published date from the file's creation date if it's not provided
in the Markdown metadata.
## 0.1.12
- Infer the published date from the file creation date if it's not available in
the Markdown metadata.
## 0.1.11
- Fixed `max-width` for article body on large screens.
## 0.1.9
- Fixed `overflow-x` on articles template.
## 0.1.8
2022-01-17 11:23:38 +01:00
- Added rendering of the main article image on the article header.
2022-06-14 00:59:25 +02:00
## 0.1.7
2022-01-14 01:24:28 +01:00
- Added footer to pages.
2022-06-14 00:59:25 +02:00
## 0.1.6
- Support for `/rss?short` URL for short articles description on the RSS feed.
2022-06-14 00:59:25 +02:00
## 0.1.5
2022-01-13 22:45:22 +01:00
- Support for config.logo = false.
2022-06-14 00:59:25 +02:00
## 0.1.4
2022-01-13 21:49:00 +01:00
2022-01-13 22:45:22 +01:00
- Titles of HTML pages now match the configured blog title.
2022-01-13 21:49:00 +01:00
2022-06-14 00:59:25 +02:00
## 0.1.2
- Fixed RSS feed support.
- Added `header` configuration option (the blog header can now be removed).
2022-06-14 00:59:25 +02:00
## 0.1.1
2022-01-12 00:33:40 +01:00
First usable version, with several bug fixes and better documentation.
2022-06-14 00:59:25 +02:00
## 0.1.0
2022-01-12 00:33:40 +01:00
First draft.