Skip to content

Releases: quentincaffeino/godot-console

Release v3.6.0

13 Nov 22:22
Compare
Choose a tag to compare
  • c21cedf chores: bump version to 3.6.0
  • 9d1f9d1 ref: decouple callback to an npm-compatible package and add some simple tests
  • 32932f9 ref: remove set readonly protection on variables
  • faea98b chore(deps): update actions/checkout action to v3 (#93)
  • e43b49a chore(deps): pin dependency gut to 7.3.0 (#92)
  • f2cd4c7 chore(deps): add renovate.json (#91)
  • 180b54b chore: run tests using pnpm instead of makefile
  • d131b8e chore update gitattributes to ignore package and pnpm-lock on export
  • 787025c chore: update gitignore to ignore pnpm installed dependencies
  • 76b1626 chore: remove gut from codebase; use pnpm(npm) as a dependency manager
  • 82a6b92 Merge pull request #84 from ScorpionInc/Fix-a-small-typo
  • 80c9e54 Fix a small typo
  • 7be9f75 Merge pull request #82 from quentincaffeino/all-contributors/add-Braboware
  • 8bdfea8 docs: update .all-contributorsrc [skip ci]
  • cc63329 docs: update README.md [skip ci]
  • 89c7102 Merge pull request #81 from Braboware/patch-1
  • 5866465 Fix misplaced 't' in TYPE_REAL link

Release v3.5.1

24 Dec 15:27
Compare
Choose a tag to compare
  • 0cca18e version bump
  • 74e3b02 Merge branch 'fix/command-parsing-79' into develop
  • 8ba4c13 tests: add simple tests to console line input command parser
  • 00c5ac2 chores: move commands regex splitter to commands parser to allow testing
  • 99464b0 chores: made commands parser static to ease testing
  • 3dd8c6a fix: do not do anything if command is empty
  • 4fddafa chores: default to empty command name
  • 058eba2 fix: command name is also a string so addons assets demo demo-csharp gdscript-docs-maker LICENSE.md logs Makefile README.md is a same valid commad as addons assets demo demo-csharp gdscript-docs-maker LICENSE.md logs Makefile README.md

Release v3.5.0

04 Dec 12:27
Compare
Choose a tag to compare
  • 400fd0c chores: bump version
  • 1574bbc chores: editorconfig: insert newline at the end of the file
  • d656948 ref
  • acd2c38 chores: mark C# wrapper as WIP
  • f5fdcb7 Merge pull request #77 from quentincaffeino/all-contributors/add-ryan-linehan
  • 6655dcd docs: update .all-contributorsrc [skip ci]
  • 59ba5ee docs: update README.md [skip ci]
  • 23779ff Merge branch 'ryan-linehan-csharp_wrapper' into develop
  • ae33a79 ref
  • c8b96c6 feat: add editor config to force same style in the project, used official code style guidelines
  • 0317f2c chores: set main scene for csharp demo project
  • 8041c5f Fixed spaces and tabs mixing. Renamed ConsoleCommand to CommandBuilder
  • 8a9c43e Another small readme change
  • e948bb8 Fixed c# typo in readme again
  • d064582 Modified readme.md
  • 4925e65 Updated demo csharp project to use new class names
  • 85f0b71 Changed csharp-console to the intended structure
  • badc0c9 Fixed typo in readme
  • 850e6f2 Removed ConsoleArgumentType. Changed method param to built in type
  • 32f2188 Modifed regex.gd to use only tabs. Previously tabs and spaces were mixed
  • 06a06ec Added console-csharp folder. Modified plugin.gd
  • d3df374 Missed file from previous commit
  • 8df976f Modified addons to have a symlink
  • c094206 Added removal of csharp singleton on exit of plugin
  • c07af6f Added csharp console wrapper to main addons folder. Updated readme
  • dc8ec80 Added csharp wrapper and demo scene

Release v3.4.1

24 Oct 21:17
522cdf2
Compare
Choose a tag to compare
  • 522cdf2 Merge pull request #75 from quentincaffeino/develop
  • 7dde248 Merge pull request #74 from quentincaffeino/all-contributors/add-Zhwt
  • f05189f docs: update .all-contributorsrc [skip ci]
  • 56ac325 docs: update README.md [skip ci]
  • e34ceeb Merge pull request #73 from Zhwt/patch-1
  • 8cb6c15 fix(Console.gd): change set_bbcode to append_bbcode for better performance
  • 7b102d5 Merge pull request #72 from quentincaffeino/develop
  • 4a88966 Merge pull request #71 from quentincaffeino/all-contributors/add-SpyrexDE
  • b25dcda docs: update .all-contributorsrc [skip ci]
  • 5bb2031 docs: update README.md [skip ci]
  • c7243f6 Merge pull request #68 from quentincaffeino/develop

Release v3.4.0

16 Sep 21:11
Compare
Choose a tag to compare
  • e822304 Merge branch 'SpyrexDE-develop' into develop
  • 6f82c79 Updated how to toggle console
  • 053d8ca Undo project settings issues
  • f080dea Added Console.tres theme file

Release v3.3.0

25 Aug 15:44
Compare
Choose a tag to compare

Release v3.2.1

29 Jul 09:30
e1cafc7
Compare
Choose a tag to compare
  • e1cafc7 Merge pull request #64 from quentincaffeino/all-contributors/add-hilfazer
  • 2fe1573 Merge pull request #63 from quentincaffeino/develop
  • 032694c docs: update .all-contributorsrc [skip ci]
  • c85c3cf docs: update README.md [skip ci]
  • 9465b4d Fixes #62
  • f362665 Version bump to 3.2.1
  • bc1a820 Removed direct usages of console logger in CommandBuilder
  • 7eac317 Fixes #61
  • 1248bb5 Added custom command to demo project to showoff the functionality

Release v3.2.0

21 Jul 09:51
8fdcba2
Compare
Choose a tag to compare
  • 8fdcba2 Merge pull request #58 from quentincaffeino/feature/folder-structure-refactor
  • 5eec107 1. Simplified project structure 2. Removed deprecated methods
  • 3b889d4 Changed default history size to store up to 100 records
  • 19ed542 Merge pull request #55 from quentincaffeino/all-contributors/add-Gamemap
  • 8100720 docs: update .all-contributorsrc [skip ci]
  • 5b74c10 docs: update README.md [skip ci]
  • 5573055 Merge branch 'Gamemap-master'
  • 8b487f4 Removed typo, made it more appealing
  • 21eb060 Update README.md
  • 8d2cff8 Update README.md
  • 55d2b4a Update README.md
  • e865275 Update README.md
  • 5da0abb Update README.md
  • 5026a48 Update README.md
  • 573163a Update README.md
  • 28d8225 Update README.md
  • 862785a Update README.md
  • df641bc Update README.md
  • 9b99e48 Makefile run godo with verbose flag
  • 715121c Updated docs with C# example usage
  • 9f596c4 Forgot to bump the version
  • 9fe5238 Merge branch 'master' of github.com:quentincaffeino/godot-console
  • 3d594fa Allow to override GODOT variable in makefile
  • 21138ef Merge pull request #46 from quentincaffeino/all-contributors/add-Lyaaaaaaaaaaaaaaa
  • fce71ff docs: update .all-contributorsrc [skip ci]
  • 6f6d1eb docs: update README.md [skip ci]
  • 1ba2904 Merge pull request #45 from Lyaaaaaaaaaaaaaaa/master
  • ed2d56a Added the workflow to create releases with changelog
  • 75135c1 Refactor Trie to make its terminology more broad to allow more broadly use
  • 84d93e8 Merge branch 'master' of github.com:quentincaffeino/godot-console
  • f36b49f Merge pull request #44 from quentincaffeino/all-contributors/add-GuillaumeCailhe
  • ba1532a docs: update .all-contributorsrc [skip ci]
  • ad7b0bd docs: update README.md [skip ci]
  • 87ec61b Actions refactor