Releases: Maaack/Godot-Game-Template
Releases · Maaack/Godot-Game-Template
v1.4.3
What's Changed
- Level manager tidying by @Maaack in #441
- Fix tutorials bug from awaiting wrong signal by @Maaack in #443
- Fix minimum sizing bugs by @Maaack in #444
- Split up pause controller logic by @Maaack in #445
- Add current level path var to level loader by @Maaack in #446
- Update documentation by @Maaack in #447
- Fix auto updating plugin scripts getting blank arrays by @Maaack in #448
- Update for Godot 4.6 by @Maaack in #449
- Minor fixes by @Maaack in #450
- Updates plugin version to 1.4.3 by @Maaack in #451
Full Changelog: v1.4.2...v1.4.3
v1.4.2
What's Changed
- Fix crash after copying and running test by @Maaack in #427
- Limit to one game won or lost per manager by @Maaack in #428
- Key remapping window improvements by @Maaack in #429
- Plugin script improvements by @Maaack in #430
- Add exit game confirmation to main menu by @Maaack in #431
- Fix new game confirmation window bug by @Maaack in #432
- Moves version label to above main menu buttons by @Maaack in #433
- Fix version label container grabbing focus by @Maaack in #434
- Remove extra setting_changed emit and fix related bugs by @Maaack in #435
- Level manager improvements by @Maaack in #436
- Update level manager documentation by @Maaack in #437
- Labels level examples clearly by @Maaack in #438
- Updates plugin version to 1.4.2 by @Maaack in #439
Full Changelog: v1.4.1...v1.4.2
v1.4.1
What's Changed
- Fix opening show loading screen bug by @Maaack in #419
- Improve end credits usability by @Maaack in #420
- Add games made and new featured game by @Maaack in #418
- Overlaid window improvements by @Maaack in #421
- CI/CD improvements by @Maaack in #422
- Fix issues with unloading singletons by @Maaack in #424
- Fix plugin not freeing windows when closed by @Maaack in #425
- Updates plugin version to 1.4.1 by @Maaack in #426
Full Changelog: v1.4.0...v1.4.1
v1.4.0
This release replaces in-game Dialogs with easily themeable PanelContainers, and adds CI/CD (from a new contributor!) that automatically make builds on GitHub and pushes them to Itch.io!
What's Changed
- Feat: Create a github action to build the project and publish it on itch.io by @oulianov in #387
- Replaces dialogs with windows by @Maaack in #410
- Update CI/CD workflow by @Maaack in #412
- Fix key assignment window to show currently assigned input by @Maaack in #413
- Add installation complete window by @Maaack in #414
- Adds plugin version label by @Maaack in #415
- Updates plugin version to 1.4.0 by @Maaack in #416
New Contributors
Full Changelog: v1.3.4...v1.4.0
v1.3.4
v1.3.3
What's Changed
- More file organization and fixes by @Maaack in #400
- Fixes links in credits label not responding to clicks by @Maaack in #401
- Fixes next button in input remapping not updating disabled state by @Maaack in #402
- Updates README sections Extras and Examples by @Maaack in #404
- Adds oversampling_override setting to dialogs by @Maaack in #405
- Updates plugin version to 1.3.3 by @Maaack in #403
Full Changelog: v1.3.2...v1.3.3
v1.3.2
A cleaning house patch release. Over 40 files were removed or consolidated.
What's Changed
- Simplify credits scenes by @Maaack in #389
- Simplify opening scenes by @Maaack in #390
- Add two games made to page by @Maaack in #392
- Pause menu and escape key fixes by @Maaack in #393
- Simplify game progress screen examples by @Maaack in #394
- Simplify options menus example screens by @Maaack in #395
- Simplify overlaid menus by @Maaack in #396
- Fixes scrollable credits responsiveness to up and down inputs by @Maaack in #397
- Reorganize core and example files by @Maaack in #398
- Updates plugin version to 1.3.2 by @Maaack in #399
Full Changelog: v1.3.1...v1.3.2
v1.3.1
What's Changed
- Fixes UID warning in game UI scene by @Maaack in #381
- Fixes missing joypad changes in example override.cfg by @Maaack in #382
- Add inline documentation to export parameters by @Maaack in #383
- Add option to disable capitalizing input action names by @Maaack in #384
- Update localization support by @Maaack in #385
- Updates plugin version to 1.3.1 by @Maaack in #388
Full Changelog: v1.3.0...v1.3.1
v1.3.0
This release simplifies the main menus and embeds back buttons in the sub-menus. It also centralizes scene paths to an autoload, so now files are easier to rearrange, and paths only need to be updated in one place.
What's Changed
- Fix default gamepad pause button by @Maaack in #376
- Centralize key scene paths in autoload by @Maaack in #369
- Record play time by @Maaack in #375
- Simplify main menus by @Maaack in #377
- Embed back button in sub menus by @Maaack in #378
- Add update autoload paths option by @Maaack in #379
- Updates plugin version to 1.3.0. by @Maaack in #380
Full Changelog: v1.2.2...v1.3.0