2020-11-02 08:53:37 +00:00
= Changelog
:toc:
All notable changes to this project will be documented in this file.
The format is based on https://keepachangelog.com/en/1.0.0/[Keep a Changelog],
and this project adheres to https://semver.org/spec/v2.0.0.html[Semantic Versioning].
2020-11-03 17:07:30 +00:00
[appendix]
== Extra notes
* v0.1.1 has been versioned without any changes due to (speculated) GitHub caching with the `go.mod` file affecting the fetching of the Hugo module.
2022-05-09 12:08:12 +00:00
== Unreleased
2023-02-24 13:03:23 +00:00
=== Fixed
- Revert the site layout.
2023-02-24 12:26:33 +00:00
== [0.4.0] - 2023-02-24
=== Added
2023-02-24 10:39:55 +00:00
- Accessibility tags for certain elements in the website (i.e., `<hr>` in non-content).
2023-02-24 12:26:33 +00:00
=== Updated
2023-02-21 06:35:06 +00:00
2023-02-24 12:23:27 +00:00
- Reposition certain components.
This is to (hopefully) fix certain layouts when the article is read in reader mode (in major web browsers such as Chrome and Firefox).
2023-02-21 06:36:27 +00:00
- Spacing between basic elements (i.e., `<p>`).
2023-02-21 06:35:06 +00:00
- Responsive font sizing.
2022-11-22 12:05:31 +00:00
2023-02-24 12:26:33 +00:00
2022-11-28 03:03:44 +00:00
== [0.3.4] - 2022-11-28
=== Fixed
- Fix `<head>` layout.
- Fix permalink for favicons.
2022-11-22 12:05:31 +00:00
== [0.3.3] - 2022-11-22
2022-11-22 12:04:55 +00:00
=== Fixed
- Limit external link styling only to article content boxes.
This is to limit stomping on custom site styles that often customize outside of the content.
- Fix layout on section pages.
- Correct stylesheet appending order.
2022-11-12 05:28:36 +00:00
== [0.3.2] - 2022-11-12
2022-10-24 05:59:10 +00:00
=== Added
2022-10-30 06:29:50 +00:00
* References to favicons with `favicon.png`. footnote:[Somehow, I forgot about that.]
2022-10-24 05:59:10 +00:00
=== Changed
2022-10-30 06:29:50 +00:00
* Make external links styling site-wide.
2022-10-24 05:59:10 +00:00
Now only certain parts should only have the links unstyled.
=== Fixed
2022-10-30 06:29:50 +00:00
* Fixes to Heroicon template.
2022-10-24 05:59:10 +00:00
This should fix a bug involving missing icons.
2022-10-30 06:29:50 +00:00
* Unstyling to internal links.
2022-10-24 05:59:10 +00:00
2022-10-23 16:09:05 +00:00
== [0.3.1] - 2022-10-24
2022-10-23 16:08:28 +00:00
=== Fixed
- Heroicons integration. footnote:[This is what I get for doing things at night. Before sleep.]
2022-10-23 15:50:40 +00:00
== [0.3.0] - 2022-10-23
2022-06-13 09:06:29 +00:00
=== Added
* Indicator for the selected theme in the dropdown menu.
2022-10-23 15:49:59 +00:00
* External link styling.
2022-06-13 09:06:29 +00:00
2022-05-09 12:08:12 +00:00
=== Updated
2022-05-09 12:15:52 +00:00
* Minimum Go runtime version in `go.mod`.
This is more like someone forgot to update it from the previous release but pay no mind for it. footnote:[Since recent Hugo versions require Go v1.16 at minimum, anyways. ;p]
2022-10-23 15:49:15 +00:00
* Update link:https://github.com/foo-dogsquared/hugo-mod-web-feeds[Simple Icons Hugo module] to v7.16.0.
* Update Heroicons to 2.x.x.
2022-06-13 12:44:06 +00:00
2022-05-09 12:08:48 +00:00
* The code block has maximum height for half the height of the viewport (`50vh`).
2022-05-09 12:08:12 +00:00
* More consistent theming for the content text.
2022-05-09 12:11:02 +00:00
* More styling for paged media.
2022-06-13 12:33:16 +00:00
* Cleaner formatting for tables.
2022-05-09 12:08:12 +00:00
2022-05-04 04:42:09 +00:00
== [0.2.0] - 2022-05-04
2020-12-23 10:20:16 +00:00
=== Changed
2022-04-30 07:45:17 +00:00
* Increase the minimum version required to v0.95.0 due to using much of the new features found on the release.
2020-12-23 10:20:16 +00:00
* Clean the layouts.
2021-01-13 16:50:49 +00:00
2020-12-23 10:20:16 +00:00
* Change the style of the horizontal rule with colors.
2022-04-30 07:45:17 +00:00
* The theme button is placed in the site header instead of the top-rightmost side of the viewport.
2022-04-30 07:46:33 +00:00
* Update the link:https://github.com/foo-dogsquared/hugo-mod-simple-icons[Simple Icons module] to v6.19.0.
* Update link:https://heroicons.com/[Heroicons module] to v1.0.6.
2021-01-20 19:16:26 +00:00
* Improve the list template to be more considerable to easy eyeing of the posts.
2021-01-13 16:50:49 +00:00
2022-04-30 07:45:17 +00:00
* Fallback themes are now enforced to be implemented into two themes: one for light and one for dark theme.
2022-05-01 12:39:19 +00:00
This is changed from a single `+_index+` Base16 scheme to `+_{dark,light}+` Base16 scheme.
2022-04-30 07:45:17 +00:00
The Hugo theme also has fallbacks for certain cases.
** If the user gives only one system theme, the Hugo theme will generate the appropriate counterpart theme.
2022-05-01 12:39:19 +00:00
E.g., if there is only `+_dark+`, the Hugo theme will generate the light theme.
2022-04-30 07:45:17 +00:00
** If given neither, fallback themes will be used.
2022-04-30 09:04:04 +00:00
* Replace Travis CI with GitHub workflows.
2020-12-23 10:20:16 +00:00
2021-01-20 23:43:38 +00:00
=== Fixed
* Fix the site authors with its documentation.
* Format the files correctly as specified from the EditorConfig file.
2022-05-01 12:39:19 +00:00
=== Removed
2022-04-29 17:42:08 +00:00
2022-05-01 12:39:19 +00:00
* Setting the default theme with `+./data/more-contentful/themes/_index.{yaml,json,toml}+`.
It has been replaced with setting system themes with `+./data/more-contentful/themes/_{light,dark}.{yaml,json,toml}+`.
2022-04-29 17:42:08 +00:00
2020-12-23 10:20:16 +00:00
2020-11-06 12:32:35 +00:00
== [0.1.3] - 2020-11-06
2020-11-05 05:54:38 +00:00
2020-11-06 10:19:33 +00:00
=== Changed
* All references to `.Date` are changed with `.PublishDate` as it is more reliable.
The `.PublishDate` can be manually set with the `publishdate` frontmatter variable and if unset, it is the assumed to be the `date` variable.
2020-11-06 10:20:16 +00:00
* Link color into `base0C`.
2020-11-06 12:32:35 +00:00
* Update Simple Icons Hugo module.
* Update the original theme Hugo module.
2020-11-06 10:19:33 +00:00
2020-11-05 05:54:38 +00:00
=== Fixed
* Make a few tweaks with CSS.
* Formatting of files.
* Relative files in the contact links are now linked with `absLangURL` which is useful for linking web feeds.
2020-11-03 17:07:30 +00:00
== [0.1.2] - 2020-11-04
=== Fixed
* The page titles inside of `<title>` has been updated similarly to https://gohugo.io/[Hugo's way of titling pages].
* Caching issue for the theme which causes a variety of unexpected behavior to pop up:
** The inability to update the theme stylesheet and the theme button component.
** The incorrect page titles.
2020-11-02 08:53:37 +00:00
== [0.1.0] - 2020-11-02
The initial release.
=== Added
* Easy custom color schemes with https://github.com/chriskempson/base16[Base16 scheme files].
* Social media icons with https://github.com/simple-icons/simple-icons[Simple Icons] with the added setting to set whether it should appear in text or as an icon.
* Icons on the content metadata for easier reading with link:https://heroicons.com/[HeroIcons].
=== Changed
* Port CSS into SCSS now requiring the theme to be used with the extended version.
* Revamp the appearance of the site.
* Update the theme button with multiple theme selection.
Since the theme now supports more than two themes, the https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme[`prefers-color-scheme`] (the automagic color scheme solution) will not be used.
footnote:[Workarounds exist to let automatic and manual color scheme selection work together but it is not worth it for now.]
* The content metadata in the single content format.
** Move to the bottom of the content to make more room for other metadata and to make the content more above-the-fold.
Incidentally, this makes the theme more suitable for personal blogs (which is fine to me).
** With the metadata has been moved, it is now replaced with the same metadata section as seen from the list template.
* Improve conditional display of the table of content.
* Change "Back to home" with a link bringing to the top of the page instead.