Skip to content

Commit

Permalink
release v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Takashi Sakai committed Apr 4, 2018
2 parents f529ccd + 7d699f0 commit f17183d
Show file tree
Hide file tree
Showing 17 changed files with 445 additions and 769 deletions.
6 changes: 6 additions & 0 deletions .github_changelog_generator
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
user=mob-sakai
project=UIEffect
issues-wo-labels=false
pr-wo-labels=false
exclude_labels=duplicate,question,invalid,wontfix,Duplicate,Question,Invalid,Wontfix,Meta: Exclude From Changelog,unreleased
unreleased=false
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,7 @@ sysinfo.txt

# Builds
*.apk


# Packages
*.unitypackage
78 changes: 0 additions & 78 deletions Assets/Editor/ExportPackage.cs

This file was deleted.

12 changes: 0 additions & 12 deletions Assets/Editor/ExportPackage.cs.meta

This file was deleted.

1 change: 1 addition & 0 deletions Assets/UIEffect/CHANGELOG.md
5 changes: 2 additions & 3 deletions Assets/Editor.meta → Assets/UIEffect/CHANGELOG.md.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions Assets/UIEffect/Editor/UIEffectCapturedImageEditor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ public override void OnInspectorGUI()

// Filter Mode.
EditorGUILayout.PropertyField(serializedObject.FindProperty("m_FilterMode"));

// Iterations.
EditorGUILayout.PropertyField(serializedObject.FindProperty("m_Iterations"));

serializedObject.ApplyModifiedProperties();

Expand Down
7 changes: 0 additions & 7 deletions Assets/UIEffect/LICENSE.txt

This file was deleted.

1 change: 1 addition & 0 deletions Assets/UIEffect/LICENSE.txt
1 change: 1 addition & 0 deletions Assets/UIEffect/README.md
Loading

0 comments on commit f17183d

Please sign in to comment.