Skip to content

Commit 29bdc78

Browse files
committed
add v2.3.1 metadata
1 parent 7b77f0a commit 29bdc78

5 files changed

+17
-30
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG
22

3+
## v2.3.1
4+
5+
- add: option to turn off zone names in labels
6+
- fix: icons on maps sometimes not turning on/off properly
7+
38
## v2.3.0
49

510
- add: grid tab sorting through drag & drop
@@ -156,7 +161,7 @@
156161

157162
## v1.0.18beta
158163

159-
- fixed changed Gundabad translations for FR
164+
- fixed changed Gundabad translations for FR
160165

161166
## v1.0.17beta
162167

TravelWindowII.plugin

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Information>
44
<Name>Travel Window II</Name>
55
<Author>Hyoss</Author>
6-
<Version>v2.3.0</Version>
6+
<Version>v2.3.1</Version>
77
<Description>
88
This plugin creates a single window that contains all the available travel skills, including the race, class and reputation skills.
99
It is a further development of Travel Window, that has been worked on by multiple authors before.

TravelWindowII.plugincompendium

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PluginConfig xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
33
<Id>1113</Id>
44
<Name>Travel Window II</Name>
5-
<Version>v2.3.0</Version>
5+
<Version>v2.3.1</Version>
66
<Author>Hyoss</Author>
77
<InfoUrl>http://www.lotrointerface.com/downloads/info1113</InfoUrl>
88
<DownloadUrl>http://www.lotrointerface.com/downloads/download1113</DownloadUrl>

doc/lotroforums.txt

+4-12
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,11 @@ A new version is available!
22

33
Sorting through drag and drop and locking the window positions go hand in hand - by locking the interface in place you are preventing accidental drag and drops.
44

5-
v2.3.0
5+
v2.3.1
6+
7+
- add: option to turn off zone names in labels
8+
- fix: icons on maps sometimes not turning on/off properly
69

7-
- add: grid tab sorting through drag & drop
8-
- add: all travel skill labels now also have data for the zone (i.e. "Michel Delving" is in zone "Shire")
9-
- add: enabled list now has labelled sections
10-
- add: options window position can be locked now
11-
- add: toggle button position can be locked now
12-
- add: Bej Maghda travel skill and map location in EN/DE/FR client
13-
- enhance: code cleanup in multiple methods under the hood
14-
- fix: rare case for window width snapping that was adding extra padding
15-
- fix: scroll height calculation for scroll bar
16-
- fix: ambiguity in Beorning racial skill in EN/DE/FR client
17-
- fix: Mariner Tharbad skill name & label in FR client
1810

1911
Huge kudos to @whiterabbit963 for making this release possible!
2012

doc/lotrointerface.txt

+5-15
Original file line numberDiff line numberDiff line change
@@ -28,21 +28,11 @@ Use the mousewheel while hovering over the travel skill icon to change the selec
2828
[/LIST]
2929

3030
Version history:
31-
v2.3.0
32-
33-
Sorting through drag and drop and locking the window positions go hand in hand - by locking the interface in place you are preventing accidental drag and drops.
34-
35-
- add: grid tab sorting through drag & drop
36-
- add: all travel skill labels now also have data for the zone (i.e. "Michel Delving" is in zone "Shire")
37-
- add: enabled list now has labelled sections
38-
- add: options window position can be locked now
39-
- add: toggle button position can be locked now
40-
- add: Bej Maghda travel skill and map location in EN/DE/FR client
41-
- enhance: code cleanup in multiple methods under the hood
42-
- fix: rare case for window width snapping that was adding extra padding
43-
- fix: scroll height calculation for scroll bar
44-
- fix: ambiguity in Beorning racial skill in EN/DE/FR client
45-
- fix: Mariner Tharbad skill name & label in FR client
31+
32+
v2.3.1
33+
34+
- add: option to turn off zone names in labels
35+
- fix: icons on maps sometimes not turning on/off properly
4636

4737
Huge kudos to @whiterabbit963 for making this release possible!
4838

0 commit comments

Comments
 (0)