Skip to content

Commit 3e2c948

Browse files
authored
Merge pull request #33 from wduda/develop
fixes missing version number in v1.0.7.beta
2 parents 88be24e + c8d9ce6 commit 3e2c948

File tree

3 files changed

+16
-11
lines changed

3 files changed

+16
-11
lines changed

TravelWindowII.plugin

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

11-
Please report bugs and feature requests at
12-
https://www.lotrointerface.com/downloads/fileinfo.php?id=1113 or
13-
https://github.com/wduda/TravelWindowII/issues
14-
</Description>
11+
Please report bugs and feature requests at Lotrointeface or GitHub.
12+
</Description>
1513
<Image>TravelWindowII/src/resources/travel.tga</Image>
1614
</Information>
1715
<Package>TravelWindowII.src.Main</Package>

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>1.0.6beta</Version>
5+
<Version>v1.0.7beta</Version>
66
<Author>Hyoss</Author>
77
<InfoUrl>http://www.lotrointerface.com/downloads/info1113</InfoUrl>
88
<DownloadUrl>http://www.lotrointerface.com/downloads/download1113</DownloadUrl>

doc/lotrointerface.md

+11-4
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,17 @@ This has to be extracted to your "Documents\The Lord of the Rings Online\Plugins
1313

1414
Version history:
1515
v1.0.7beta
16-
[SIZE="1"]- Plugin Compendium will now install Turbine libraries if they are not installed yet when you install Travel Window (enhancement)
17-
- changed Shire and Rivendell skill labels to be closer to user expectations (they are now Shire (Store), Shire (Racial), Rivendell (Store)) (bugfix)
18-
- fixed Premium house skill in German client (bugfix)
19-
- fixed about 30 skills in German client that were not working before (bugfix)
16+
[SIZE="1"]- changed enabled/disabled function to identify skills by ID - fixes problems with skills sharing names, like racial/rep, map home/Beorning racial (bugfix) closes #25 #17
17+
- changed sorting identify skills by ID - sorting will now work and save its settings properly (bugfix) closes #15
18+
- fixed wrong order of milestone skills (bugfix) closes #9
19+
- made it so Travel Window II has its own config file - settings will reset once! (enhancement)
20+
- verified all 151 skills in English client, fixed 7 broken skills, with some fixed by Drono
21+
- verified all 151 skills in German client, fixed 41 broken skills
22+
- verified all 151 skills in German client, fixed 74 (!) broken skills, with some help from Adra
23+
- updated English localization (enhancement)
24+
- updated French localization thanks to Adra (enhancment)
25+
- updated German localization (enhancement)
26+
- reduced code duplication in indexedDictionaries so future development will become easier (internal)
2027
[/SIZE]
2128

2229

0 commit comments

Comments
 (0)