2021-11-01 10:28:09 +08:00
|
|
|
# Changelog
|
|
|
|
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
|
|
|
|
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).
|
|
|
|
|
|
|
|
## [Unreleased]
|
|
|
|
|
2022-06-17 08:08:14 +08:00
|
|
|
### Added
|
|
|
|
|
2022-06-17 09:56:39 +08:00
|
|
|
- Support for new author `headline` parameter
|
|
|
|
- Automatic author image resizing when image is provided as a Hugo asset
|
2022-06-17 08:08:14 +08:00
|
|
|
- Alt text to author image ([#8](https://github.com/jpanther/lynx/pull/8))
|
2022-06-17 09:26:11 +08:00
|
|
|
- Expanded Emoji support in page titles
|
2022-06-17 08:08:14 +08:00
|
|
|
|
2022-06-17 08:20:22 +08:00
|
|
|
### Changed
|
|
|
|
|
2022-06-17 09:16:04 +08:00
|
|
|
- Upgrade to Tailwind v3.1.3 and Typography v0.5.2
|
2022-06-17 09:07:41 +08:00
|
|
|
- Adjusted contrast of certain text to improve accessibility
|
2022-06-17 09:26:11 +08:00
|
|
|
- All CSS is now bundled into a single file for better performance
|
2022-06-17 08:20:22 +08:00
|
|
|
|
2021-11-06 14:54:59 +08:00
|
|
|
## [1.1.0] - 2021-11-06
|
|
|
|
|
2021-11-01 10:28:09 +08:00
|
|
|
### Added
|
|
|
|
|
2021-11-06 12:51:05 +08:00
|
|
|
- Support for Amazon, Apple, Flickr, Google, Kickstarter, Microsoft, Patreon, Telegram, Tumblr and WhatsApp
|
2021-11-03 08:25:02 +08:00
|
|
|
- Ability to override individual link parameters
|
2021-11-03 08:48:08 +08:00
|
|
|
- Support for basic content pages
|
2021-11-03 06:20:06 +08:00
|
|
|
- French translation ([#2](https://github.com/jpanther/lynx/pull/2))
|
|
|
|
|
2021-11-03 08:54:24 +08:00
|
|
|
### Fixed
|
|
|
|
|
2021-11-03 09:08:15 +08:00
|
|
|
- Typo in GitLab link text
|
2021-11-03 08:54:24 +08:00
|
|
|
- Minor styling issues
|
|
|
|
|
2021-11-03 06:20:06 +08:00
|
|
|
## [1.0.0] - 2021-11-01
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
2021-11-01 10:28:09 +08:00
|
|
|
- Built with Tailwind CSS JIT for minified stylesheets without any excess code
|
|
|
|
- Fully responsive layout
|
|
|
|
- Dark mode (auto-switching based upon browser)
|
|
|
|
- SVG icons from FontAwesome 5
|
|
|
|
- HTML and Emoji support
|
|
|
|
- Fathom Analytics and Google Analytics support
|
|
|
|
- Favicons support
|
2021-11-03 06:20:06 +08:00
|
|
|
|
2021-11-06 14:54:59 +08:00
|
|
|
[unreleased]: https://github.com/jpanther/lynx/compare/v1.1.0...HEAD
|
|
|
|
[1.1.0]: https://github.com/jpanther/lynx/compare/v1.0.0...v1.1.0
|
2021-11-03 06:20:06 +08:00
|
|
|
[1.0.0]: https://github.com/jpanther/lynx/releases/tags/v1.0.0
|