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
Chris Cummer
b85b3f7ccc
Merge pull request #485 from Seanstoppable/moreman
...
Add more settings helpers to widgets
2019-07-03 20:48:15 -07:00
Sean Smith
c1eb75de1a
Add more settings helpers to widgets
2019-07-03 19:24:17 -04:00
Chris Cummer
7413ffabb1
Update CHANGELOG.md
2019-07-01 18:21:00 -07:00
Chris Cummer
778f3e279c
Merge pull request #483 from Seanstoppable/cmdrunnertitle
...
Allow people to substitute a title for cmdrunner
2019-07-01 18:19:53 -07:00
Sean Smith
cff4c061b2
Allow people to substitute a title for cmdrunner
...
This falls back to existing logic otherwise
2019-07-01 19:44:56 -04:00
Chris Cummer
9d38f5439d
Improve the error messaging around a mis-configured configuration file
2019-06-30 21:19:36 -07:00
Chris Cummer
c6ab669edf
Improve the documentation in /flags
2019-06-28 21:35:08 -07:00
Chris Cummer
9a9f3804e8
Merge pull request #480 from wtfutil/20190628-updated-dependencies
...
Update go-github dependencies
2019-06-28 16:35:20 -07:00