2023-10-08 18:53:19 +02:00
|
|
|
# Changelog
|
|
|
|
|
2023-10-16 18:04:08 +02:00
|
|
|
## 2.0.0
|
2023-10-14 03:20:38 +02:00
|
|
|
|
2023-10-14 05:59:47 +02:00
|
|
|
* Removed content folder and moved out the Fedipage site into a separate repo.
|
2023-10-14 05:26:49 +02:00
|
|
|
This should make it easier for people who use this site to update from the
|
|
|
|
upstream here without needing to worry about conflicts due to content.
|
2023-10-14 05:59:47 +02:00
|
|
|
* Fixed links at the bottom of posts that direct people to the gitlab page for
|
|
|
|
the post.
|
2023-10-15 18:55:32 +02:00
|
|
|
* Card shortcodes no longer need to be linkable. By leaving the url argument as
|
|
|
|
an empty string it will not render as a clickable link.
|
2023-10-15 19:58:57 +02:00
|
|
|
* Fixed microblog submenu so it no longer extends past bottom of the page.
|
2023-10-16 03:59:00 +02:00
|
|
|
* Made `/layout/top_list_generic` site generic, it no longer mentions Fedipage.
|
|
|
|
* Made the `/layout/menu/html` dynamic so now there is no need to edit it when
|
|
|
|
you customize sections.
|
2023-10-16 18:04:08 +02:00
|
|
|
* Created type `page` and moved `/content/_index.md` to be that type. This
|
|
|
|
breaks backwards compatibility therefore we must bump major version
|
|
|
|
according to semantic versioning.
|
2023-10-16 18:57:52 +02:00
|
|
|
* Minor improvement to CSS so `page` types dont get clipped by the menu header.
|
|
|
|
* Added a container shortcode for use on `page` types to get left and right
|
|
|
|
margins.
|
2023-10-16 19:26:55 +02:00
|
|
|
* Adding new sections is now almost completely dynamic and requires much less
|
|
|
|
modification of code. See updated `README.me`.
|
2023-10-17 02:45:37 +02:00
|
|
|
* Added MathJax support for rendering Latex and math.
|
2023-10-17 01:37:15 +02:00
|
|
|
* Added support for PseudocodeJS for rendering beautiful, standard, pseudocode.
|
2023-10-17 04:04:31 +02:00
|
|
|
* Table of contents will now render if frontmatter `toc` is set to `true`.
|
2023-10-17 04:54:49 +02:00
|
|
|
* Fixed a bug where backslashes in the summary of a post could break ActivityPub
|
|
|
|
JSON endpoints.
|
2023-10-14 05:26:49 +02:00
|
|
|
|
2023-10-13 23:49:42 +02:00
|
|
|
## 1.1.0
|
2023-10-11 18:42:06 +02:00
|
|
|
|
2023-10-14 02:11:05 +02:00
|
|
|
* Added the ability for Mastodon instances to find the associated post when
|
|
|
|
searching for the link in the search bar.
|
2023-10-11 19:42:19 +02:00
|
|
|
* Fixed bad id in `/followers` ActivityPub endpoint.
|
2023-10-12 19:14:44 +02:00
|
|
|
* Created activity and status pages for each page independent from the outbox.
|
2023-10-14 02:11:05 +02:00
|
|
|
* Added header link alternates specifying the dual mime type of pages.
|
2023-10-13 23:35:00 +02:00
|
|
|
* In the comment section for a page if a user doesnt have a profile picture
|
|
|
|
setup it will now default to a generic avatar rather than render text.
|
2023-10-13 23:45:05 +02:00
|
|
|
* Removed image alt text when rendering page comments. If an image profile link
|
2023-10-14 03:09:19 +02:00
|
|
|
was broken the rendered text would not look right.
|
2023-10-14 02:01:49 +02:00
|
|
|
* The `activity` and `status` endpoints, when called with no extension, now
|
|
|
|
return the correct `content-type` in header.
|
2023-10-14 02:58:38 +02:00
|
|
|
* Fixed a bug where notifications of newly created posts would get resent
|
|
|
|
periodically.
|
2023-10-14 03:04:12 +02:00
|
|
|
* Now uses publication date set in post frontmatter when available otherwise
|
|
|
|
will set the current date when sent out to followers.
|
2023-10-11 19:42:19 +02:00
|
|
|
|
2023-10-11 18:26:31 +02:00
|
|
|
## 1.0.1
|
|
|
|
|
2023-10-14 01:11:19 +02:00
|
|
|
* Summary text in ActivityPub Posts did not properly render new lines and other
|
2023-10-11 18:34:39 +02:00
|
|
|
formatting. It should now render most basic formatting properly.
|
|
|
|
|
2023-10-11 18:08:06 +02:00
|
|
|
## 1.0.0
|
2023-10-08 18:53:19 +02:00
|
|
|
|
|
|
|
* Initial release
|