@@ -3,6 +3,53 @@ of Libvisual plugins.
3
3
4
4
These are only visible changes, for more details look at the ChangeLog.
5
5
6
+ New in 0.4.2: 2023-03-20:
7
+
8
+ New features
9
+ * debug: Fix and reintegrate debug input plugin (#147)
10
+ * gstreamer: Upgrade to GStreamer 1.x (#95, #194, #223)
11
+ * mplayer: Make input plug-in functional (#158, #277)
12
+ * portaudio: Add new PortAudio input plug-in (#196, #236, #240, #279)
13
+ * pulseaudio: Add new PulseAudio input plug-in (#149)
14
+
15
+ Removed features
16
+ * esound: Drop ESounD/ESD input plugin (#148)
17
+
18
+ Behavior bugfixes
19
+ * alsa: Fix upload buffer size math (#154)
20
+ * alsa: Open device "default" rather than "hw:0,0" (#154)
21
+ * alsa: Reduce latency (#154)
22
+ * corona: Fix heap-buffer-overflow (#263, #281)
23
+ * gforce: Fix issues with object destruction (#216)
24
+ * gforce: Fix font loading + install missing font file (#216)
25
+ * infinite: Fix out-of-bounds access (#200, #205)
26
+ * infinite: Fix effect loading for big-endian machines (#200)
27
+ * lv_flower: Fix out-of-bounds access (#199)
28
+ * lv_gltest: Base rotation on runtime not FPS (#153, #164)
29
+ * lv_scope: Show silence as a solid line (#198)
30
+ * oinksie: Fix out-of-bounds access (#209)
31
+
32
+ Translation improvements
33
+ * Improve translations (from Debian) (#156)
34
+
35
+ Fixes related to compilation
36
+ * Drop harmful AC_FUNC_MALLOC and AC_FUNC_REALLOC from configure.ac (#237)
37
+ * Address Autotools warnings (#228)
38
+ * Re-write autogen.sh based on autoreconf (#229)
39
+ * Drop unused X11 and make OpenGL logic respect pkg-config (#188)
40
+ * Compile and link against OpenGL and GLU in a more portable way (#278)
41
+ * gdkpixbuf: Update to build with GTK 3.x (#183)
42
+ * gforce: Fix compile error (#290)
43
+ * Require a C++11 compiler (#276)
44
+
45
+ Infrastructure work
46
+ * Start covering Clang 17 (#231)
47
+ * Enrich NEWS files with 0.4.1 pull request references (#227)
48
+ * Add .gitignore files (#197)
49
+ * Start covering build on macOS (#189, #262)
50
+ * finespectrum: Remove off-build-system actor plugin (#207, #253)
51
+ * Document 0.4.2 pull requests (#273)
52
+
6
53
New in 0.4.1: 2022-12-05:
7
54
8
55
Behavior bugfixes
0 commit comments