Update CHANGELOG and README

This commit is contained in:
Daniel Winning 2025-04-17 19:34:12 +01:00
parent a311a628d5
commit 6da0cebe94
2 changed files with 14 additions and 6 deletions

View file

@ -5,9 +5,17 @@ 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.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.0.0] - 2025-04-11
## [1.1.0] - 2025-04-17
### Added
- Add versioning
- Add setup instructions for local development
- Add badges
- Added Fontawesome icons to menu items
- Added new `isHomepage` TypeScript method for later use
- Added introduction text to the Home Page
### Changed
- Changed utility classes to include `!important` tag in order to correctly override default Forgejo styling
## [1.0.0] - 2025-04-11
### Added
- Added versioning
- Added setup instructions for local development
- Added badges

View file

@ -2,7 +2,7 @@
<div>
<!-- Version Badge -->
<img src="https://img.shields.io/badge/Version-1.0.0-blue" alt="Version 1.0.0">
<img src="https://img.shields.io/badge/Version-1.1.0-blue" alt="Version 1.1.0">
<!-- License Badge -->
<img src="https://img.shields.io/badge/License-GPL--3.0--or--later-34ad9b" alt="License GPL--3.0--or--later">
</div>