Chris Cummer
110afdad01
Update CHANGELOG.md
2019-10-02 19:35:05 -07:00
Chris Cummer
7823d1d2e8
Merge pull request #669 from wtfutil/WTF-658-clocks-row-color
...
WTF-658 Clocks obeys global row color settings
2019-10-02 19:34:36 -07:00
Chris Cummer
410dca728c
Update CHANGELOG.md
2019-10-02 19:33:03 -07:00
Chris Cummer
336e11959d
Merge pull request #668 from wtfutil/WTF-665-gcal-time-support
...
WTF-665 Add time format setting for gCal module
2019-10-02 19:31:24 -07:00
Sean Smith
2c1e7fc2c9
Have checkbox config work as intended
...
Support checkedIcon
Also support uncheckedIcon
Addresses the end of #616
2019-10-02 17:41:04 -04:00
Sean Smith
b7bd6e3817
Respect list ordering for trello
...
Ordering not respected because of the use of a map
Switch to using slice
Resolves #664
2019-10-02 17:26:34 -04:00
dependabot-preview[bot]
617a702441
Bump github.com/shirou/gopsutil
...
Bumps [github.com/shirou/gopsutil](https://github.com/shirou/gopsutil ) from 2.18.12+incompatible to 2.19.9+incompatible.
- [Release notes](https://github.com/shirou/gopsutil/releases )
- [Commits](https://github.com/shirou/gopsutil/compare/v2.18.12...v2.19.9 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-02 15:47:56 +00:00
Chris Cummer
4aa0f4e43b
WTF-661 Fix tranmission module to no longer block on initialization
...
Fixes #661 .
2019-10-02 05:59:33 -07:00
Chris Cummer
ef71ad2ced
WTF-658 Clocks obeys global row color settings
...
Fixes #658 .
2019-10-02 05:43:16 -07:00
Chris Cummer
ca0345a0b4
Fix a bug with subreddit module row colour
...
Even and odd rows now display as different colours when row colour is
explicitly defined in the module config.
2019-10-02 05:37:31 -07:00
Chris Cummer
8290988213
Merge pull request #670 from wtfutil/WTF-573-fullscreen-layout
...
WTF-573 Add padding value to default row and col setting
2019-10-02 05:24:25 -07:00
Chris Cummer
596825ec1e
Merge pull request #666 from wtfutil/dependabot/go_modules/gopkg.in/yaml.v2-2.2.3
...
Bump gopkg.in/yaml.v2 from 2.2.2 to 2.2.3
2019-10-02 05:23:10 -07:00
Chris Cummer
aeba4fad4b
Merge pull request #662 from wtfutil/dependabot/go_modules/github.com/gdamore/tcell-1.3.0
...
Bump github.com/gdamore/tcell from 1.2.0 to 1.3.0
2019-10-02 05:22:57 -07:00
Chris Cummer
bacb661573
WTF-573 Add padding value to default row and col setting
...
Fixes #573 .
2019-10-01 22:52:37 -07:00
Chris Cummer
7c2d6b4c42
WTF-665 Add time format setting for gCal module
...
Allows the user to specify either "12" or "24" to set whether or not to
display times in AM/PM format or 24-hour format.
Example:
gcal:
enabled: true
timeFormat: "12"
refreshInterval: 360
Fixes #665
2019-10-01 21:37:03 -07:00
aviaviavi
fae38e8e64
Scarf install instructions
2019-10-01 12:58:54 -07:00
dependabot-preview[bot]
711908971c
Bump gopkg.in/yaml.v2 from 2.2.2 to 2.2.3
...
Bumps [gopkg.in/yaml.v2](https://github.com/go-yaml/yaml ) from 2.2.2 to 2.2.3.
- [Release notes](https://github.com/go-yaml/yaml/releases )
- [Commits](https://github.com/go-yaml/yaml/compare/v2.2.2...v2.2.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-01 12:27:41 +00:00
dependabot-preview[bot]
c08c937efe
Bump github.com/gdamore/tcell from 1.2.0 to 1.3.0
...
Bumps [github.com/gdamore/tcell](https://github.com/gdamore/tcell ) from 1.2.0 to 1.3.0.
- [Release notes](https://github.com/gdamore/tcell/releases )
- [Commits](https://github.com/gdamore/tcell/compare/v1.2.0...v1.3.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-30 08:31:39 +00:00
Chris Cummer
301eddafd4
Merge branch 'master' of github.com:wtfutil/wtf
2019-09-28 08:13:59 -04:00
Chris Cummer
b29e06076b
Add @lawrencecraft as a contributor
2019-09-28 08:13:41 -04:00
Chris Cummer
e289c3194a
Update CHANGELOG.md
2019-09-28 08:13:01 -04:00
Chris Cummer
36607f43ad
Merge branch 'master' of github.com:lawrencecraft/wtf into lawrencecraft-master
2019-09-28 07:57:53 -04:00
Chris Cummer
f934f21638
Attempt to fix the HIBP index out of range bug
2019-09-27 20:06:58 -07:00
Chris Cummer
7b9dbdc943
Tidy up go.mod
2019-09-27 03:49:53 -07:00
Chris Cummer
92139d1ba7
Revert the tcell upgrade
...
Reverts back from 1.3.0 to 1.2.0. The later version seems to have some
rendering issues, particularly after putting a laptop to sleep and
waking it back up again.
2019-09-27 03:47:19 -07:00
Chris Cummer
11a8f396b7
Minor cleanup in HIBP module
2019-09-26 18:10:44 -07:00
Lawrence Craft
02bdb405fa
Bit more on the subreddit module - fixing comments and adding options for top sort
2019-09-26 23:18:38 +01:00
Lawrence Craft
b0d6790abe
Adding subreddit module
2019-09-26 22:58:43 +01:00
Chris Cummer
555a1c6def
Update CHANGELOG.md
2019-09-26 14:28:15 -07:00
Chris Cummer
f5e8011906
Update CHANGELOG.md
2019-09-25 14:33:45 -07:00
Chris Cummer
c366fbb017
Merge pull request #647 from wtfutil/dependabot/go_modules/github.com/adlio/trello-1.4.0
...
Bump github.com/adlio/trello from 1.0.0 to 1.4.0
2019-09-25 14:33:15 -07:00
dependabot-preview[bot]
8d84f9b7f0
Bump github.com/adlio/trello from 1.0.0 to 1.4.0
...
Bumps [github.com/adlio/trello](https://github.com/adlio/trello ) from 1.0.0 to 1.4.0.
- [Release notes](https://github.com/adlio/trello/releases )
- [Commits](https://github.com/adlio/trello/compare/v1.0.0...v1.4.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-25 13:03:17 +00:00
Chris Cummer
3b30fd6abe
Tidy up go.mod
2019-09-25 05:59:39 -07:00
Chris Cummer
6a3708383f
Update CHANGELOG.md
2019-09-25 05:57:27 -07:00
Chris Cummer
771026cc7d
Merge branch 'dependabot/go_modules/github.com/xanzy/go-gitlab-0.20.1'
2019-09-25 05:50:19 -07:00
Chris Cummer
be6eb016af
Merge branch 'dependabot/go_modules/github.com/zorkian/go-datadog-api-2.24.0+incompatible'
2019-09-25 05:46:09 -07:00
dependabot-preview[bot]
7ef9fa0ffe
Bump github.com/xanzy/go-gitlab from 0.18.0 to 0.20.1
...
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab ) from 0.18.0 to 0.20.1.
- [Release notes](https://github.com/xanzy/go-gitlab/releases )
- [Changelog](https://github.com/xanzy/go-gitlab/blob/master/CHANGELOG.md )
- [Commits](https://github.com/xanzy/go-gitlab/compare/v0.18.0...v0.20.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-25 12:45:01 +00:00
Chris Cummer
71db72d205
Merge branch 'master' into dependabot/go_modules/google.golang.org/api-0.10.0
2019-09-25 05:42:58 -07:00
Chris Cummer
35ee67faa5
Merge branch 'dependabot/go_modules/github.com/alecthomas/chroma-0.6.7'
2019-09-25 05:41:37 -07:00
Chris Cummer
90dd200dc8
Merge branch 'master' into dependabot/go_modules/github.com/alecthomas/chroma-0.6.7
2019-09-25 05:40:13 -07:00
Chris Cummer
e720bc7812
Merge branch 'master' into dependabot/go_modules/github.com/gdamore/tcell-1.3.0
2019-09-25 05:39:04 -07:00
Chris Cummer
1b8ba1ac7b
Merge branch 'dependabot/go_modules/github.com/radovskyb/watcher-1.0.7'
2019-09-25 05:38:11 -07:00
Chris Cummer
f1533ad391
Merge branch 'master' into dependabot/go_modules/github.com/radovskyb/watcher-1.0.7
2019-09-25 05:36:58 -07:00
Chris Cummer
96132632e9
Merge branch 'master' into dependabot/go_modules/github.com/google/go-github/v26-26.1.3
2019-09-25 05:35:33 -07:00
Chris Cummer
42137fef2e
Update CHANGELOG.md
2019-09-24 08:00:13 -07:00
Chris Cummer
d913936970
Add @scw007 as a contributor
2019-09-24 07:58:37 -07:00
dependabot-preview[bot]
c8f294129c
Bump github.com/alecthomas/chroma from 0.6.3 to 0.6.7
...
Bumps [github.com/alecthomas/chroma](https://github.com/alecthomas/chroma ) from 0.6.3 to 0.6.7.
- [Release notes](https://github.com/alecthomas/chroma/releases )
- [Changelog](https://github.com/alecthomas/chroma/blob/master/.goreleaser.yml )
- [Commits](https://github.com/alecthomas/chroma/compare/v0.6.3...v0.6.7 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-24 07:48:06 +00:00
dependabot-preview[bot]
f4ab8cd5e2
Bump google.golang.org/api from 0.9.0 to 0.10.0
...
Bumps [google.golang.org/api](https://github.com/google/google-api-go-client ) from 0.9.0 to 0.10.0.
- [Release notes](https://github.com/google/google-api-go-client/releases )
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/master/CHANGES.md )
- [Commits](https://github.com/google/google-api-go-client/compare/v0.9.0...v0.10.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-24 07:46:46 +00:00
Steven Whitehead
9de738362a
support enterprise Travis endpoints
2019-09-23 21:50:06 -04:00
dependabot-preview[bot]
9b89215e50
Bump github.com/gdamore/tcell from 1.2.0 to 1.3.0
...
Bumps [github.com/gdamore/tcell](https://github.com/gdamore/tcell ) from 1.2.0 to 1.3.0.
- [Release notes](https://github.com/gdamore/tcell/releases )
- [Commits](https://github.com/gdamore/tcell/compare/v1.2.0...v1.3.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-23 07:39:07 +00:00