Skip to content

Releases: modesttree/Projeny

Version 0.3.12

23 Aug 16:07
Compare
Choose a tag to compare

Two minor bug fixes

  • Added support for the lumin platform (@decden)
  • Change files to readable after copying to fix access denied issue (@decden)

Version 0.3.11

21 Jan 06:46
Compare
Choose a tag to compare

Changed YamlDotNet to use a custom namespace to avoid conflicts with other packages that use different versions of YamlDotNet

Version 0.3.10

01 Dec 08:20
Compare
Choose a tag to compare

All this release contains is an update to support exe builds again

Note: 64 bit builds only currently. We can support 32 bit too but it's just more work so feel free to create an issue if this is needed by anyone

Version 0.3.9

16 Nov 04:13
Compare
Choose a tag to compare

Note: We are no longer creating exe builds, so this release will be runnable from python source only

Changes

  • Better error handling when processing faulty/missing config files
  • Fixed order of output yaml to be consistent when generated from python and C#
  • Minor bug fixes

Thanks @yacuzo for these fixes

Version 0.3.8

17 Aug 08:39
Compare
Choose a tag to compare

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

Version 0.3.7

10 Feb 16:53
Compare
Choose a tag to compare
  • Added support for environment variables issue #52
  • Added better error checking issue #50
  • Attempted fix to out of memory issues related to AssetDatabase.Refresh #48

Version 0.3.6

18 Jan 15:26
Compare
Choose a tag to compare

Fix for issue #47

Version 0.3.5

03 Jun 23:44
Compare
Choose a tag to compare
  • Fixed to work with VS 2015
  • Fixed issue with StreamingAssets folders
  • Changed obnoxious popup when invalid folders are added to just log to the console instead

Version 0.3.4

23 Apr 16:49
Compare
Choose a tag to compare

Fix for issue #14

Version 0.3.3

16 Feb 19:28
Compare
Choose a tag to compare
  • Bug fix for issue #12
  • Bug fix for issue when selecting the global project config in the package manager