blob: d0f7e50b91af8f6f40840e6342d16865a61fea10 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!--
<version title="v"/>
<item text="" />
-->
<version title="v0.2"/>
<item text="Removed unnecessary permissions" />
<item text="Added notifications" />
<item text="Themed more components" />
<item text="Separated independent web overlay from in app overlay" />
<item text="Allow notifications from any account" />
<item text="Smoothed transition from Settings and only restart when necessary" />
<item text="Add logout option from drawer" />
<item text="Added many more drawer urls" />
<item text="Added anonymous analytics" />
<item text="Moved settings to drawer" />
<item text="Added feedback option" />
<item text="" />
<item text="" />
<version title="v0.1" />
<item text="Initial Changelog" />
<item text="Created core databases" />
<item text="Implemented CSS/Js injectors" />
<item text="Implemented ripple preferences" />
<item text="Created multiple account caching" />
<item text="Created web overlay" />
</resources>
|