-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathupdate-log.txt
126 lines (85 loc) · 2.7 KB
/
update-log.txt
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
version tag : 1.0.7
version code : 12
complete time : 2024-11-29T17:12+08:00
update log :
Fixed a buffer overflow vulnerability in Vesper Control.
--------------------------------
version tag : 1.0.6
version code : 11
complete time : 2024-09-24T19:35+08:00
update log :
Fix a memory leak issue around the timer of runtime control event loop in vepser wayland server.
--------------------------------
version tag : 1.0.5
version code : 10
complete time : 2024-09-04T13:32+08:00
update log :
Security:
Fix horizontal privilege escalation vulnerabilities in daemon mode.
--------------------------------
version tag : 1.0.4
version code : 9
complete time : 2024-09-03T17:32+08:00
update log :
More logs.
Remove surface destroy event listener in View.
--------------------------------
version tag : 1.0.3
version code : 8
complete time : 2024-05-19T17:10+08:00
update log :
Bugfix:
* Crash when closing kgx.
--------------------------------
version tag : 1.0.2
version code : 7
complete time : 2024-05-19T16:21+08:00
update log :
Vesper VNC:
* Drop cmdline --vnc-auth-passwd. Use environment variable VESPER_VNC_AUTH_PASSWD instead.
--------------------------------
version tag : 1.0.1
version code : 6
complete time : 2024-05-12T15:36+08:00
update log :
Bugfix - Vesper Desktop:
* Wayland "XDG Toplevel Commit" event still handled for closed windows, which causes segmentation fault.
Build script:
+ Allow Vesper to be installed with debug symbols.
--------------------------------
version tag : 1.0.0
version code : 5
complete time : 2024-05-05T16:19+08:00
update log :
dev:
* Use "Ninja" instead of "Unix Makefiles" as CMake's backend.
vesper desktop:
+ maximize when dragged a window to the top of the display.
+ split when dragged a window to the left or right edge of the display.
+ notify child-processes to exit gracefully before compositor quit.
--------------------------------
version tag : 0.0.4-dev
version code : 4
complete time : 2024-04-27T15:12+08:00
update log :
misc:
* Bugfix: Random crashes when using Vesper VNC.
vesper desktop:
* Change working directory to "~" instead of "/" when running as a daemon process.
--------------------------------
version tag : 0.0.3-dev
version code : 3
complete time : 2024-04-25T16:21+08:00
update log :
vesper desktop:
* Try to ensure all parts of newly created popups inside display area.
--------------------------------
version tag : 0.0.2-dev
version code : 2
complete time : 2024-04-21T17:11+08:00
update log :
veser control
+ New protocol: GetVesperVersion
vesper desktop
* Rewrite the logic of runtime control, which fixed some issues relating to concurrency.
--------------------------------