Skip to content

Version 0.3.8

Compare
Choose a tag to compare
@svermeulen svermeulen released this 17 Aug 08:39
· 25 commits to master since this release

Note: I am no longer creating exe builds, so this release (and probably future releases) will be runnable from python source only

  • Support for Visual Studio 2017
  • Removed webplayer
  • Project change MenuItems now include platform specified for the project in ProjenyProject.yaml
  • When changing projects a check is done to see if we're initializing or switching. If we're initializing all project/platform combinations get their ChangeMenu file updated, so when we change projects we see all project/platform combinations.
  • Fix to allow folders to have square brackets in them
  • Changed MaxProjectNameLength to 64
  • Added ProjenyPackagesDir as a default top level PackageFolder meant to share packages between projeny's.
  • Changed to not complain when changing between 64 bit and 32 bit windows and also added an option to default to 64 bit (re issue #61)
  • Fixed bug with parsing information on the release from asset store
  • Added support for UWP

Thanks @geekrelief and @yacuzo for the help on these