Skip to content

Commit d3ae531

Browse files
author
Jamie Curnow
committed
v0.22.0
1 parent 1e9feda commit d3ae531

File tree

4 files changed

+144
-1
lines changed

4 files changed

+144
-1
lines changed

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
wtfutil (0.22.0) unstable; urgency=medium
2+
3+
* See: https://github.com/wtfutil/wtf/releases/tag/v0.22.0
4+
5+
-- Jamie Curnow <[email protected]> Fri, 13 Sep 2019 9:00:00 +1000
6+
17
wtfutil (0.21.0) unstable; urgency=medium
28

39
* See: https://github.com/wtfutil/wtf/releases/tag/v0.21.0

debian/changelog.upstream

Lines changed: 136 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,139 @@
1+
Version v0.22.0; changes since v0.21.0:
2+
---------------------------------------
3+
4+
bb59d52 Remove docker from the build pipeline
5+
5e1abc1 Update go.sum
6+
b1aba81 Add @noxer as a contributor
7+
842a24e Merge pull request #622 from noxer/patch-1
8+
c836181 Merge pull request #627 from wtfutil/20190910-catch-watcher-error
9+
18859ed Update CHANGELOG.md
10+
cfc7a8c Add @ibaum as a contributor
11+
35b7c97 Merge pull request #615 from ibaum/fix-kubernetes-client
12+
79bc78a Don't die if the watcher can't find the file. Continue trying
13+
33ea383 Merge branch 'fixjsonparse' of github.com:Seanstoppable/wtf into Seanstoppable-fixjsonparse
14+
26ca161 Fix config reload race
15+
bb3c24d Normalize coloring (#620)
16+
9b23da0 Merge pull request #625 from wtfutil/20190910-no-title
17+
e059eeb Add the ability to display no title
18+
04616dd Update CHANGELOG.md
19+
a620d4f Add @Narengowda as a contributor
20+
8ca807e Disable the GOSUMDB in the compilation instructions
21+
7756df1 Merge branch 'master' into add_digitalclock_module
22+
3ad04c4 Cleanup unwanted comments
23+
ba7645a Update CHANGELOG.md
24+
8ababed Update CHANGELOG.md
25+
89020c7 Merge pull request #617 from wtfutil/WTF-566-gitlab-projects-as-list
26+
348b2ff Adds support for digital clock
27+
6de3f0f modules/digitalclock/
28+
074bd6a Update README.md
29+
a646644 Update CHANGELOG.md
30+
4ff6453 Add @ChrisDBrown as a contributor
31+
7dd4e49 Merge branch 'feat/nr-multi' of github.com:Seanstoppable/wtf into Seanstoppable-feat/nr-multi
32+
36fbad5 Fix JSON parsing
33+
32884e5 Add default label color to docker module
34+
0cd9605 Update CHANGELOG.md
35+
78db4fe Add @v-braun as a contributor
36+
e441e7e Fix go.mod merge conflicts
37+
f83e57c WTF-566 Support GitLab projects as list
38+
6662c7f Update kubernetes client to connect to various kubernetes providers
39+
921d5d1 Merge pull request #613 from Midnight-Conqueror/fix-github-icon-size
40+
9f7ff56 reducing the size of the cross
41+
001fde1 Update README.md
42+
3fd1651 Update CHANGELOG.md
43+
ef20be2 Merge branch 'Midnight-Conqueror-fix-github-selection-lint'
44+
27ecabf Merge branch 'fix-github-selection-lint' of github.com:Midnight-Conqueror/wtf into Midnight-Conqueror-fix-github-selection-lint
45+
5a0b9df Update CHANGELOG.md
46+
7d99c12 Merge pull request #608 from Seanstoppable/fixgitordering
47+
7056a44 Update CHANGELOG.md
48+
7fed757 Merge pull request #612 from wtfutil/WTF-611-gcal-color-highlighting
49+
66ae65c Merge branch 'fixcolorconfig' of github.com:Seanstoppable/wtf into Seanstoppable-fixcolorconfig
50+
2c673ae WTF-611 Fix gCal color highlighting
51+
d4e0b09 add unicode for exclamation mark
52+
596bfba fix: fixing linting for the github module adding documentation to github module fixing malformed icon causing display errors
53+
e8881ef Merge pull request #606 from Seanstoppable/updategoreleaser
54+
886d9d9 Update CHANGELOG.md
55+
bbf5b12 Add @Midnight-Conqueror as a contributor
56+
993853a Merge branch 'Midnight-Conqueror-github-selection'
57+
faa2098 Merge branch 'github-selection' of github.com:Midnight-Conqueror/wtf into Midnight-Conqueror-github-selection
58+
37c6142 Update go.sum httpmock
59+
e213e6b Fix git ordering
60+
bc0d79d Update CHANGELOG.md
61+
aef3286 Merge pull request #605 from Seanstoppable/supporthexcolor
62+
a781c20 Merge pull request #603 from Seanstoppable/handlegithubclienterr
63+
3d25caa Update CHANGELOG.md
64+
237a05d Merge pull request #602 from Seanstoppable/hotfixtodoist
65+
1c1ce48 Updates to make this work after refactors
66+
3758ade feat(newrelic): Display deploy information from multiple apps
67+
5979564 Update test case for default color
68+
e8f38ff Support hex colors
69+
23bd900 Update goreleaser config
70+
0c8c198 Fix module color config
71+
12a006f Pass through github client errors to display
72+
b184c8a Hotfix todoist
73+
34d6d03 Update the oauth2 package
74+
bd2f73a unselecting correctly
75+
c21b7c3 appending to a slice and referencing items within that using the currently selected
76+
87f029a Merge pull request #599 from wtfutil/20190904-experimental-term-definitions
77+
85fc8f2 Include in extended tcell terminal descriptions
78+
3faefc1 Upgrade tview and tcell dependencies
79+
3a3394e Add @andor-pierdelacabeza as a contributor
80+
42843b1 Merge pull request #597 from andor-pierdelacabeza/patch-1
81+
e1e620a Update bin file name in flags
82+
8bd0bf7 implemented docker module
83+
b783e6b Update CHANGELOG.md
84+
e56731a Add @Ameobea as a contributor
85+
2bd7c43 Merge pull request #582 from Ameobea/google-analytics-realtime
86+
b4a65a3 Merge branch 'master' of github.com:wtfutil/wtf
87+
ecdeac7 Add @nyourchuck as a contributor
88+
b7639f5 Update CHANGELOG.md
89+
ac63b5b Merge pull request #580 from nyourchuck/nyourchuck-travisci-updates
90+
b471d58 Update CHANGELOG.md
91+
d0095f9 Merge pull request #591 from lesteenman/WTF-574-change-jira-status-layout
92+
0373308 Merge pull request #590 from Seanstoppable/errtidy
93+
8835f53 Refactor a number of widgets to display client errors
94+
ff77a3d Merge branch 'master' of github.com:wtfutil/wtf
95+
01d82e3 Add @lesteenman as a contributor
96+
42f6a4e Update CHANGELOG.md
97+
fcda904 Merge pull request #589 from lesteenman/WTF-575-url-decode-jenkins-job-names
98+
fd95a0f Update CHANGELOG.md
99+
0206fd6 Merge pull request #587 from Seanstoppable/capturetodoisterrors
100+
2d73995 Merge pull request #583 from Seanstoppable/kubeconfigerr
101+
2886e58 Update CHANGELOG.md
102+
46a4c82 Merge pull request #588 from Seanstoppable/fixscrollableandtodoist
103+
4716875 Update CHANGELOG.md
104+
2fce7a1 Add @mikkeljuhl as a contributor
105+
f1c2a42 Merge pull request #576 from mikkeljuhl/mjuhl/feature/addPermissionReadingToGCal
106+
1365b60 WTF-575: URL-Decode Jenkins branch names
107+
f2c1090 Fix delete/close of todoist
108+
0f9e072 Capture API exceptions from todoist API
109+
35797d2 WTF-574: Change display of Jira columns.
110+
cbae744 adding back padding
111+
b98ce54 scroll to top when unselecting
112+
74d2fbe using the correct order and maintaining scroll position when changing source
113+
5740b68 adding back mergedString
114+
925930f addressing performance
115+
10f0204 instead of resetting the selected each refresh now setting the max each refresh
116+
70c5e02 fixing an issue where after a refresh the maxItems would be greater than the actual amount
117+
d212037 cleaning up
118+
d030814 changing keybind
119+
ccaca4f using just the pr/issue number as highlighted
120+
55937c4 added highlighting and opening of pull requests
121+
c311523 Catch and throw error when trying to get kube config
122+
a56c1fa Improve real time data fetch error message
123+
d5e06fe Add support for pulling realtime Google Analytics metrics
124+
5545e4f Add more configuration options to travisci module
125+
869269c [Google Calendar]: Calendar Read Level
126+
c3a54de Update README.md
127+
68a7553 Update README.md
128+
02b0be0 Add @jeffz as a contributor
129+
52aba30 Update CHANGELOG.md
130+
9d4609e Merge pull request #570 from jeffz/arpansagovau
131+
db5d50c Set the text wrap of the clocks module to false
132+
e1da955 Update README.md
133+
68b64a3 Update CONTRIBUTING.md
134+
022de78 Update CHANGELOG.md
135+
4bc92bc add arpansagovau module for displaying UV data from Australian cities
136+
1137
Version v0.21.0; changes since v0.20.0:
2138
---------------------------------------
3139

debian/versions.upstream

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ v0.19.0
1515
v0.19.1
1616
v0.20.0
1717
v0.21.0
18+
v0.22.0

dpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"PACKAGE": "wtfutil",
3-
"VERSION": "0.21.0",
3+
"VERSION": "0.22.0",
44
"GH_USER": "wtfutil",
55
"URL": "https://github.com/${GH_USER}/wtf/archive/v${VERSION}.tar.gz",
66
"SIGN_KEY": "EFD591B218E19AE3376D80D14F9E050D1DFFBB86",

0 commit comments

Comments
 (0)