jamulus/ChangeLog

229 lines
5.5 KiB
Plaintext
Raw Normal View History

3.2.0
2011-03-12 17:51:06 +01:00
- new GUI style of the main window, added switch for selecting the GUI style
in the settings window
- a list of available servers is shown on pressing the connect button, the list
is managed by a central server, any private server is added automatically if
the registering setting is enabled
2011-03-12 17:51:06 +01:00
- the Qt project file is now used for Linux, too
- ini-file is stored in the home directory instead of the application directory
- added server settings in the GUI for the server list and added ini file
support to store the settings
2011-03-12 17:51:06 +01:00
3.1.2
- show warning in main window if audio delay is too long
2011-02-22 19:56:52 +01:00
- added download link in help menu
- bug fix: solo switch did not work correctly
2010-03-16 19:15:06 +01:00
3.1.1
- added stereo audio channel support
- added input/output audio channel mapping for ASIO audio interface
2010-03-16 19:15:06 +01:00
3.1.0
- support for MacOS (using CoreAudio audio interface)
2010-01-03 14:40:46 +01:00
- sound card frame size support for frame sizes other than 128, 256 and 512
samples
2010-01-03 14:40:46 +01:00
- improvement of network buffer (jitter buffer) in case of small buffer sizes
2010-03-15 19:47:16 +01:00
- all available ASIO sample formats supported
2010-03-02 19:22:55 +01:00
- bug fix for M-Audio Delta ASIO driver
2010-01-03 14:40:46 +01:00
2009-10-24 14:02:10 +02:00
3.0.3
- accessibility improvements
2009-10-24 14:02:10 +02:00
2009-10-27 20:32:45 +01:00
- show number of connected clients in window title (and therefore in OS task
bar)
2009-10-24 14:02:10 +02:00
2009-12-03 22:41:14 +01:00
- added "Whats this" help text to the GUI controls in the general settings
dialog, added Tool Tips to some GUI controls
2009-10-27 20:32:45 +01:00
- server logging history grid lines of weekend days are now plotted with
different line width
2009-10-24 14:02:10 +02:00
- removed ALSA support since the ALSA interface implementation in llcon was
buggy and will not be maintained in the future
2009-12-03 22:41:14 +01:00
- bug fix: fix for server logging history graph x-axis
2009-10-24 14:02:10 +02:00
2009-12-03 22:41:14 +01:00
- bug fix: fix for disconnect issue at the server
2009-08-28 09:39:22 +02:00
2009-12-03 22:41:14 +01:00
3.0.2
2009-12-03 22:41:14 +01:00
- new server features: for chat messages the time stamp is also shown, parsing
of existing log file supported
2009-09-20 20:59:26 +02:00
- updates for help texts
- new design for fader tag
2009-12-03 22:41:14 +01:00
- change for Jack Linux audio interface: ports are only registered and
connected once when the software is started up
- bug fix: under bad network conditions chat messages were randomly repeated
- bug fix: in case the server was shutdown and restarted during a connection,
the channel name was not updated correctly at the server
2009-09-20 20:59:26 +02:00
2009-08-28 09:39:22 +02:00
2009-08-23 09:03:28 +02:00
3.0.1
2009-12-03 22:41:14 +01:00
- use low complexity CELT encoder profile, this lowers audio dropout
probability on slow computers
2009-08-23 09:03:28 +02:00
- in case "Open Chat on New Message" is not enabled, a hint in the status bar
is shown when a message is received
2009-12-03 22:41:14 +01:00
- bug fix: buzzing occurred when audio stream was interrupted (e.g. in case
of network trouble)
2009-07-25 22:54:57 +02:00
3.0.0
- introduced new audio codec "CELT", not compatible to old versions
2009-08-19 21:26:14 +02:00
- only the sound card frame sizes 128, 256 and 512 is allowed (since other
frame sizes require additional conversion buffers which introduce delay)
2009-07-25 22:54:57 +02:00
- IMA-ADPCM, MS-ADPCM removed
- since CELT works on 48 kHz sample rate, resampling was removed
2009-08-19 21:26:14 +02:00
- various bug fixes (e.g. disconnecting did not work reliably)
2009-07-25 22:54:57 +02:00
2009-07-08 20:47:04 +02:00
2.3.0
- new system sample rate of 33 kHz to improve audio quality, not compatible
to old versions
- added history graph for server logging
- added command line argument for connecting a server at software start-up
2009-07-25 22:54:57 +02:00
2.2.2
2009-05-14 22:06:39 +02:00
- "Mute" and "Solo" check boxes for each connected client fader
2009-12-03 22:41:14 +01:00
- store previous server URLs
- changes to the main GUI (grouped "local" and "server" settings)
- LED status lights and LED input level meter
- better behaviour on disconnection (introduced disconnection protocol message)
2009-03-29 18:50:29 +02:00
2.2.1
- bug fix and improvements for automatic jitter buffer size setting
2.2.0
- added Jack audio interface (Linux)
- simplified settings dialog, complete redesign (removed sound card
buffer settings, network block sizes settings, added upload rate display)
- improved audio stability (audio interface is not callback based, removed
intermediate audio buffers, client audio buffer size equals network
buffer size now)
- added upload rate limitation for server (server decides which network
parameters to use depending on the upload limit and the number of connected
clients)
2.1.4
- added automatic jitter buffer size setting
- speed optimizations to improve audio interface stability
2009-12-03 22:41:14 +01:00
- new default settings (e.g. turn off Reverb by default since it requires
significant CPU)
2008-11-02 21:40:38 +01:00
2.1.3
- added sound card selection
- improved ASIO configuration
2009-12-03 22:41:14 +01:00
- added total delay display
2008-11-02 21:40:38 +01:00
2008-08-13 18:56:27 +02:00
2.1.2
- audio compression type can be selected (IMA ADPCM, MS ADPCM, None)
- security checks for protocol messages (wrong messages could crash the
software)
2008-08-13 18:56:27 +02:00
2009-12-03 22:41:14 +01:00
- bug fix: ping time measurement problems on Windows OS fixed
2008-08-13 18:56:27 +02:00
2.1.1
2009-12-03 22:41:14 +01:00
- added a chat window
2008-08-13 18:56:27 +02:00
2009-12-03 22:41:14 +01:00
- the client can select a port number of server additional to the URL
2008-08-13 18:56:27 +02:00
2009-12-03 22:41:14 +01:00
- the server can be operated on an arbitrary port number
2008-08-13 18:56:27 +02:00
2009-12-03 22:41:14 +01:00
- ping time information in general settings dialog added
2008-08-13 18:56:27 +02:00
2.1.0
- ASIO support
2.0.0
- first QT4 compatible release
0.9.9
- new client settings dialog
- at each client a separate audio mix can be generated for all connected clients
at the server
2008-08-13 18:56:27 +02:00
2006-03-10 22:15:40 +01:00
0.9.4
2009-12-03 22:41:14 +01:00
- added a protocol mechanism, now it is possible to set the jitter buffer in the
2006-03-10 22:15:40 +01:00
server according to the setting in the client (they are coupled now)
- removed sample rate offset estimation since it was not used anyway
2009-12-03 22:41:14 +01:00
- internal audio processing in the server is now based on the minimum block
2006-03-10 22:15:40 +01:00
size (improves latency)
2008-08-13 18:56:27 +02:00
0.9.1
- initial version