lynx/CHANGELOG.md

124 lines
3.9 KiB
Markdown
Raw Normal View History

2021-11-01 10:28:09 +08:00
# Changelog
2023-11-27 17:15:26 +08:00
All notable changes to Lynx will be documented in this file. Things that need particular attention when upgrading from a prior version are marked ⚠️.
2021-11-01 10:28:09 +08: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).
## [Unreleased]
2023-11-27 16:48:58 +08:00
### Added
2024-05-01 12:33:11 +08:00
- Support for Blueksy, Spotify and Threads
2023-11-27 16:48:58 +08:00
- Support for X (Twitter) ([#107](https://github.com/jpanther/lynx/pull/107))
2023-11-27 17:15:26 +08:00
### Changed
- ⚠️ Author param block in site config moved to `params.author` to align with recent deprecations in the Hugo project
2024-05-01 12:33:11 +08:00
- Upgrade to Tailwind v3.4.3 ([#138](https://github.com/jpanther/lynx/pull/138))
- Upgrade to Typography v0.5.11 ([#137](https://github.com/jpanther/lynx/pull/137))
2023-11-27 17:15:26 +08:00
2023-09-10 09:02:04 +08:00
## [1.3.1] - 2023-09-10
2023-09-10 08:58:35 +08:00
### Changed
- Upgrade to Tailwind v3.3.3 ([#77](https://github.com/jpanther/lynx/pull/77))
- Upgrade to Typography v0.5.10 ([#90](https://github.com/jpanther/lynx/pull/90))
2023-06-04 09:05:11 +08:00
## [1.3.0] - 2023-06-04
2023-06-04 08:52:32 +08:00
### Added
- Support for Stack Exchange and Stack Overflow ([#52](https://github.com/jpanther/lynx/pull/52))
2023-06-04 08:42:57 +08:00
### Changed
2023-06-04 09:03:45 +08:00
- Updated GitLab icon
2023-06-04 08:42:57 +08:00
- Upgrade to Tailwind v3.3.2 ([#74](https://github.com/jpanther/lynx/pull/74))
### Fixed
- Error building site when using Hugo v0.112.0 or later ([#73](https://github.com/jpanther/lynx/issues/73))
2023-01-18 07:03:13 +08:00
## [1.2.4] - 2023-01-18
2023-01-18 06:51:06 +08:00
### Changed
- Upgrade to Typography v0.5.9 ([#41](https://github.com/jpanther/lynx/pull/41))
2023-01-09 12:12:34 +08:00
## [1.2.3] - 2023-01-09
2023-01-09 12:11:27 +08:00
### Changed
- Updated Mastodon link colour in line with branding changes ([#36](https://github.com/jpanther/lynx/pull/36))
2022-11-22 08:27:14 +08:00
## [1.2.2] - 2022-11-22
2022-09-07 10:57:15 +08:00
### Changed
2022-11-22 08:24:55 +08:00
- Upgrade to Tailwind v3.2.4 ([#30](https://github.com/jpanther/lynx/pull/30))
- Upgrade to Typography v0.5.8 ([#23](https://github.com/jpanther/lynx/pull/23), [#27](https://github.com/jpanther/lynx/pull/27))
2022-09-07 10:57:15 +08:00
2022-08-19 07:19:03 +08:00
## [1.2.1] - 2022-08-19
2022-06-22 11:57:29 +08:00
### Changed
2022-08-19 07:04:15 +08:00
- Upgrade to Tailwind v3.1.8 ([#12](https://github.com/jpanther/lynx/pull/12), [#18](https://github.com/jpanther/lynx/pull/18))
2022-08-19 07:10:47 +08:00
- Upgrade to Typography v0.5.4 ([#16](https://github.com/jpanther/lynx/pull/16))
2022-06-22 11:57:29 +08:00
### Fixed
- Home link not pointing to correct URL when site deployed in a sub-directory
2022-06-17 10:04:53 +08:00
## [1.2.0] - 2022-06-17
2022-06-17 08:08:14 +08:00
### Added
- 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
- Upgrade to Tailwind v3.1.3 and Typography v0.5.2
- 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
- Ability to override individual link parameters
- 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
2023-09-10 09:02:04 +08:00
[Unreleased]: https://github.com/jpanther/lynx/compare/v1.3.1...HEAD
[1.3.1]: https://github.com/jpanther/lynx/compare/v1.3.0...v1.3.1
2023-06-04 09:05:11 +08:00
[1.3.0]: https://github.com/jpanther/lynx/compare/v1.2.4...v1.3.0
2023-01-18 07:03:13 +08:00
[1.2.4]: https://github.com/jpanther/lynx/compare/v1.2.3...v1.2.4
2023-01-09 12:12:34 +08:00
[1.2.3]: https://github.com/jpanther/lynx/compare/v1.2.2...v1.2.3
2022-11-22 08:27:14 +08:00
[1.2.2]: https://github.com/jpanther/lynx/compare/v1.2.1...v1.2.2
2022-08-19 07:19:03 +08:00
[1.2.1]: https://github.com/jpanther/lynx/compare/v1.2.0...v1.2.1
2022-06-17 10:04:53 +08:00
[1.2.0]: https://github.com/jpanther/lynx/compare/v1.1.0...v1.2.0
2021-11-06 14:54:59 +08:00
[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