Skip to content

Commit dc8961a

Browse files
committed
Update ChangeLog
1 parent 7570a99 commit dc8961a

File tree

1 file changed

+165
-0
lines changed

1 file changed

+165
-0
lines changed

ChangeLog

Lines changed: 165 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,168 @@
1+
commit 7570a99bc85f448d3d9333257661dc953db889a7
2+
Author: David Mohammed <[email protected]>
3+
Date: Wed Oct 16 22:44:32 2019 +0100
4+
5+
Bump release version
6+
7+
README.md | 2 +-
8+
alternative-toolbar.plugin.in | 2 +-
9+
configure.ac | 2 +-
10+
3 files changed, 3 insertions(+), 3 deletions(-)
11+
12+
commit d4355bb12c03e0774cbf10a6bf1f7141f8e4983e
13+
Author: David Mohammed <[email protected]>
14+
Date: Wed Oct 16 22:39:25 2019 +0100
15+
16+
No need to translate the altmenubar
17+
18+
po/POTFILES.skip | 1 +
19+
1 file changed, 1 insertion(+)
20+
21+
commit 90f05b3e01932d3dcc520401cf5926895f4f53f1
22+
Author: David Mohammed <[email protected]>
23+
Date: Wed Oct 16 22:34:06 2019 +0100
24+
25+
Bump version
26+
27+
README.md | 2 +-
28+
alternative-toolbar.plugin.in | 2 +-
29+
configure.ac | 2 +-
30+
3 files changed, 3 insertions(+), 3 deletions(-)
31+
32+
commit a4dee1af2205de81ff5be4851b0f67e68824500b
33+
Author: David Mohammed <[email protected]>
34+
Date: Wed Oct 16 22:27:55 2019 +0100
35+
36+
Cleanup shuffle repeat changes
37+
38+
alttoolbar_type.py | 3 +--
39+
1 file changed, 1 insertion(+), 2 deletions(-)
40+
41+
commit c0846a703ac47d14982412bbf174176ea420d5a8
42+
Author: David Mohammed <[email protected]>
43+
Date: Wed Oct 16 22:26:08 2019 +0100
44+
45+
Save toolbar type once first start #147
46+
47+
alternative-toolbar.py | 2 ++
48+
1 file changed, 2 insertions(+)
49+
50+
commit 6b15c46bbde00eead334bc5d5c2ca10919e08258
51+
Author: David Mohammed <[email protected]>
52+
Date: Wed Oct 16 22:03:22 2019 +0100
53+
54+
Make shuffle repeat work again on 18.04
55+
56+
alttoolbar_type.py | 7 ++++---
57+
1 file changed, 4 insertions(+), 3 deletions(-)
58+
59+
commit 983da7544e6c6f492a9267022dd02239b6927ef6
60+
Author: David Mohammed <[email protected]>
61+
Date: Wed Oct 16 21:51:18 2019 +0100
62+
63+
Simplify the determination for global header to just GNOME sessions closes #147
64+
65+
alternative-toolbar.py | 11 ++++-------
66+
1 file changed, 4 insertions(+), 7 deletions(-)
67+
68+
commit 2c29cf208c2b1bb44499a623e996a13d3d5c43d1
69+
Author: David Mohammed <[email protected]>
70+
Date: Mon Oct 7 21:55:15 2019 +0100
71+
72+
Don't show our plugin implementation later than 3.4.3 Closes #146
73+
74+
alternative-toolbar.py | 16 +++++++++++++++-
75+
1 file changed, 15 insertions(+), 1 deletion(-)
76+
77+
commit 790c4cc0b28f5d90ab28a9cf2c543bff8803f4f8
78+
Author: David Mohammed <[email protected]>
79+
Date: Mon Oct 7 19:40:58 2019 +0100
80+
81+
Stop erroneous warning messages for play and shuffle
82+
83+
alttoolbar_type.py | 7 ++++---
84+
1 file changed, 4 insertions(+), 3 deletions(-)
85+
86+
commit c04f5ba7fa2d0b60a682027592d68e45331e2a7a
87+
Author: David Mohammed <[email protected]>
88+
Date: Sun Oct 6 21:40:20 2019 +0100
89+
90+
Add traditional menu to compact toolbar - Closes #145
91+
92+
Makefile.am | 3 +-
93+
alttoolbar_type.py | 12 +++
94+
ui/altmenubar.ui | 236 +++++++++++++++++++++++++++++++++++++++++++++++++++++
95+
3 files changed, 250 insertions(+), 1 deletion(-)
96+
97+
commit cfac2839ee71e9d6c491fdfe9461f05d11641357
98+
Author: David Mohammed <[email protected]>
99+
Date: Sun Oct 6 13:20:21 2019 +0100
100+
101+
Latest translations ko
102+
103+
po/ko.po | 9 ++++++---
104+
1 file changed, 6 insertions(+), 3 deletions(-)
105+
106+
commit 27e4fda9f2296ad11c2977013bd7ad337bf4cd77
107+
Author: David Mohammed <[email protected]>
108+
Date: Sun Oct 6 13:18:23 2019 +0100
109+
110+
Latest translations
111+
112+
po/LINGUAS | 1 +
113+
po/fi.po | 33 +++++--
114+
po/szl.po | 295 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
115+
3 files changed, 321 insertions(+), 8 deletions(-)
116+
117+
commit a4dd77859f72c41c95dccff1524b613aede92d73
118+
Author: David Mohammed <[email protected]>
119+
Date: Sun Oct 6 12:11:42 2019 +0100
120+
121+
Don't spam the syslog Closes #142
122+
The original code was a work-around for old distro's. Lets
123+
assume all users are now on more modern equiv and dont need
124+
the workaround
125+
126+
alttoolbar_type.py | 8 ++++----
127+
1 file changed, 4 insertions(+), 4 deletions(-)
128+
129+
commit d32b5238e079d12b36bb4bfac4ccab3239a87948
130+
Author: David Mohammed <[email protected]>
131+
Date: Sun Oct 6 11:59:28 2019 +0100
132+
133+
Use keybinder to invoke search CTRL+F Closes #130
134+
135+
alttoolbar_type.py | 32 ++++++++++++++++++++++----------
136+
configure.ac | 3 ++-
137+
2 files changed, 24 insertions(+), 11 deletions(-)
138+
139+
commit 50e01f73bfd9d80b4d18068ee916b2e601c9e13e
140+
Author: David Mohammed <[email protected]>
141+
Date: Mon Sep 16 13:28:04 2019 +0100
142+
143+
Update README.md
144+
145+
README.md | 2 ++
146+
1 file changed, 2 insertions(+)
147+
148+
commit 72ab6a446372e8b7fa2acff4697c08b294fb61ab
149+
Author: David Mohammed <[email protected]>
150+
Date: Tue Mar 5 19:01:20 2019 +0000
151+
152+
Correct metainfo copyright
153+
154+
metainfo/org.gnome.rhythmbox.alternative-toolbar.addon.appdata.xml | 4 ++--
155+
1 file changed, 2 insertions(+), 2 deletions(-)
156+
157+
commit bcb9467db481f7ac806c420335d17dbfd20598c1
158+
Author: David Mohammed <[email protected]>
159+
Date: Tue Mar 5 16:31:36 2019 +0000
160+
161+
Add updated ChangeLog for the release
162+
163+
ChangeLog | 173 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
164+
1 file changed, 173 insertions(+)
165+
1166
commit ad0e1541eaaad5b1dc7d022c51c3f154d30c0ea2
2167
Author: David Mohammed <[email protected]>
3168
Date: Tue Mar 5 16:30:36 2019 +0000

0 commit comments

Comments
 (0)