blob: fc87ce081c85d2a82a365732b7e6a9fbc3904189 (
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
|
<?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="" />
<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>
|