2021-08-17 00:55:25 +00:00
# Changelog
All notable changes to Congo will be documented in this file.
2021-08-18 06:01:53 +00:00
Things that need attention when upgrading from a prior version are marked ⚠️.
2021-08-18 04:35:54 +00:00
2021-08-18 02:54:18 +00:00
The format is based on [Keep a Changelog ](https://keepachangelog.com/en/1.0.0/ ), and this project adheres to [Semantic Versioning ](https://semver.org/spec/v2.0.0.html ).
2021-08-17 00:55:25 +00:00
---
2021-08-19 03:00:59 +00:00
## [1.1.1] - 2020-08-19
### Fixed
- Hotfix for exampleSite and GitHub configuration
2021-08-18 08:03:59 +00:00
## [1.1.0] - 2020-08-18
2021-08-17 01:03:22 +00:00
2021-08-17 06:48:08 +00:00
### Added
2021-08-18 00:08:06 +00:00
- Breadcrumbs
2021-08-17 06:48:08 +00:00
- i18n support
2021-08-18 04:35:54 +00:00
- Recent articles partial
2021-08-18 02:54:18 +00:00
- CSS transitions
2021-08-18 06:01:53 +00:00
- Hugo module support
2021-08-18 07:06:14 +00:00
- JSON-LD structured metadata
2021-08-17 06:48:08 +00:00
2021-08-17 05:35:04 +00:00
### Changed
2021-08-18 06:01:53 +00:00
- ⚠️ Renamed parameter: `homepage.showList` -> `homepage.showRecent`
2021-08-18 07:06:14 +00:00
- ⚠️ Renamed parameter: `homepage.listSections` -> `mainSections`
2021-08-18 06:01:53 +00:00
- ⚠️ Consolidated author configuration parameters into `config.toml`
2021-08-18 02:54:18 +00:00
- General style tweaks to enhance design consistency
2021-08-17 05:35:04 +00:00
2021-08-17 01:03:22 +00:00
### Fixed
2021-08-17 06:48:08 +00:00
- URLs being incorrect in some cases when the site is deployed in a subfolder
2021-08-17 01:03:22 +00:00
2021-08-17 00:55:25 +00:00
## [1.0.0] - 2020-08-16
### Initial release 🎉
- Built with Tailwind CSS JIT for minified stylesheets without any excess code
- Fully responsive layout
- Dark mode (auto-switching based upon browser)
- Highly customisable configuration
- Multiple homepage layouts
- Flexible with any content types, taxonomies and menus
- Ability to link to posts on third-party websites
- Diagrams and visualisations using Mermaid JS
- SVG icons from FontAwesome 5
- Heading anchors, Buttons, Badges and more
- HTML and Emoji support in articles
- SEO friendly with links for sharing to social media
- RSS feeds
- Fathom Analytics and Google Analytics support
- Favicons support
- Comments support
- Advanced customisation using simple Tailwind colour definitions and styles
- Fully documented
2021-08-19 03:00:59 +00:00
[unreleased]: https://github.com/jpanther/congo/compare/v1.1.1...HEAD
[1.1.1]: https://github.com/jpanther/congo/compare/v1.1.0...v1.1.1
2021-08-18 23:36:00 +00:00
[1.1.0]: https://github.com/jpanther/congo/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/jpanther/congo/releases/tag/v1.0.0