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
Chris Cummer
cc2ff457e6
Run 'go mod tidy' to clean up stray deps
2019-06-28 16:34:01 -07:00
Chris Cummer
e846fdeef8
Update go-github dependencies
2019-06-28 16:32:24 -07:00
Chris Cummer
f86f099fa5
Update CHANGELOG.md
2019-06-26 19:29:20 -07:00
Chris Cummer
eb11ec34f2
Simplify the Transmission display when there are no torrents
v0.13.0
2019-06-26 18:14:14 -07:00
Chris Cummer
8bc2103b0c
Update CHANGELOG.md
2019-06-26 17:36:04 -07:00
Chris Cummer
fb3ea54854
Update CHANGELOG.md
2019-06-26 17:35:54 -07:00
Chris Cummer
4f0b0fedb8
Add Transmission seed ratio to display
2019-06-26 17:34:55 -07:00
Chris Cummer
c4bdf74942
Update README.md
2019-06-26 17:19:34 -07:00
Chris Cummer
bf84bfe4b0
Add percentage sign to Transmission download indicator
2019-06-26 17:18:33 -07:00
Chris Cummer
32bb91a1a2
Merge pull request #477 from wtfutil/20190622-transmission-module
...
20190622 transmission module
2019-06-26 17:17:54 -07:00
Chris Cummer
3a65dad743
Add pause/unpause and delete functionality to Transmisson widget
2019-06-26 16:51:18 -07:00
Chris Cummer
5dbce09e4f
Make Transmission widget scrollable
2019-06-26 06:58:27 -07:00
Chris Cummer
9244d60abe
Add a rudimentary Transmission module ( https://transmissionbt.com )
2019-06-26 06:58:27 -07:00
Chris Cummer
ae13a3394d
WIP Transmission
2019-06-23 15:04:09 -07:00
Chris Cummer
a4a3d4e531
Improved the README
2019-06-23 15:02:22 -07:00
Chris Cummer
56f9435c03
Add Patreon to funding
2019-06-22 17:50:20 -07:00
Chris Cummer
d8e30af188
Add funding.yml
2019-06-22 16:55:47 -07:00
Chris Cummer
70f9422a4e
Deafult the HIBP ok colour to white
v0.12.0
2019-06-22 16:13:32 -07:00
Chris Cummer
6ba561170e
Update CHANGELOG.md
2019-06-22 16:12:37 -07:00
Chris Cummer
f2099254a7
Update CHANGELOG.md
2019-06-22 16:11:54 -07:00
Chris Cummer
182b49962f
Merge pull request #475 from wtfutil/20190620-hibp-module
...
Add a working Have I Been Pwned module
2019-06-22 19:03:23 -04:00
Chris Cummer
c75f00cb12
Enforce a minimum refresh interval for the HIBP module
2019-06-22 15:45:07 -07:00
Chris Cummer
8ce2242b52
Display the since date in the HIBP widget title
2019-06-22 15:31:37 -07:00
Chris Cummer
6216076b74
Add a working Have I Been Pwned module
2019-06-22 15:21:22 -07:00
Chris Cummer
1fa2176412
Update CHANGELOG.md
2019-06-14 21:31:42 -07:00
Chris Cummer
97307b2583
Update CHANGELOG.md
2019-06-14 21:28:37 -07:00
Chris Cummer
d9c362ee9f
Make the line wrap settings for the Textfile module configurable via the 'wrapText' setting
2019-06-14 21:27:09 -07:00
Chris Cummer
98f0d5fa4b
Update CHANGELOG.md
v0.11.0
2019-06-06 20:43:08 -07:00
Chris Cummer
0bf595d4f1
Add @Sean-Der as a contributor
2019-06-06 20:36:01 -07:00
Chris Cummer
a98aa8592a
Merge pull request #473 from Sean-Der/master
...
Add new key 'customQueries' to github module
2019-06-06 20:26:18 -07:00
Sean DuBois
93d91c9313
Add new key 'customQueries' to github module
...
This key allows users to pass an arbitrary amount of queries
that contain custom filters. A simple query that shows all closed
PRs could be written like the following.
```
customQueries:
closedPullRequests:
title: "Closed Requests"
perPage: 10
filter:
- "is:closed"
- "is:pr"
```
Resolves #469
2019-06-06 16:30:16 -07:00
Chris Cummer
cb9eed2b70
Merge branch 'master' of github.com:wtfutil/wtf
2019-05-27 17:02:05 -07:00
Chris Cummer
1513b80ca5
Add @Choromanski as a contributor
2019-05-27 17:01:51 -07:00
Chris Cummer
6f9b837d26
Update README.md
2019-05-25 21:01:49 -07:00
Chris Cummer
bc8b82ed9d
Update README.md
2019-05-25 21:00:55 -07:00
Chris Cummer
0f369cbc32
Update README.md
2019-05-25 20:49:51 -07:00
Chris Cummer
b47d39465f
Update README.md
2019-05-25 20:48:58 -07:00
Chris Cummer
3ca8ca9d76
Update CONTRIBUTING.md
2019-05-25 20:46:25 -07:00
Chris Cummer
8e7799b3c1
Update CONTRIBUTING.md
2019-05-25 20:44:17 -07:00
Chris Cummer
485c6a8e3c
Update README.md
2019-05-25 20:42:50 -07:00
Chris Cummer
77cbdc9017
Update CHANGELOG.md
2019-05-25 15:24:25 -07:00
Chris Cummer
276e94a092
Merge pull request #468 from wtfutil/WTF-467-broken-help-display
...
Tabbing to widgets properly sets the IsFocused property. Closes #467
2019-05-25 15:23:24 -07:00
Chris Cummer
042f602ddb
Tabbing to widgets properly sets the IsFocused property. Closes #467
2019-05-25 15:19:18 -07:00
Chris Cummer
7a93824027
Merge pull request #464 from Seanstoppable/configdocs
...
Add more 'man page' like functionality
2019-05-25 10:19:17 -07:00
Chris Cummer
90362dea4b
Merge branch 'master' into configdocs
2019-05-25 10:17:18 -07:00
Chris Cummer
745ecbf94d
Merge pull request #466 from Seanstoppable/moreappcleanup
...
Remove more app usages which are unnecessary
2019-05-25 10:14:52 -07:00
Chris Cummer
55bc078c47
Merge branch 'master' into moreappcleanup
2019-05-25 10:11:13 -07:00
Chris Cummer
3b1add3b2c
Merge pull request #465 from Seanstoppable/highlighthelper
...
Add a helper function to do highlighting in a uniform way
2019-05-25 10:09:54 -07:00