/[svn]/qsampler/trunk/ChangeLog
ViewVC logotype

Diff of /qsampler/trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3001 by capela, Sat Oct 8 22:08:39 2016 UTC revision 3633 by capela, Thu Oct 17 14:09:09 2019 UTC
# Line 1  Line 1 
1  Qsampler - A LinuxSampler Qt GUI Interface  Qsampler - A LinuxSampler Qt GUI Interface
2  ------------------------------------------  ~------------------------------------------
3    
4  ChangeLog  ChangeLog
5    
6    
7  GIT HEAD  0.6.0  2019-10-17  An Autumn'19 Release.
8    
9  - Fixed a potential crash on the singleton/unique application  - Added alternate yet non-official CMake build option.
10    
11    - Fix HiDPI display screen effective support (Qt >= 5.6).
12    
13    - Make sure compiler flags comply to c++11 as standard.
14    
15    
16    0.5.6  2019-07-12  A Summer'19 Release.
17    
18    - Updated for the newer Qt5 translation tools (>= 5.13).
19    
20    - Configure updated to check for qtchooser availability.
21    
22    - Minor update to Debian packaging control file.
23    
24    
25    0.5.5  2019-04-11  A Spring-Break'19 Release.
26    
27    - Re-defined all main application UNIX signal handling.
28    
29    
30    0.5.4  2019-03-11  Pre-LAC2019 Release Frenzy.
31    
32    - Refactored all singleton/unique application instance
33      setup logic away from X11/Xcb hackery.
34    
35    - HiDPI display screen support (Qt >= 5.6).
36    
37    - Bumped copyright headers into the New Year (2019).
38    
39    
40    0.5.3  2018-12-06  An End of Autumn'18 Release.
41    
42    - Avoid saving plug-in sampler channels and related devices
43      to regular LSCP (*.lscp) session files.
44    
45    - Fixed MIDI and Audio device selection on the common sampler
46      channel settings dialog.
47    
48    - Old deprecated Qt4 build support is no more.
49    
50    - AppStream metadata updated to be the most compliant with
51      latest freedesktop.org specification and recommendation.
52    
53    
54    0.5.2  2018-07-22  A Summer'18 Release.
55    
56    - AppData/AppStream metadata is now settled under an all
57      permisssive license (FSFAP).
58    
59    
60    0.5.1  2018-05-21  Pre-LAC2018 release frenzy.
61    
62    - Disable singleton/unique application instance setup logic
63      when the display server platform is not X11.
64    
65    - Fixed device management dialog not responding to user changes.
66    
67    - A little hardening on the configure (autoconf) macro side.
68    
69    - Fixed minor memory leak in device management dialog.
70    
71    - Fixed unnecessary latency when closing app.
72    
73    
74    0.5.0  2017-12-12  An Autumn'17 release.
75    
76    - French (fr) translation added by Olivier Humbert
77      (qsampler_fr.ts).
78    
79    - Desktop entry specification file is now finally independent
80      from build/configure template chains.
81    
82    - Updated target path for freedesktop.org's AppStream metainfo
83      file (formerly AppData).
84    
85    
86    0.4.3  2017-04-27  Pre-LAC2017 release frenzy.
87    
88    - Added French man page (by Olivier Humbert, thanks).
89    
90    - Make builds reproducible byte for byte, by getting rid of
91      the configure build date and time stamps.
92    
93    
94    0.4.2  2016-11-14  A Fall'16 release.
95    
96    * Fixed a potential crash on the singleton/unique application
97    instance setup.    instance setup.
98    
99  - Almost complete overhaul on the configure script command  * Almost complete overhaul on the configure script command
100    line options, wrt. installation directories specification,    line options, wrt. installation directories specification,
101    eg. --prefix, --bindir, --libdir, --datadir and --mandir.    eg. --prefix, --bindir, --libdir, --datadir and --mandir.
   (EXPERIMENTAL)  
102    
103    
104  0.4.1  2016-09-14  End of Summer'16 release.  0.4.1  2016-09-14  End of Summer'16 release.
# Line 48  GIT HEAD Line 134  GIT HEAD
134  * Prefer Qt5 over Qt4 by default with configure script.  * Prefer Qt5 over Qt4 by default with configure script.
135    
136  * A new top-level widget window geometry state save and restore  * A new top-level widget window geometry state save and restore
137    sub-routine is now in effect. (EXPERIMENTAL)    sub-routine is now in effect.
138    
139  * Fixed for some strict tests for Qt4 vs. Qt5 configure builds.  * Fixed for some strict tests for Qt4 vs. Qt5 configure builds.
140    
# Line 337  GIT HEAD Line 423  GIT HEAD
423  * Minor fixing on the initial messages dock-window height.  * Minor fixing on the initial messages dock-window height.
424    
425  * Audio output channel routing configuration finally hits  * Audio output channel routing configuration finally hits
426    the sampler channel dialog, at last! (EXPERIMENTAL).    the sampler channel dialog, at last!
427    
428  * All widget captions changed to include proper application  * All widget captions changed to include proper application
429    title name prefix.    title name prefix.
# Line 390  GIT HEAD Line 476  GIT HEAD
476    
477  0.1.0   2005-05-23  Device configuration breakthrough.  0.1.0   2005-05-23  Device configuration breakthrough.
478    
479  * Device configuration is now complete (EXPERIMENTAL).  * Device configuration is now complete.
480    
481  * [bug #9] Fixed for a LSCP command syntax convention  * [bug #9] Fixed for a LSCP command syntax convention
482    consistency, regarding the enumeration of available    consistency, regarding the enumeration of available

Legend:
Removed from v.3001  
changed lines
  Added in v.3633

  ViewVC Help
Powered by ViewVC