This repository has been archived by the owner on Nov 30, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 279
/
CHANGELOG.json
143 lines (143 loc) · 3.98 KB
/
CHANGELOG.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
[{
"version": "2.0.9",
"channel": "stable",
"releasedAt": 1490971692902,
"urgency": "low",
"changes": {
"General": [
"Stable release with all the features."
]
}
}, {
"version": "2.0.8",
"channel": "beta",
"releasedAt": 1490272214091,
"urgency": "low",
"changes": {
"General": [
"Added Hungarian dictionary for the spell checker.",
"Fixed white borders around chat bubbles.",
"Fixed app getting stuck on the loading screen.",
"Fixed error that appeared sometimes when right-clicking."
]
}
}, {
"version": "2.0.7",
"channel": "dev",
"releasedAt": 1489660479542,
"urgency": "low",
"changes": {
"General": [
"Zoom level changes in 25% increments now instead of 100%.",
"Fixed icon resolution (adios blurriness!).",
"Fixed/re-added shortcuts to switch between conversations.",
"Fixed/re-added shortcut to focus on the Search input field.",
"Fixed audio/video calls semetimes opening 2 windows.",
"Replaced the About menu with a custom dialog that mentions contributors.",
"Updated theme Midnight and fixed some minor styling issues.",
"Added a notification displayed after the app updates to see what's changed.",
"Added a new preference in Window that changes how first clicks are handled.",
"Added a Preferences/Settings shortcut for the in-app Settings.",
"Made window Reload clear the cache as well.",
"Added back the context menu with word corrections."
],
"OS X": [
"Fixed window not closing after menubar is turned on and dock off."
],
"Windows": [
"Removed some shortcuts that caused compatibility issues.",
"Fixed 'Auto Hide Menu Bar' resetting after restart and not reappearing when Alt is pressed."
],
"Linux": [
"Removed some shortcuts that caused compatibility issues.",
"Fixed 'Auto Hide Menu Bar' resetting after restart and not reappearing when Alt is pressed.",
"When a dark theme is set, the app will request a dark window frame on GTK+3 environments.",
"The app is distributed as a .tar.gz now too."
]
}
}, {
"version": "2.0.6",
"channel": "stable",
"releasedAt": 1489325983503,
"urgency": "low",
"changes": {
"General": [
"Fixed an internal error related to notifications count."
]
}
}, {
"version": "2.0.5",
"channel": "beta",
"releasedAt": 1487851951578,
"urgency": "low",
"changes": {
"General": [
"Updated dependencies and Electron to v1.4.15.",
"Disabled hardware acceleration (should be easier on the GPU).",
"Added option to disable typing and seen indicators.",
"Made the crash reporter use less resources.",
"Fixed file download links opening in the browser.",
"Fixed an issue with updates on Windows and Linux.",
"Fixed audio and video calls.",
"Fixed blinking badge.",
"Fixed top banner still appearing sometimes."
]
}
}, {
"version": "2.0.4",
"channel": "beta",
"releasedAt": 1483002596589,
"urgency": "low",
"changes": {
"General": [
"Remove custom context menu (temporarily) to fix crashes."
],
"Windows": [
"Fix RightAlt+I opening dev tools."
]
}
}, {
"version": "2.0.3",
"channel": "beta",
"releasedAt": 1482919367144,
"urgency": "low",
"changes": {
"General": [
"Update Electron to v1.4.13."
],
"Linux": [
"Remove special treatment for Elementary OS."
]
}
}, {
"version": "2.0.1",
"channel": "beta",
"releasedAt": 1473193961005,
"urgency": "low",
"changes": {
"General": [
"Add toggle to auto-hide the sidebar.",
"Various fixes and improvements.",
"Dependency updates."
]
}
}, {
"version": "2.0.0",
"channel": "beta",
"releasedAt": 1472191336102,
"urgency": "low",
"changes": {
"General": [
"Initial v2 release."
],
"OS X": [
"Initial v2 release."
],
"Windows": [
"Initial v2 release."
],
"Linux": [
"Initial v2 release."
]
}
}]