Chris Cummer
4b26402b28
Add homebrew config for goreleaser
v0.16.0
2019-07-11 16:59:21 -07:00
Chris Cummer
c2e240014d
Add support for a new 'border' property on widgets
...
Sets whether or not the widget should be drawn with a border (and by
extension a title).
If 'true', the border is drawn. If 'false', no
border is drawn. Defaults. to 'true'. Optional.
2019-07-10 22:30:36 -07:00
Chris Cummer
60895c84a2
Upgrade tview dependency
2019-07-10 22:22:05 -07:00
Chris Cummer
372ec72491
Update CHANGELOG.md
2019-07-10 10:59:56 -07:00
Chris Cummer
d520ef67f8
Update CHANGELOG.md
2019-07-10 10:59:19 -07:00
Chris Cummer
3681cba45d
Update README.md
2019-07-10 10:03:35 -07:00
Chris Cummer
76545d196b
Update binary name in goreleaser.yml
v0.15.0
2019-07-10 10:01:15 -07:00
Chris Cummer
379d035b63
Update the README with the note about wtf -> wtfutil
2019-07-10 09:48:17 -07:00
Chris Cummer
f7fc82dca1
Add wtfutil binary comments to Makefile
2019-07-10 09:37:41 -07:00
Chris Cummer
f143efe4e2
Merge branch '20190709-rename-binary-to-wtfutil'
2019-07-10 08:09:19 -07:00
Chris Cummer
5f61a90eb7
Fix bug with FeedReader's sort order
2019-07-10 08:04:55 -07:00
Chris Cummer
5bbddcf2ee
Fix off-by-one error when deleting Transmission torrents
2019-07-10 08:04:01 -07:00
Chris Cummer
2e7f242056
HIBP module now wraps error text if an error occurrs
2019-07-09 13:00:41 -07:00
Chris Cummer
b4e3b7e3a2
Changes the name of the installed binary from 'wtf' to 'wtfutil'
...
This is to avoid conflict with the venerable 'wtf' acronym utility found
here https://sourceforge.net/projects/bsdwtf/
2019-07-09 12:10:35 -07:00
Chris Cummer
135518a341
Update CHANGELOG.md
2019-07-08 20:58:40 -07:00
Chris Cummer
b07f3c5e67
Reimpliments the module configuration validation
...
Now supports displaying errors from multiple widgets.
v0.14.0
2019-07-07 16:04:43 -07:00
Chris Cummer
c308d1b6c2
Add help tag to Title in common_settings
2019-07-06 02:10:06 -07:00
Chris Cummer
2da3344612
Get --module=[modname] working again (broke when position config validation was added)
2019-07-06 01:55:54 -07:00
Chris Cummer
2b2cdf912b
Fix optional help text in NewRelic settings
2019-07-05 23:02:38 -07:00
Chris Cummer
15a88c2566
Merge pull request #491 from Seanstoppable/evenmoremoresettings
...
Add help strings from h-r
2019-07-05 23:01:29 -07:00
Chris Cummer
eff0d55c28
Fix spelling mistake in DefaultFocussedRowColor() name
2019-07-05 22:33:15 -07:00
Chris Cummer
66c8cba965
Update CHANGELOG.md
2019-07-05 22:28:08 -07:00
Chris Cummer
c9bfbb0771
Update CHANGELOG.md
2019-07-05 22:27:05 -07:00
Chris Cummer
85217be1b5
Merge pull request #489 from wtfutil/482-missing-position-data-crash
...
WTF-482 Gracefully handle missing position configuration
2019-07-05 22:26:23 -07:00
Chris Cummer
0104f97805
Use a map to return the failed position value and error message
2019-07-05 22:21:50 -07:00
Chris Cummer
774c465f57
WTF-482 More explicit param name in position.go
2019-07-05 21:45:59 -07:00
Chris Cummer
5a39bc00ce
WTF-482 Remove commented-out code
2019-07-05 21:45:59 -07:00
Chris Cummer
ca81aa5134
WTF-482 Fix redundant newline warning
2019-07-05 21:45:59 -07:00
Chris Cummer
08c7e768c0
WTF-482 Sanity-check position configuration data for modules
...
If a module is missing any of the positional data it now informs the
user and exits gracefully with an error.
2019-07-05 21:45:59 -07:00
Chris Cummer
d76f6807cc
Redraw when a Transmission torrent is removed
2019-07-05 21:45:59 -07:00
Chris Cummer
1626d176b0
Update CHANGELOG.md
2019-07-05 21:40:26 -07:00
Chris Cummer
2a944b3f0a
Use 'timezone' instead of 'timeZone' for the gCal setting name. More colloquial
2019-07-05 21:39:38 -07:00
Chris Cummer
a6a75ee691
Update CHANGELOG.md
2019-07-05 21:25:40 -07:00
Chris Cummer
2831152015
Merge pull request #490 from jeangovil/i382-gcal-add-time-zone
...
add time zone support to google calendar module
2019-07-05 21:17:48 -07:00
Sean Smith
f4f2901e58
Add help strings from h-r
2019-07-05 12:16:55 -04:00
Hossein Mehrabi
6ec608f539
remove default time zone
2019-07-05 15:33:09 +04:30
Hossein Mehrabi
404453cadd
added time zone configuration support to gcal module.
2019-07-05 11:24:35 +04:30
Chris Cummer
1f82d26ac2
Fix a Transmission bug in which seed ratios could be negative percentages
2019-07-04 20:17:32 -07:00
Chris Cummer
b5fd3de755
Merge pull request #488 from Seanstoppable/moresettings
...
Even more help settings
2019-07-04 12:39:14 -07:00
Chris Cummer
58644228ea
Update CHANGELOG.md
2019-07-04 10:23:56 -07:00
Chris Cummer
8b739fa321
Merge pull request #487 from Seanstoppable/fixcryptolive
...
Fix cryptolive widget
2019-07-04 10:22:30 -07:00
Sean Smith
5f57edb212
Even more help settings
...
Blitz through g
Clean up a setting that no longer exists for gcal
2019-07-04 11:40:53 -04:00
Sean Smith
ad3796f5a8
Fix cryptolive widget
...
Addresses #481
Inverts the item list return, to make sure we always trigger wg.Done and not hang the widget
Clean up config for toplist widget, as we were assigning to `currencies` rather than `top` erroneously
2019-07-04 11:12:20 -04:00
Chris Cummer
c82b6d8f94
Add 'clear sky' and 'clear' icons to weather module
2019-07-04 07:01:48 -07:00
Chris Cummer
743aa0992f
Add help text to the Transmission settings file
2019-07-04 06:24:13 -07:00
Chris Cummer
007c1773a8
Add help text to the Transmission settings file
2019-07-04 06:23:33 -07:00
Chris Cummer
3ee4980412
Update CHANGELOG.md
2019-07-04 06:06:57 -07:00
Chris Cummer
71a5ad3fab
Merge pull request #486 from wtfutil/WTF-42-rss-reader
...
WTF-42 Add FeedReader, an RSS/Atom feed reader
2019-07-04 05:51:38 -07:00
Chris Cummer
34b7ef1a60
WTF-42 Add help tags to FeedReader settings
2019-07-04 05:46:13 -07:00
Chris Cummer
f19f1ee86d
WTF-42 WIP Add FeedReader, an RSS/Atom feed reader
2019-07-03 21:54:10 -07:00