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
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,22 @@
1
1
CHANGELOG
2
2
======
3
3
4
+
* v0.6: Add ConditionEvent (enter/leave) && Go back when pressing "back" && Do not clear log when reloading service && Various fixes && Dev changes
5
+
* Add ConditionEvent - Events for Condition state
6
+
* Enter Condition and Leave condition
7
+
* Go to previous page / fragment when pressing "back" button
8
+
* Do not clear log when reloading EHService
9
+
* The log is kept to at most 1000 entries
10
+
* The log will be lost if EHService is freed
11
+
* Fixes
12
+
* Fix title and navigation drawer behavior of Activity Log
13
+
* Fix unexpected reloading of scripts when switching pages
14
+
* Fit spinners when editing Script into screen
15
+
* Make "reverse" work for Condition
16
+
* Fix `BatteryTracker.state()`
17
+
* Dev changes
18
+
* Move `ConditionHolder` to a separate `Service`
19
+
4
20
* v0.5.9.1: Allow to restart after update && Fix Events not triggered sometimes && Do not trigger `TimeEventPlugin` for the past time of the current day
5
21
* Allow to restart service after updating app (changeable in settings)
6
22
* Fix "reversed" Events not triggered at the first time
0 commit comments