You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+21-3Lines changed: 21 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,24 @@ and this project adheres to [Romantic Versioning](http://blog.legacyteam.info/20
6
6
7
7
## [Unreleased]
8
8
9
-
## [0.8.33] - 2018/03/22
9
+
## [0.8.41] - 2018/04/02
10
+
### Changed
11
+
- OverridePoints/IsFirstBoot method signature is changed to async.
12
+
13
+
### Feature
14
+
- added OverridePoints/OnBootApplication method for run some code before Autoya starts authenticate feature.
15
+
16
+
- OverridePoints/OnRestoreRuntimeManifest method is added. this method will be executed when start restoring runtimeManifest.
17
+
18
+
- OverridePoints/OnNewAssetBundleListStoreFailed method is added. this method will be executed when failed to store new-downloaded AssetBundleList to device.
19
+
20
+
21
+
- AssetBundle_FactoryReset feature is added. this method is pretty good for delete all cached AssetBundles and downloaded AssetBundleList. after this method, the state of the AssetBundle feature is set to "newly installed".
22
+
23
+
### Fix
24
+
- fixed bug for Purchase_AttemptReadyPurcase.
25
+
26
+
## [0.8.40] - 2018/03/22
10
27
### Changed
11
28
- AssetBundle Preload feature method signature is changed.
12
29
@@ -137,8 +154,9 @@ and this project adheres to [Romantic Versioning](http://blog.legacyteam.info/20
0 commit comments