Skip to content

Commit

Permalink
Release 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sschmid committed Jun 21, 2018
1 parent 3d8db5b commit 3a55d54
Show file tree
Hide file tree
Showing 19 changed files with 31 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Entitas/Entitas/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.0
1.6.1
Binary file modified Libraries/Dependencies/DesperateDevs/DesperateDevs.Analytics.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Libraries/Dependencies/DesperateDevs/DesperateDevs.Logging.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Libraries/Dependencies/DesperateDevs/DesperateDevs.Utils.dll
Binary file not shown.
18 changes: 18 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# 1.6.1

As always, the Unity Asset Store version might take a few days to be processed
and accepted by Unity. Please check for updates in 2 - 4 days here:
https://www.assetstore.unity3d.com/#!/content/87638

#### Entitas
🛠 Fixed context.Reset() which doesn't remove event hanlders anymore. Closes #725
🛠 Updated EntitasStats to exclude JobSystem and Feature

#### Jenny
🛠 Fixed Jenny dropdown UI to not show 'mixed...' anymore
⚙️ Added Jenny Server toggle to UI
⚙️ Added dry run option
⚠️ Removed EnsureStandalonePreProcessor
🆕 Added WarnIfCompilationErrorsPreProcessor


# 1.6.0

As always, the Unity Asset Store version might take a few days to be processed
Expand Down
2 changes: 1 addition & 1 deletion Scripts/bee
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ github_create_release() {

pushd "${BUILD_DIST}" > /dev/null
github_release_attach_zip "${upload_url}" "${PROJECT}.zip"
github_release_attach_zip "${upload_url}" "${PROJECT}.docset.tgz"
# github_release_attach_zip "${upload_url}" "${PROJECT}.docset.tgz"
popd > /dev/null
}

Expand Down
5 changes: 4 additions & 1 deletion Tests/Unity/VisualDebugging/Preferences.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ Jenny.Plugins = DesperateDevs.CodeGeneration.Plugins, \
Entitas.CodeGeneration.Plugins, \
Entitas.VisualDebugging.CodeGeneration.Plugins

Jenny.PreProcessors = DesperateDevs.CodeGeneration.Plugins.TargetFrameworkProfilePreProcessor
Jenny.PreProcessors = DesperateDevs.CodeGeneration.Plugins.ValidateProjectPathPreProcessor, \
DesperateDevs.CodeGeneration.Plugins.EnsureStandalonePreProcessor, \
DesperateDevs.CodeGeneration.Plugins.TargetFrameworkProfilePreProcessor

Jenny.DataProviders = Entitas.CodeGeneration.Plugins.ComponentDataProvider, \
Entitas.CodeGeneration.Plugins.ContextDataProvider, \
Entitas.CodeGeneration.Plugins.EntityIndexDataProvider
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1386491679 &1
PresetManager:
m_ObjectHideFlags: 0
m_DefaultList: []
Original file line number Diff line number Diff line change
@@ -1 +1 @@
m_EditorVersion: 2017.2.0f3
m_EditorVersion: 2018.1.1f1
Binary file not shown.

0 comments on commit 3a55d54

Please sign in to comment.