aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog.txt
diff options
context:
space:
mode:
authorcanni0 <canni0@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-06-12 20:27:13 +0000
committercanni0 <canni0@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-06-12 20:27:13 +0000
commitb43fa37fc73a2d8523d1ca0437157cfc18ca906d (patch)
treeb173515ddfcc8e99fc2703dbf7b6e2dc133ab650 /ChangeLog.txt
parente8c6505ca7c211c14c366a6de3661fade7d3fb2d (diff)
downloadusdx-b43fa37fc73a2d8523d1ca0437157cfc18ca906d.tar.gz
usdx-b43fa37fc73a2d8523d1ca0437157cfc18ca906d.tar.xz
usdx-b43fa37fc73a2d8523d1ca0437157cfc18ca906d.zip
- Updated ChangeLog for RC
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2509 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'ChangeLog.txt')
-rw-r--r--ChangeLog.txt16
1 files changed, 14 insertions, 2 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt
index d6987489..f3ffd1f1 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -65,6 +65,9 @@ add: Unicode support: All "printable" characters should work with the input fiel
add: resizable window
add: toggle between fullscreen and windowed mode with ALT+Return (Linux and FreeBSD only)
fix: mapped same function to Return and Enter (numpad)
+add: video preview during song selection
+add: toggle displayed time with 'T' key between current position, remaining or total playback time
+add: mic configuration assistance: error messages are displayed if multiple or no mics were assigned to a player.
--------------
internal
@@ -82,16 +85,25 @@ fix: solved some bugs/crashes in Midi/Kar converter
upd: Vista/Win7 conform: configuration files is saved in the user directory. Running USDX from CD/DVD should also be possible from now on.
upd: cover thumbnails are saved in an SQLite database
-> more reliable than the old solution; small performance loss on start
+fix: cursor freeze after Alt-Tab fixed through change of SDL.dll
+fix: better detection of ending at songs/videos while using FFmpeg
+upd: windows: user data will be placed in installation directory if user has write permissions, else it will be stored in APPDATA
--------------
song files
--------------
upd: UTF8 support
upd: #Encoding tag
- - CP1250: Central/Eastern european encoding
- - CP1252: Western european encoding; was used as default before 1.1
+ - CP1250: Central/Eastern european encoding (should not be used for new files)
+ - CP1252: Western european encoding; was used as default before 1.1 (should not be used for new files)
- Locale: uses system encoding (should not be used for new files!)
- UTF8: text file is encoded in UTF8 (recommended)
+upd: select default encoding (if #Encoding tag is missing) via the "Encoding" option in config.ini.
+ - Possible values:
+ - "Auto" (Default), "UTF8",
+ - "CP1252" (USDX<1.1 default), "CP1250" (old US default), "Locale" (System encoding)
+ - IMPORTANT:
+ - "CP1252", "CP1250" and "Locale" are for backward compatibility only, new files should always be encoded in UTF-8 with BOM
upd: support for UTF8 BOM (new standard in Ultrastar Deluxe)
upd: #Year tag is read and saved
fix: does not crash any longer if there is no linebreak in lyrics file