Skip to content

Commit

Permalink
Port to Godot 4.2 and bump to stable plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
HolonProduction committed Dec 18, 2023
1 parent e5a02e8 commit cfc914c
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions addons/kanban_tasks/icon.svg.import
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ type="CompressedTexture2D"
uid="uid://bc22jf62qsikb"
path="res://.godot/imported/icon.svg-055e2d1e864a196c183290847b905009.ctex"
metadata={
"editor_dark_theme": true,
"editor_scale": 1.25,
"has_editor_variant": true,
"vram_texture": false
}
Expand Down
2 changes: 1 addition & 1 deletion addons/kanban_tasks/plugin.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
name="Kanban Tasks - Todo Manager"
description="Another kanban board plugin for the godot engine."
author="HolonProduction"
version="2.0.beta3"
version="2.0"
script="plugin.gd"
2 changes: 1 addition & 1 deletion project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ run/main_scene="res://ui/ui.tscn"
config/use_custom_user_dir=true
config/custom_user_dir_name="kanban_tasks_todo_manager"
config/auto_accept_quit=false
config/features=PackedStringArray("4.1")
config/features=PackedStringArray("4.2")
run/low_processor_mode=true
config/icon="res://icon.svg"

Expand Down
2 changes: 1 addition & 1 deletion standalone_plugin/standalone/undo_redo_manager.gd
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ enum {

var __undo_redo: UndoRedo = UndoRedo.new()
# Default value for all varargs. Indicates, that no value was passed.
var __undefined: Object = Object()
var __undefined: Object = Object.new()

var __is_committing: bool = false

Expand Down
Binary file modified themes/default_theme.res
Binary file not shown.

0 comments on commit cfc914c

Please sign in to comment.