Skip to content

Commit

Permalink
doc: add CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ark2000 committed Jul 1, 2023
1 parent 5392979 commit 44f61e7
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 2 deletions.
53 changes: 53 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
# Change Log

## [1.5.161] - 2023-07-01

A total refactor of previous version by modularizing the code and adding more features. Now the project is much more readable, maintainable and extensible.

Full documentation is still under construction.

If you have any questions or suggestions, please feel free to post on discussion board or create an issue on github.

Some notable changes are:

### Added

- You can now create and manage expression monitor groups by typing`expression_monitor.open_window()`
- Press the window title to collapse or expand the window.

### Changed

- You can now type `general_settings.open()` to open settings.
- type `interactive_shell.open_launcher()` or `interactive_shell.open_window()` to get interactive shell of different styles.

### Fixed

- Smooth scrolling is now working perfectly.

## [1.4.106] - 2023-05-25

Missing changelog for this version.

## [1.4.85] - 2023-03-07

Missing changelog for this version.

## [1.3.64] - 2023-02-09

Missing changelog for this version.

## [1.3.61] - 2023-02-03

Missing changelog for this version.

## [1.2.32] - 2022-12-30

Missing changelog for this version.

## [1.1.23] - 2022-12-07

Missing changelog for this version.

## [1.0.1] - 2022-11-22

Missing changelog for this version.
2 changes: 1 addition & 1 deletion addons/panku_console/modules/texture_viewer/module.gd
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ func init_module():
)

func add_texture_viewer_window(expr:String):
print("add_texture_viewer_window(%s)"%expr)
#print("add_texture_viewer_window(%s)"%expr)
var texture_viewer := texture_viewer_prefab.instantiate()
texture_viewer.expr = expr
texture_viewer._module = self
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.5.alpha"
version="1.5.161"
script="plugin.gd"

0 comments on commit 44f61e7

Please sign in to comment.