Skip to content

Commit

Permalink
update the release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Oct 19, 2024
1 parent 99fd4d2 commit d0cd32f
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions src/NEWS
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
v3.1.9 (2024-09-04)
v3.1.9 (2024-10-19)
-- build and packaging:
- libyuv 0.1878.20231004
- packaging updates for CentOS7: libyuv, skip pycuda
- python-netifaces missing gcc build dependency
- remove outdated numpy packaging workaround on MS Windows
- ffmpeg v7 compatibility for decoder and swscale
- remove ffmpeg encoder from MS Windows builds
- remove ffmpeg encoder from MS Windows and MacOS builds
- never bundle any Qt components
- match `comtypes` module changes
-- encodings:
- avoid slow modules (ie: csc_cython)
- stick to the same video scaling setting longer, avoid big swings
- handle decoding of padded frames
-- major:
- system tray cleanup crash
- automatic port assignment error
- raise AES key derivation limits
- missing start menu
- try harder to find the matching key, using the keyval, key name - lowercase if needed, use default modifiers if that's all we have
- context errors with sync-xvfb switch
Expand All @@ -27,6 +31,8 @@ v3.1.9 (2024-09-04)
- expose all clipboard targets
- authentication aborted due to encryption not detected
-- minor and cosmetic fixes:
- proxy servers should respond to `id` requests
- encoding speed and quality menus not sticking
- map missing modifiers using defaults
- don't assume that zlib is available
- handle invalid dbus-launch command options
Expand All @@ -35,6 +41,7 @@ v3.1.9 (2024-09-04)
- try to handle missing python pillow slightly more gracefully
- log opengl probe command
- confusing X11 display message
- avoid X11 client message format warnings
- use correct type for numlock modifier

v3.1.8 (2024-06-13)
Expand Down

0 comments on commit d0cd32f

Please sign in to comment.