Skip to content

Tags: demonnic/MDK

Tags

v2.10.0

Toggle v2.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Spinbox callbacks and the revisionator (#63)

* Add the revisionator
* Add an event and callback to spinbox value changes
* Add links to the function definitions in the ldoc.
* Add echoConverter to demontools

v2.9.0

Toggle v2.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Initial spinbox check in (#60)

* Initial spinbox check in
* Busted createComponents down into smaller functions. Added some ldoc
* Add spinbox to readme
* Bump version

v2.8.4

Toggle v2.8.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Collection of updates (#59)

* Add reverse fill option for text gauges
* ldoc change
* Use better getValueAt, do not discard string.gsub return to appease linter
* Add updateHook option to SUG to allow for modifying the gauge based on values
* Fix error when wrapping strings with newlines already present. Add 'truncate' option to cut the string to length if it is longer than the width setting. Add headerTitle to display column header with same look as title. forceHeaderSeparator to show the column header separator even if normal row separators are turned off. Add missing setters for tablemaker. Make tablemaker auto update on changes when autoupdate is turned on.
* Bump version
* Try using 4.17.2 as the mudlet version for now in github actions.

v2.8.3

Toggle v2.8.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump version (#55)

v2.8.2

Toggle v2.8.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
allow characters for ISO-8601 timestamps (#52)

v2.8.1

Toggle v2.8.1's commit message
Case consistency is important, yo

v2.8.0

Toggle v2.8.0's commit message
Merge branch 'main' of github.com:demonnic/MDK into main

v2.7.2

Toggle v2.7.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix emco templates (#44)

* Don't strip path delimiters in process template. Also do not strip pipes, as they are still needed for templating down the line
* Fix templating for EMCO and Tab names
* bump version

v2.7.1

Toggle v2.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prevent forbidden characters from sneaking into filenames (#40)

* Prevent forbidden characters from sneaking into filenamees derived from the loggingconsole's name
* Also prevent invalid filename chars in the emco config save file
* Apply filter to emco name and tabname

v2.7.0

Toggle v2.7.0's commit message
Fix version typo