-
Notifications
You must be signed in to change notification settings - Fork 1
/
ChangeLog
executable file
·201 lines (142 loc) · 4.97 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
# 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.2 ] - 2022-05-29 ###########################################
### Changed / Modificado
- Restart Back Forward at reload page.
###
#####################################################################
## [ 3.0.1 ] - 2022-03-24 ###########################################
### Changed / Modificado
- Changed error control.
###
#####################################################################
## [ 3.0 ] - 2022-03-19 #############################################
### Added / Adicionado
- Context menu to back and forward pages on webapp.
###
### 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.
###
#####################################################################
## [ 2.5 ] - 2022-02-27 #############################################
### Fixed / Corrigido
- Prevent logo icon size too large in about.
- Fixed notifications messages.
- 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.
###
### Upgraded / Atualizado
- Upgraded function for search notify.
###
#####################################################################
## [ 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.0 ] - 2021-11-09 #############################################
### Added / Adicionado
- Added install.sh
- Added face.png and face.desktop in appdata.
- Added clean_cache and clean_conf in common.
- Added sources in src.
- Added icons in icon_status.
###
#####################################################################