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 tweakStore 0.x.x
- create update from external repositories - add update from external repositories
- fix permissions - fix permissions
- fix translation
tweakStores 0.0.x - 2021.08.xx tweakStores 0.0.x - 2021.08.xx
- add write dcstore.xml for modules tab - add write dcstore.xml for modules tab
- create themes tab - add themes tab
- fix translation
tweakStores 0.0.2 - 2021.08.26 tweakStores 0.0.2 - 2021.08.26
- initial commit - initial commit
- create config page - add config page
- create plugins tab - add plugins tab
- create dcstore XML generation tool - add dcstore XML generation tool
- create pacKman behaviors - add pacKman behaviors

View File

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

View File

@ -1,10 +1,10 @@
<modules xmlns:da="http://dotaddict.org/da/"> <modules xmlns:da="http://dotaddict.org/da/">
<module id="tweakStores"> <module id="tweakStores">
<name>Tweak stores</name> <name>Tweak stores</name>
<version>0.0.2</version> <version>0.1.0</version>
<author>Jean-Christian Denis and Contributors</author> <author>Jean-Christian Denis and Contributors</author>
<desc>Helper to manage external repositories</desc> <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:dcmin>2.19</da:dcmin>
<da:details>https://plugins.dotaddict.org/dc2/details/tweakStores</da:details> <da:details>https://plugins.dotaddict.org/dc2/details/tweakStores</da:details>
<da:section></da:section> <da:section></da:section>