Skip to content

Commit

Permalink
build: release 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
poirierlouis committed Oct 2, 2024
1 parent 56cf1ca commit 12bf78c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,16 @@ The format is based on [Keep a Changelog], and this project adheres to
[Semantic Versioning].

## [Unreleased]

------------------------

## [0.5.1] - 2024-10-02
### Removed
- hovering a property will no longer scroll to its offset in `MEMORY` view.

### Changed
- improve performance with well implemented `onUpdate` / `onDraw` callbacks.
- cap GUI rendering to 30 fps.

------------------------

Expand Down Expand Up @@ -92,7 +100,8 @@ The format is based on [Keep a Changelog], and this project adheres to
[RedHotTools]: https://github.com/psiberx/cp2077-red-hot-tools

<!-- Table of releases -->
[Unreleased]: https://github.com/rayshader/cp2077-red-memorydump/compare/v0.5.0...HEAD
[Unreleased]: https://github.com/rayshader/cp2077-red-memorydump/compare/v0.5.1...HEAD
[0.5.1]: https://github.com/rayshader/cp2077-red-memorydump/compare/v0.5.0...v0.5.1
[0.5.0]: https://github.com/rayshader/cp2077-red-memorydump/compare/v0.4.1...v0.5.0
[0.4.1]: https://github.com/rayshader/cp2077-red-memorydump/compare/v0.4.0...v0.4.1
[0.4.0]: https://github.com/rayshader/cp2077-red-memorydump/compare/v0.3.0...v0.4.0
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.27)
project(RedMemoryDump VERSION 0.5.0)
project(RedMemoryDump VERSION 0.5.1)

set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED YES)
Expand Down
2 changes: 1 addition & 1 deletion red.config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "RedMemoryDump",
"version": "0.5.0",
"version": "0.5.1",
"licence": true,
"game": "game\\",
"stage": "stage\\",
Expand Down

0 comments on commit 12bf78c

Please sign in to comment.