Skip to content

Commit 0bce76d

Browse files
committed
update CHANGELOG.md
1 parent 4e1eba9 commit 0bce76d

1 file changed

Lines changed: 29 additions & 20 deletions

File tree

CHANGELOG.md

Lines changed: 29 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,29 @@
1-
# Changelog
2-
3-
All notable changes to this project will be documented in this file.
4-
5-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7-
8-
## [1.0.0] - 2025-09-04
9-
10-
### Added
11-
- Initial release of KeyDot.
12-
- Support for key extraction from Windows 64-bit PE files.
13-
- Support for key extraction from WebAssembly (.wasm) files.
14-
- Command-line options for debug logging (`--debug`) and timers (`--timers`).
15-
16-
## [1.0.1] - 2025-09-27
17-
18-
### Fixed
19-
- RIP-relative load functions
20-
- updated scanning for MOV/LEA instructions
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [1.0.0] - 2025-09-04
9+
10+
### Added
11+
- Initial release of KeyDot.
12+
- Support for key extraction from Windows 64-bit PE files.
13+
- Support for key extraction from WebAssembly (.wasm) files.
14+
- Command-line options for debug logging (`--debug`) and timers (`--timers`).
15+
16+
## [1.0.1] - 2025-09-27
17+
18+
### Fixed
19+
- RIP-relative load functions
20+
- updated scanning for MOV/LEA instructions
21+
22+
## [1.0.2] - 2026-01-12
23+
24+
### Added
25+
- Support for Godot version 3
26+
27+
### Fixed
28+
- Forward searching for patterns
29+
- add patterns to Godot version search

0 commit comments

Comments
 (0)