diff options
-rw-r--r-- | RELEASE_NOTES.txt | 89 |
1 files changed, 89 insertions, 0 deletions
diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt index 0da1a00..c66d814 100644 --- a/RELEASE_NOTES.txt +++ b/RELEASE_NOTES.txt | |||
@@ -4,6 +4,95 @@ | |||
4 | 4 | ||
5 | 5 | ||
6 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | 6 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- |
7 | =- 1.1.0 RC2 -= | ||
8 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | ||
9 | |||
10 | |||
11 | KNOWN ISSUES | ||
12 | |||
13 | * Mac version is still forthcoming. | ||
14 | |||
15 | * Viewer freezes permanently when playing streaming media if the | ||
16 | parcel's media type doesn't match the actual stream type. | ||
17 | |||
18 | * Viewer may freeze for a few moments when starting or changing | ||
19 | music or media stream, especially for slow or dead URLs. | ||
20 | |||
21 | * Streaming music and media may not work for some Vista users. | ||
22 | Cause is unknown. | ||
23 | |||
24 | * Local Chat (aka. Chat History) stops automatically scrolling | ||
25 | down to show new chat if you click it at the same time as a new | ||
26 | line of chat arrives. Manually scrolling down to the bottom | ||
27 | will start it autoscrolling again. | ||
28 | |||
29 | |||
30 | CHANGES | ||
31 | |||
32 | This version of Imprudence includes the following changes (as | ||
33 | compared to Imprudence 1.1.0 RC1). | ||
34 | |||
35 | |||
36 | BUG FIXES | ||
37 | |||
38 | * Fixed a nasty crash when receiving an IM, when the IM history | ||
39 | had certain kinds of links in them. Thanks so much for | ||
40 | finding and fixing that, Anders Arnholm (Balp Allen)! | ||
41 | |||
42 | * Fixed the viewer crashing when opening the Top Scripts window | ||
43 | (in the Estate tools). Thanks, McCabe! | ||
44 | |||
45 | * Fixed certain types of sounds (footsteps/bumps, gestures, | ||
46 | typing, and others) not being affected by volume controls. | ||
47 | Thanks, McCabe! | ||
48 | |||
49 | * Fixed inventory folders repeatedly expanding after using | ||
50 | Quick Filter. Thanks, Jacek! | ||
51 | |||
52 | * Fixed the pie menu not showing correct Touch text on scripted | ||
53 | objects that had used llSetTouchText. Thanks, McCabe! | ||
54 | |||
55 | * Fixed LSL script syntax highlighting for single line comments | ||
56 | ("//" style). Thanks, Jacek! | ||
57 | |||
58 | * Fixed the viewer not asking if you'd like to play streaming | ||
59 | music. Thanks, McCabe! | ||
60 | |||
61 | * Streaming media should now work for Linux users running the | ||
62 | PulseAudio sound server (e.g. Ubuntu users). Thanks, Jacek! | ||
63 | |||
64 | |||
65 | UI | ||
66 | |||
67 | * HUD attachments now have a separate pie menu from regular | ||
68 | attachments, with a layout similar to the pre-1.1.0 | ||
69 | attachments pie menu. Thanks, McCabe! | ||
70 | |||
71 | * Items in Advanced > Rendering > Features use "Alt-Shift-F#" | ||
72 | instead of "Ctrl-Alt-F#", to avoid conflicts with Linux | ||
73 | system keyboard commands. Muchos gracias, McCabe! | ||
74 | |||
75 | * Removed the Pause button in the music control tab, since it | ||
76 | had the same effect as Stop anyway. Thanks, McCabe! | ||
77 | |||
78 | |||
79 | MISC | ||
80 | |||
81 | * A lot of cleaning and polishing GStreamer stuff under the | ||
82 | hood. Thanks for all the effort, McCabe! | ||
83 | |||
84 | * Song title and artist are printed to the debug console when | ||
85 | music streams change songs. That information will be | ||
86 | displayed in the UI in a future version. Thanks, Armin | ||
87 | Weatherwax! | ||
88 | |||
89 | * The Help > About Imprudence window now lists your version of | ||
90 | Gstreamer. How handy, McCabe! | ||
91 | |||
92 | |||
93 | |||
94 | |||
95 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | ||
7 | =- 1.1.0 RC1 -= | 96 | =- 1.1.0 RC1 -= |
8 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | 97 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- |
9 | 98 | ||