= 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]. [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. == Unreleased == Updated - Responsive font sizing. == [0.3.4] - 2022-11-28 === Fixed - Fix `
` layout. - Fix permalink for favicons. == [0.3.3] - 2022-11-22 === 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. == [0.3.2] - 2022-11-12 === Added * References to favicons with `favicon.png`. footnote:[Somehow, I forgot about that.] === Changed * Make external links styling site-wide. Now only certain parts should only have the links unstyled. === Fixed * Fixes to Heroicon template. This should fix a bug involving missing icons. * Unstyling to internal links. == [0.3.1] - 2022-10-24 === Fixed - Heroicons integration. footnote:[This is what I get for doing things at night. Before sleep.] == [0.3.0] - 2022-10-23 === Added * Indicator for the selected theme in the dropdown menu. * External link styling. === Updated * 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] * 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. * The code block has maximum height for half the height of the viewport (`50vh`). * More consistent theming for the content text. * More styling for paged media. * Cleaner formatting for tables. == [0.2.0] - 2022-05-04 === Changed * Increase the minimum version required to v0.95.0 due to using much of the new features found on the release. * Clean the layouts. * Change the style of the horizontal rule with colors. * The theme button is placed in the site header instead of the top-rightmost side of the viewport. * 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. * Improve the list template to be more considerable to easy eyeing of the posts. * Fallback themes are now enforced to be implemented into two themes: one for light and one for dark theme. This is changed from a single `+_index+` Base16 scheme to `+_{dark,light}+` Base16 scheme. 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. E.g., if there is only `+_dark+`, the Hugo theme will generate the light theme. ** If given neither, fallback themes will be used. * Replace Travis CI with GitHub workflows. === Fixed * Fix the site authors with its documentation. * Format the files correctly as specified from the EditorConfig file. === Removed * 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}+`. == [0.1.3] - 2020-11-06 === 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. * Link color into `base0C`. * Update Simple Icons Hugo module. * Update the original theme Hugo module. === 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. == [0.1.2] - 2020-11-04 === Fixed * The page titles inside of `