lynx/CHANGELOG.md
James Panther 718b0b639e
✏️ Fix typo in GitLab
2021-11-03 12:08:15 +11:00

35 lines
941 B
Markdown

# 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]
### Added
- Ability to override individual link parameters
- Support for basic content pages
- French translation ([#2](https://github.com/jpanther/lynx/pull/2))
### Fixed
- Typo in GitLab link text
- Minor styling issues
## [1.0.0] - 2021-11-01
### Added
- 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
[unreleased]: https://github.com/jpanther/lynx/compare/v1.0.0...HEAD
[1.0.0]: https://github.com/jpanther/lynx/releases/tags/v1.0.0