Difference between revisions of "1.2.2"

From Mumble Wiki
Jump to: navigation, search
m
(fix structure + add user info dlg feature)
Line 7: Line 7:
 
We rely on your testing and feedback to improve Mumble, if you find any bugs in the current stable or in a recent snapshot please report them using our [http://sourceforge.net/tracker/?atid=768005&group_id=147372&func=browse bugtracker]. If you think we lack an important feature take a look at the corresponding [http://sourceforge.net/tracker/?group_id=147372&atid=768008 feature tracker].
 
We rely on your testing and feedback to improve Mumble, if you find any bugs in the current stable or in a recent snapshot please report them using our [http://sourceforge.net/tracker/?atid=768005&group_id=147372&func=browse bugtracker]. If you think we lack an important feature take a look at the corresponding [http://sourceforge.net/tracker/?group_id=147372&atid=768008 feature tracker].
  
= New features =
+
== New features ==
As development of 1.2.2 just started we did not yet implement any new features.
+
As development of 1.2.2 just started we did not yet implement a lot of new features.
  
= Fixes =
+
=== User Information dialog ===
Made friend and server window icons skinnable (emblem-favorite.svg, etc).
+
We added a new dialog displaying useful information about other users on the server (e.g. packet loss).
 +
 
 +
== Bug fixes ==
 +
This list contains notable bugs we fixed since the last release.
 +
 
 +
* Made friend and server window icons skinnable (emblem-favorite.svg, etc).
  
 
= Future =
 
= Future =

Revision as of 10:02, 11 January 2010

1.2.2

Status

http://mumble.sourceforge.net/static/my_mumble_full_snap_121_s.png

Mumble 1.2.2 is currently in development. Since we just released version 1.2.1 we are not yet sure which features we want to add for this release.

We rely on your testing and feedback to improve Mumble, if you find any bugs in the current stable or in a recent snapshot please report them using our bugtracker. If you think we lack an important feature take a look at the corresponding feature tracker.

New features

As development of 1.2.2 just started we did not yet implement a lot of new features.

User Information dialog

We added a new dialog displaying useful information about other users on the server (e.g. packet loss).

Bug fixes

This list contains notable bugs we fixed since the last release.

  • Made friend and server window icons skinnable (emblem-favorite.svg, etc).

Future

This section takes a peek into the future of Mumble's development. These features are what we would like to implement in future releases. There is no guarantee that we will ever get around implementing them however.

Video

The current overlay texture system is designed for high speed texture transfers in a format that happens to be 60 pixels high. This is no coincidence.

Using H.264 encoding, 80x60 pixels is small enough that we can encode a 15fps video stream with minimal CPU impact. The bitrate will also be low (lower than existing audio streams), and with a bit of filtering the quality is near perfect. I really mean this; what filtering did for the audio quality in Mumble it also does for video quality.