- Port to Plasma 6 / Qt6 (Issue #43 and #47) by @guss77 and @aricaldeira (PR #49)
- Adding tooltip command option by @aricaldeira (Pull Request #49)
- Implement parsing terminal colors (ansi escape sequences) (Issue #7)
- Implement vertical alignment of text.
- Restart the timer when interval is changed (Issue #27)
- Enable waitForCompletion and make it off by default and fix toggle bug (Issue #27)
- Add GPL-2.0+ License File by @matthiasbeyer (Pull Request #33)
- Replace all newlines instead of first matched newline (Issue #3)
- Don't auto resize desktop widgets (Issue #22)
- Update various i18n scripts, the widget name is now translated.
- Added French translations by @Almtesh (Pull Request #23 and #24)
- Updated Dutch translations by @Vistaus (Pull Request #25)
- Add fixed height setting (Issue #18)
- Always use a fixed size font (Issue #18)
- Wrap only if we don't have a fixed width (not horz panel).
- Show truncated/elided text in tooltip.
- Change hardcoded min interval to 0ms instead of 1000ms.
- Only remove final newline in stdout. Previous behavior can be re-enabled in the config. (Issue #3)
- Add ability to set default text+outline color like simpleweather.
- Run command immediately on command change. Fixes bug where widget stops updating if command was changed after command was run, but before the command finishes.
- Add ability to set a fixed width (off by default).
- Update Dutch translation by @Vistaus (Pull Request #16)
- Fix click + mousewheel commands no longer serializing (Issue #6)
- Added Dutch translation by @Vistaus (Pull Request #10)
- Added support opening html links
<a href="">Link</a>
in your web browser.
- Fix boldness not persisting.
- Add ability to center/right align output, italicize and underline.
- Add ability to hide background when used as a desktop widget.
- Fix selecting the default font after changing to another font.
- Add ability to run a command on click / mousewheel (Issue #6)
- Support use as a Desktop Widget.
- Add ability to change the font family, size, and boldness.
- Run command on load so in case the interval is very long.
- Use a lower version of QtQuick.Layouts so that the widget works with Plasma 5.5 (Ubuntu 16.04)
- Fix configuring intervals other than 1 second. Thanks @sheerhub
- Use the utilities-terminal icon
- First release