release 0.1.0

master
Jean-Christian Paul Denis 2021-08-27 15:45:52 +02:00
parent 30d6031ddc
commit 098cb9c799
3 changed files with 10 additions and 10 deletions

View File

@ -1,15 +1,15 @@
tweakStore 0.x.x
- create update from external repositories
- add update from external repositories
- fix permissions
- fix translation
tweakStores 0.0.x - 2021.08.xx
- add write dcstore.xml for modules tab
- create themes tab
- add themes tab
- fix translation
tweakStores 0.0.2 - 2021.08.26
- initial commit
- create config page
- create plugins tab
- create dcstore XML generation tool
- create pacKman behaviors
- add config page
- add plugins tab
- add dcstore XML generation tool
- add pacKman behaviors

View File

@ -19,7 +19,7 @@ $this->registerModule(
'Tweak stores',
'Helper to manage external repositories',
'Jean-Christian Denis and Contributors',
'0.0.2',
'0.1.0',
[
'permissions' => null,
'type' => 'plugin',

View File

@ -1,10 +1,10 @@
<modules xmlns:da="http://dotaddict.org/da/">
<module id="tweakStores">
<name>Tweak stores</name>
<version>0.0.2</version>
<version>0.1.0</version>
<author>Jean-Christian Denis and Contributors</author>
<desc>Helper to manage external repositories</desc>
<file>https://github.com/JcDenis/tweakStores/releases/download/v0.0.2/plugin-tweakStores.zip</file>
<file>https://github.com/JcDenis/tweakStores/releases/download/v0.1.0/plugin-tweakStores.zip</file>
<da:dcmin>2.19</da:dcmin>
<da:details>https://plugins.dotaddict.org/dc2/details/tweakStores</da:details>
<da:section></da:section>