Skip to content

Commit fd9b395

Browse files
committed
update changelog
1 parent f09dd1d commit fd9b395

2 files changed

Lines changed: 19 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,24 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [v0.2.0] - Unreleased
8+
## [v0.2.0] - 2025-08-17 - The one with the plugin system and dark mode support
99

1010
### Added
1111

12-
### Changed
13-
14-
### Removed
12+
- Add dark mode support
13+
- Add settings page:
14+
- custom port
15+
- custom URL
16+
- custom editor deeplinking
17+
- default settings
18+
- Add about page:
19+
- download feather rock file for the version you are using
20+
- add mismatch version notification
21+
- Add basic plugin support
22+
- Add plugin documentation
23+
- Add optional plugins:
24+
- [signal](https://hump.readthedocs.io/en/latest/signal.html)
25+
- [lua-state-machine](https://github.com/kyleconroy/lua-state-machine)
1526

1627
## [v0.1.3] - 2025-08-16 - The one with the deep linking fix
1728

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,10 @@ Feather will automatically capture and log errors in real-time. You can also man
155155

156156
Feather comes with a plugin system that allows you to extend its functionality with custom data inspectors. Check out the [Feather Plugins](docs/plugins.md) repository for more information.
157157

158+
## Recommendations
159+
160+
- [OverlayStats](https://github.com/Oval-Tutu/bootstrap-love2d-project/blob/main/game/lib/overlayStats.lua) by [Oval-Tutu](https://github.com/Oval-Tutu) is a great way to visualize your game's performance in real-time on the game, the performance plugin is inspired by it.
161+
158162
## 📜 License
159163

160164
Feel free to use and remix this project for personal, educational, or non-commercial fun.

0 commit comments

Comments
 (0)