Skip to content

Commit

Permalink
chores: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ark2000 committed Jan 8, 2024
1 parent 616d7ea commit bfaebb5
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Change Log

## [1.7.7] - 2024-01-07

- [x] **Feat: a snake game?**
See dc5d180, d08b9d6
- [x] **Improve: reworked variable tracker to adapt to more complicated scenarios**
See #153
#154
- [x] **Bugfix: uncaptured mouse in FPS games.**
See #147
- [x] **Bugfix: ObjectDB instances leaked at exit.**
See #150
- [x] **Bugfix: `Panku.notify` invalid tween.**
See #139
- [x] **Bugfix: Assigning a key to an expression will trigger immediately.**
See #155
- [x] **Bugfix: Open settings window twice and close then will cause crash**
See #156

## [1.7.0] - 2023-11-16

### Added
Expand Down
2 changes: 1 addition & 1 deletion addons/panku_console/plugin.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
name="PankuConsole"
description="All-in-One Godot Engine runtime debugging tool."
author="Feo (k2kra) Wu"
version="1.7.0"
version="1.7.7"
script="plugin.gd"

0 comments on commit bfaebb5

Please sign in to comment.