Skip to content

Commit 3e03fa5

Browse files
committed
v0.24.0
1 parent 2725d69 commit 3e03fa5

File tree

4 files changed

+119
-1
lines changed

4 files changed

+119
-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.24.0) unstable; urgency=medium
2+
3+
* See: https://github.com/wtfutil/wtf/releases/tag/v0.24.0
4+
5+
-- Jamie Curnow <[email protected]> Mon, 11 Nov 2019 9:00:00 +1000
6+
17
wtfutil (0.23.0) unstable; urgency=medium
28

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

debian/changelog.upstream

Lines changed: 111 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,114 @@
1+
Version v0.24.0; changes since v0.23.0:
2+
---------------------------------------
3+
4+
a6468c5 Remove docker from the build pipeline
5+
251e3fe Add warning for empty grid values (#741)
6+
b209331 Fix grid: key issue when key is present
7+
5bbbda2 Remove stray grid: key from dynamic_config.yml
8+
a18fce8 WTF-718 Fixes missing grid issue when running CmdRunner (#740)
9+
7c22408 Tidy go.mod
10+
e8bc580 Bump github.com/xanzy/go-gitlab from 0.21.0 to 0.22.0 (#739)
11+
867576c Bump github.com/olekukonko/tablewriter from 0.0.1 to 0.0.2 (#737)
12+
d81891f Bump github.com/shirou/gopsutil (#736)
13+
777bcd0 Bump gopkg.in/yaml.v2 from 2.2.4 to 2.2.5 (#735)
14+
c16560d Merge branch
15+
'dependabot/go_modules/github.com/alecthomas/chroma-0.6.9'
16+
5bed417 Fix merge conflict in go.mod
17+
e081222 Update CHANGELOG.md
18+
200dbcc WTF-730 Fix missing color key config error (#738)
19+
11b1742 Bump github.com/alecthomas/chroma from 0.6.8 to 0.6.9
20+
1bfca29 WTF-657 Add spec coverage for cfg/common_settings.go (#728)
21+
837dc92 Remove Hacktoberfest message
22+
83b98e4 Bump google.golang.org/api from 0.11.0 to 0.13.0 (#726)
23+
b36cb5c Update CHANGELOG.md
24+
0d11940 Update CHANGELOG.md
25+
ada434b Merge pull request #715 from Ameobea/twitterstats
26+
a99af9a Support both bearer + consumer tokens for Twitter modules
27+
41c301f Update CHANGELOG.md
28+
516a8b3 Update CHANGELOG.md
29+
263d3ec Add @madepolli as a contributor
30+
5950135 Merge pull request #724 from madepolli/modded_resourceusage
31+
9032163 Update CHANGELOG.md
32+
663de7d Add @C123R as a contributor
33+
7030eec Merge pull request #720 from C123R/master
34+
900d0d0 modded resourceusage
35+
5261325 fix: resolve PR commits
36+
c230853 Merge pull request #723 from wtfutil/20191024-go-mod-tidy
37+
4794102 fix: validation build issues
38+
22b40ff fix: mark favorite with ⭐
39+
6a3a5ea Merge branch 'master' into master
40+
e7e1463 feat: Add new widget for football scores and standings
41+
f3839d6 Tidy go.mod
42+
a8fae54 Merge pull request #722 from
43+
wtfutil/dependabot/go_modules/github.com/xanzy/go-gitlab-0.21.0
44+
581a28f Merge pull request #721 from
45+
wtfutil/dependabot/go_modules/github.com/alecthomas/chroma-0.6.8
46+
dd4438d Merge pull request #717 from hemu/add-view-tests
47+
3c21afe Bump github.com/xanzy/go-gitlab from 0.20.1 to 0.21.0
48+
54c0739 Bump github.com/alecthomas/chroma from 0.6.7 to 0.6.8
49+
d82eda1 Improvements to twitterstats code from review
50+
20e30fd rename tests to be consistent with other test files
51+
b934096 add tests for keyboard_widget
52+
3c95d8e Improve styling + remove unused code
53+
0be63a4 Implement Twitter API fetching for twitterstats
54+
4c9990b Implement initial twitterstats module
55+
d7b0669 Add @Daanikus as a contributor
56+
97bf420 Merge pull request #712 from Daanikus/close-file
57+
7f89620 Add @hemu as a contributor
58+
d5478af Merge pull request #710 from hemu/add-bargraph-test
59+
be3ad2d Update CHANGELOG.md
60+
8c328f0 Merge branch 'indradhanush-indradhanush/add-vendor-check-to-builds'
61+
e9cd22f Merge branch 'indradhanush/add-vendor-check-to-builds' of
62+
github.com:indradhanush/wtf into
63+
indradhanush-indradhanush/add-vendor-check-to-builds
64+
a64e026 Update CHANGELOG.md
65+
a8d1139 Add @3mard as a contributor
66+
cb63688 Merge branch 'master' of github.com:wtfutil/wtf
67+
f687138 Merge pull request #706 from caalberts/improve-gitlab-calls
68+
db9f3c7 close unclosed file
69+
0fd7638 Add tests for bargraph view for full coverage
70+
80539de Update go.mod and go.sum
71+
d399073 Add script to check for uncommitted vendor changes in build
72+
e7a42e0 chore: adjust ToDo to use ScrollableWidget
73+
f1303bc Rename "Approval Requests" to "Assigned Merge Requests"
74+
fa1bdad Add user context to GitLab project
75+
9a1b350 Merge pull request #705 from felicianotech/fix-default-config
76+
9e71c78 Add @felicianotech as a contributor
77+
40657d7 Merge branch 'felicianotech-fix-gomod'
78+
b90ae57 Remove blank line from default config.
79+
946e795 Remake/fix go.mod.
80+
26cd4f7 Fix typo in readme
81+
1dab374 Update readme
82+
b0a114d Update CHANGELOG.md
83+
c2ba8d4 Add @caalberts as a contributor
84+
031ecf0 Merge branch 'caalberts-gitlab-issues'
85+
6f63229 Merge branch 'gitlab-issues' of github.com:caalberts/wtf into
86+
caalberts-gitlab-issues
87+
2918e49 Fix failing specs
88+
e43430e Merge branch 'openutilupdate' of github.com:Seanstoppable/wtf into
89+
Seanstoppable-openutilupdate
90+
9a8771d Add docker target back to .goreleaser.yml
91+
90287c6 Update CHANGELOG.md
92+
8008e10 Merge pull request #696 from Boot-Error/feature-docker
93+
2fa69d1 Merge branch 'noxer-master'
94+
b97cb8d Merge branch 'master' of github.com:noxer/wtf into noxer-master
95+
8937fa2 Merge pull request #701 from noxer/patch-1
96+
149228d Add lists of authored and assigned issues in GitLab project
97+
ed9ef32 Readme update for the Go 1.12 requirement
98+
91cbe0c Removed Go 1.11 from the tested versions
99+
2267960 Revert "Revert "Call the os.UserHomeDir in Home""
100+
6b67baa Update CHANGELOG
101+
419d436 remove pull request count from issue count (#694)
102+
68e56ea Add new urlutil option, and have these be reloadable
103+
f5e0aec Updated README.md with instruction to run in docker
104+
9e53aed Run wtf inside docker container
105+
270daf3 Revert "Call the os.UserHomeDir in Home"
106+
d3b6bc5 Call the os.UserHomeDir in Home
107+
cdf37f0 Optimized ParseJson and ExecuteCommand
108+
5b4a49d Preallocate slice
109+
ca18a14 Preallocate slices and remove double type assertion
110+
25234e0 Update CHANGELOG.md
111+
1112
Version v0.23.0; changes since v0.22.0:
2113
---------------------------------------
3114

debian/versions.upstream

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ v0.20.0
1717
v0.21.0
1818
v0.22.0
1919
v0.23.0
20+
v0.24.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.23.0",
3+
"VERSION": "0.24.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)