-
Notifications
You must be signed in to change notification settings - Fork 1
/
ChangeLog
265 lines (191 loc) · 6.35 KB
/
ChangeLog
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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
# ChangeLog
All notable changes to this project will be documented in this file.
Todas as mudanças notáveis neste projeto serão documentadas neste arquivo.
## [ 3.0.1 ] - 2022-03-24 ###########################################
### Changed / Modificado
- Changed error control.
###
#####################################################################
## [ 3.0 ] - 2022-03-19 #############################################
### Fixed / Corrigido
- Fixed show window on top.
###
#####################################################################
## [ 2.7 ] - 2022-03-08 #############################################
### Added / Adicionado
- Added Shortcuts.
###
### Fixed / Corrigido
- Fixed notification sounds loop on system logon.
- Fixed error parameter name '--system-logon' to '--system-login'.
###
#####################################################################
## [ 2.6 ] - 2022-03-06 #############################################
### Added / Adicionado
- Files and Sources:
- Added autostart.desktop in appdata.
- Extra sounds notifications.
- Code:
- Parameter '--system-logon' to system startup.
###
### Changed / Modificado
- No view notifications messages on system startup.
###
### Fixed / Corrigido
- Fixed show window on top.
###
### Removed / Removido
- 4 sounds notifications.
###
#####################################################################
## [ 2.5 ] - 2022-02-27 #############################################
### Fixed / Corrigido
- Prevent logo icon size too large in about.
- Fixed install.sh
###
#####################################################################
## [ 2.4 ] - 2022-02-20 #############################################
### Added / Adicionado
- Added notification sound themes.
###
#####################################################################
## [ 2.3 ] - 2022-02-20 #############################################
### Added / Adicionado
- Translator Support.
- Options for test notification sound selected.
###
### Changed / Modificado
- Changed install.sh for start webapp using nvidia driver.
- Search for new messages every 800 ms.
- Search for new messages in a new process using multitreading.
###
### Fixed / Corrigido
- Fixed settings for select checkbox to check update.
###
#####################################################################
## [ 2.2 ] - 2022-01-08 #############################################
### Added / Adicionado
- One click on the tray icon to show or hide the window.
- Added update check.
###
#####################################################################
## [ 2.1 ] - 2021-12-26 #############################################
### Added / Adicionado
- Autodetect language.
###
### Fixed / Corrigido
- Actions after loaded webapp.
###
#####################################################################
## [ 2.0 ] - 2021-12-22 #############################################
### Added / Adicionado
- Files and Sources:
- Added RELEASE file.
- Added mp3 files in sound folder.
- Created notify.py in src folder.
- Code:
- Added application name.
- Added notifications sound to new messages.
- Added options for notifications in settings.
- Added dark mode options for use in others webapps.
###
### Changed / Modificado
- Files and Sources:
- Rename whats.py to main.py in src.
- Code:
- Refactory code.
- Modify About.
- Created 'prevent' function for prevent outdated browser.
- Importation of modules optimized.
- Using variable for user agent.
- Apply settings emiting signals.
- Changed creation settings.json file.
###
### Removed / Removido
- Files and Sources:
- Removed 'warning.py'.
- Code:
- Removed function for user agent.
###
### Fixed / Corrigido
- Fixed error:
-----------------------------------------------------------------
Traceback (most recent call last):
File "/usr/share/whats/whats.py", line 267, in eventFilter
if obj.parent() == self:
TypeError: parent(self, QModelIndex): not enough arguments
-----------------------------------------------------------------
- Code:
- Fixed option for open in system tray.
- Fixed auto reload.
- Fixed settings for trayicon.
- Prevent open minimized when show window.
###
#####################################################################
## [ 1.3 ] - 2021-11-06 #############################################
### Added / Adicionado
- Added funcionality for window transparency.
- Added settings for size font.
- Enabled settings for enable javascript, plugins and
autoload images.
###
### Changed / Modificado
- Modify Opacity to int in settings.json.
###
### Fixed / Corrigido
- Ajust items in settings window.
###
#####################################################################
## [ 1.2 ] - 2021-11-04 #############################################
### Added / Adicionado
- Added funcionality for options in settings.
###
### Changed / Modificado
- Changed title for about.
###
### Fixed / Corrigido
- Fixed startup minimized to tray.
###
#####################################################################
## [ 1.1 ] - 2021-11-02 #############################################
### Added / Adicionado
- Added specifc menu for links:
- Open link in the browser.
- Copy link to clipboard'.
- Files and Sources:
- Added jsonTools.py in src.
- Added error.png in icon_status folder.
- Code:
- Added status bar.
- Added funcionality for 'Preferencies' menu.
###
### Upgraded / Atualizado
- Updated install.sh
- Updated function for new messages detect.
###
### Changed / Modificado
- Changed link detection functions.
- Modify fixed size.
###
### Removed / Removido
- Code:
- Removed menu 'External Browser'.
- Removed unnecessary functions in sources and utils.
- Files and Sources:
- Removed folder utils, unnecessary for open link
in the browser.
###
### Fixed / Corrigido
- Fixed link not open in a external browser.
###
#####################################################################
## [ 1.0 ] - 2021-10-31 #############################################
### Added / Adicionado
- Add install.sh
- Add whats.png and whats.desktop in appdata.
- Add clean_cache in common.
- Add sources in src.
- Add scripts shell in utils.
- Add images in icon_status.
###
#####################################################################