Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: bitbrain/pandora

v1.0-alpha9

30 Oct 17:26
7375f81

Choose a tag to compare

v1.0-alpha9 Pre-release
Pre-release

What's Changed

Full Changelog: v1.0-alpha8...v1.0-alpha9

v1.0-alpha8

20 Jul 17:02
02f9f3c

Choose a tag to compare

v1.0-alpha8 Pre-release
Pre-release

βœ… This fixes compatibility issues with Godot 4.3

What's Changed

Full Changelog: v1.0-alpha7...v1.0-alpha8

v1.0-alpha7

14 Jul 14:47
4abf65c

Choose a tag to compare

v1.0-alpha7 Pre-release
Pre-release

What's Changed

Full Changelog: v1.0-alpha6...v1.0-alpha7

v1.0-alpha6

29 Jun 08:40
63e2bbd

Choose a tag to compare

v1.0-alpha6 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v1.0-alpha5...v1.0-alpha6

v1.0-alpha5

02 Dec 14:59
a0376f7

Choose a tag to compare

v1.0-alpha5 Pre-release
Pre-release

βœ… Compatible with Godot 4.2

What's Changed

New Contributors

Full Changelog: v1.0-alpha4...v1.0-alpha5

v1.0-alpha4

24 Oct 15:46
d5dad10

Choose a tag to compare

v1.0-alpha4 Pre-release
Pre-release

We have been busy at work fixing issues and adding new features. This release also introduces the auto-updater by @Nemesis-AS, brand-new property array support by @mrfelipemartins as well as drag&drop thanks to @russmatney! While Version 1.0 is only 70% done as of now, this release adds a lot of stability and feature parity.

New Features

Fixes and Improvements

New Contributors

Full Changelog: v1.0-alpha3...v1.0-alpha4

v1.0-alpha3

07 Sep 13:14
a356939

Choose a tag to compare

v1.0-alpha3 Pre-release
Pre-release

We are getting closer to a stable Version 1.0 and contributors have been hard at work building new functionality into this addon.

New features

Fixes and Improvements

New Contributors

Full Changelog: v1.0-alpha2...v1.0-alpha3

v1.0-alpha2

26 Aug 09:55
a1fe589

Choose a tag to compare

v1.0-alpha2 Pre-release
Pre-release

The 2nd alpha release of Pandora has arrived! While Version 1.0 still seems lightyears away, contributors have been hard at work addressing issues and resolving bugs.

What's Changed

  • πŸ“– Minor typo in sample code and error message by @russmatney in #75
  • ✨ Tooltips & minor whitespace tweak by @tylercchase in #76
  • ✨ Added string representation for model resources. by @VojtaStruhar in #78
  • πŸ› Setting a reference property by @VojtaStruhar in #81
  • πŸ› Fix typo on editor interface page by @eth0net in #86
  • πŸ› Fix invalid entity instantiation by @bitbrain in #74
  • πŸ› Fallback to entity instantiation when script is invalid by @bitbrain in #87
  • πŸ› Do not use custom constructor for resource by @bitbrain in #88

New Contributors

Full Changelog: v1.0-alpha1...v1.0-alpha2

v1.0-alpha1

20 Aug 19:54
f02d5ec

Choose a tag to compare

v1.0-alpha1 Pre-release
Pre-release

Initial Alpha release of Pandora. Basic functionality already established but still lacking some core features required for stable release.

Features

βœ… Pandora Editor
βœ… dedicated Pandora singleton
βœ… @export PandoraEntity in script
βœ… wiki with documentation
βœ… unit tests for data model and backend

Currently not ready yet

⛔️ UI unit tests
⛔️ drag & drop for entities
⛔️ consider editor events such as 'moving & renaming files' not working yet
⛔️ some property types are still missing, e.g. array and enum support
⛔️ some existing bugs are still in place

This is a pre-release, meaning that breaking API changes may occur or things may not work as expected.