Version 0.2.1

- support automatic packaging for curseforge via .pkgmeta
- include project logo
- auto-update the project description via .docmeta
This commit is contained in:
2020-05-26 00:51:19 +02:00
parent 418e6cf446
commit 32a692279a
6 changed files with 27 additions and 2 deletions
+4
View File
@@ -0,0 +1,4 @@
-
type: markdown
input-file: README.md
output-page: "Main"
-1
View File
@@ -37,7 +37,6 @@ out/
obj/ obj/
# Misc # Misc
twitch/
*.log *.log
*.graphml *.graphml
coverage.db* coverage.db*
+22
View File
@@ -0,0 +1,22 @@
package-as: Grichelde
enable-nolib-creation: no
externals:
libs/LibStub: https://repos.wowace.com/wow/libstub/tags/1.0
libs/CallbackHandler-1.0: https://repos.wowace.com/wow/callbackhandler/trunk/CallbackHandler-1.0
libs/AceAddon-3.0: https://repos.wowace.com/wow/ace3/trunk/AceAddon-3.0
libs/AceConsole-3.0: https://repos.wowace.com/wow/ace3/trunk/AceConsole-3.0
libs/AceEvent-3.0: https://repos.wowace.com/wow/ace3/trunk/AceEvent-3.0
libs/AceGUI-3.0: https://repos.wowace.com/wow/ace3/trunk/AceGUI-3.0
libs/AceHook-3.0: https://repos.wowace.com/wow/ace3/trunk/AceHook-3.0
libs/AceLocale-3.0: https://repos.wowace.com/wow/ace3/trunk/AceLocale-3.0
ignore:
- twitch
manual-changelog:
filename: CHANGELOG.md
markup-type: markdown
license-output: LICENSE
+1 -1
View File
@@ -1,6 +1,6 @@
# Grichelde - Text replacer # Grichelde - Text replacer
Grichelde replaces characters you entered in a chatbox with any replacment text you specified in the addon options. Grichelde is a WoW Classic Addon that replaces characters you typed in a chatbox with any replacement text you specified in the addon options.
Intentionally started as a helper addon for a roleplaying friend, Grichelde can be used for much more, like Intentionally started as a helper addon for a roleplaying friend, Grichelde can be used for much more, like
* fixing your common spelling errors :) * fixing your common spelling errors :)
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
View File
Binary file not shown.