TeamSpeak 3 Client 3.1.5 Release


更新

たいへん


原文

=== Client Release 3.1.5 14 Jun 2017
beta 2
+ Added possibility to overwrite Qt style icons with custom iconpacks
- Fixed master volume widget layout with vertical toolbar orientation
- Fixed fallback mechanism for tpl template files
- Fix for rare crash found in beta-1 crashdumps

beta 1
! This is the last release with support for Windows Vista
+ Added tooltips over client and channel items in server tree
+ Added SVG support for icons. Most icons are no longer hardcoded to fixed size
  16x16.
+ Replaced included default_mono and default_colored iconpacks with SVG icons.
  Iconpacks with PNG icons are still supported, so existing third-party
  iconpacks continue to work. We encourage third-party iconpack authors to
  update their iconpacks with SVG icons.
+ Overhauled icons in most windows for improved support for high dpi monitors.
* Updated Qt to 5.6.2 on Windows and macOS
* Updated Visual Studio C++ runtime on Windows to 14.0.24215 (MSVC 2015-3)
* New default style for infoframe based on "Improved Default" by Sven Paulsen.
* Removed old default/modern/classic styles.
* Rewrote translation mechanism for infoframe styles. Translations now come
  from lagos_xx.qm and are filled by C++, so multiple language templates are
  no longer necessary. However, for legacy style support, language templates
  will be loaded with priority. So if e.g. clientinfo_de.tpl exists, it will
  be used. If not, clientinfo.tpl is loaded, which should contain the new
  translatable placeholders.
* Updater no longer downloads banner from server, banner is now hardcoded in
  executable. Dynamic banners currently not needed.
- Addon management UI now properly shows state when plugins failed to
  initialize.
- Multiple minor fixes to recently overhauled hotkey system
- Fixed infinite password dialog in file browser when using cancel
- Multiple minor filetransfer fixes
- Uninstaller now automatically closes the client instead of showing dialog.
- Fixed some wrong icon names in default iconpacks, which caused these icons
  to be loaded from fallback default.zip.
- Automatically clean null icons from icon cache when updating from 3.1.4
  to 3.1.5 client. 3.1.4 might have downloaded SVGs which it cannot use, which
  causes creation of an empty icon file.
- Fixed package installer crash on Windows 32-bit OS.
- Fixed length check in various nickname input fields. Trim whitespaces before
  calculating length when doing validity checks.
- Added bandaids for misbehaving audio drivers on Windows

日本語訳

=== クライアント リリース 3.1.5 2017年6月14日
ベータ 2
+ カスタムアイコンパックでQtスタイルのアイコンを上書きを追加
- 垂直方向のツールバーでマスターボリュームウィジェットのレイアウトを修正
- tpl テンプレートファイルのフォールバックメカニズムを修正
- ベータ 1のクラッシュダンプで発見された希に発生するクラッシュの修正

ベータ 1
! これはWindows Vistaをサポートする最後のリリースです
+ サーバツリー内のクライアントとチャネルにツールチップを追加
+ アイコンのSVGサポートが追加されました。ほとんどのアイコンは16x16の固定サイズではなくなりました
+ default_mono および default_colored アイコンパックはSVGアイコンに置き換えられました。
  PNGアイコンのアイコンパックは引き続きサポートされているため、
  既存のサードパーティのアイコンパックは引き続き使用できます
  サードパーティのアイコンパック作成者はSVGアイコンでコンパックを更新することをおすすめします
+ 高解像度モニタをサポートするために、殆どのWindowsで綺麗なアイコンが表示されるようになりました
* Windows, macOSでQt 5.6.2に更新しました
* WindowsのVisual Studio C++ランタイムを14.0.24215(MSVC 2015-3)に更新しました
* Sven Paulsenによる"デフォルトの改善"に基づく、情報フレームの更新
* 古い デフォルト/モダン/クラシック スタイルを削除しました
* 情報フレームスタイルの翻訳メカニズムを書き直しました
  翻訳は現在 lagos_xx.qm から読み込まれており、複数の言語テンプレートはもう必要ありません
  ただし、従来のスタイルでは、言語テンプレートが優先的に読み込まれます
  たとえば clientinfo_de.tpl が存在する場合は、それが使用されます
  そうでない場合は、新しい翻訳可能なプレースホルダを含む clientinfo.tpl がロードされます
* アップデータがサーバからバナーをダウンロードしなくなり、バナーが実行可能ファイルにハードコードされるようになりました
- アドオン管理UIは、プラグインが初期化に失敗したときの状態を正しく表示するようになりました
- 最近改造されたホットキーシステムに対する複数の小さな修正
- ファイルブラウザでキャンセル時、無限にパスワードダイアログが出るのを修正
- ファイル転送の複数の軽微な修正
- アンインストーラはダイアログを表示せずにクライアントを自動的に閉じるようになりました
- デフォルトアイコンパックでいくつかの間違ったアイコン名が修正されたため、
  これらのアイコンはフォールバックされ default.zipからロードされるようになりました
- 3.1.4から3.1.5へのアップデート時に、アイコンキャッシュからNULLアイコンを自動的に消去します
  3.1.4が使用できないSVGアイコンをダウンロードした可能性があります
  これにより、空のアイコンファイルが作成されます
- 32BitのWindowsでパッケージインストーラがクラッシュするのを修正しました
- さまざまなニックネーム入力フィールドの長さチェックを修正しました
  有効性チェック時に長さを計算する前に、空白を削除します
- Windowsでオーディオドライバを誤動作させないために応急処置を追加しました