Skip to content

Commit fd8c61c

Browse files
committed
Update changelog
1 parent 03c71a0 commit fd8c61c

2 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,23 @@ 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.4.0]
8+
## [v0.4.0] - 2025-09-01 - The one with screenshots download
99

1010
### Added
1111

12-
- Configurable sampling interval
12+
- Add Configurable sampling interval
13+
- Add download button for screenshots
14+
- Add plugin `isSupported` function
15+
- Add set config endpoint
16+
- Add server language initial support (needs more changes to fully support other languages than Lua)
1317

1418
### Changed
1519

20+
- Update roadmap
21+
- Refact server utils
22+
- Update Demo App
23+
- Fix bug with cache keys
24+
1625
## [v0.3.0] - 2025-08-29 - The one with global logs
1726

1827
### Added

docs/plugins.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ function FeatherPlugin:handleParamsUpdate(request, feather)
4949
return {}
5050
end
5151

52-
5352
function MyPlugin:finish(feather)
5453
-- Do something with the feather
5554
end

0 commit comments

Comments
 (0)