Skip to content

Commit

Permalink
fixing typo in token name
Browse files Browse the repository at this point in the history
  • Loading branch information
wduda committed Sep 28, 2024
1 parent d88b046 commit aabbd99
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 33 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## v2.4.1

- fix: plugin will no longer fail to load in DE and FR client

## v2.4.0

- add: newly learned skills will be detected automatically and become visible and usable in TW II
Expand Down
2 changes: 1 addition & 1 deletion TravelWindowII.plugin
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Information>
<Name>Travel Window II</Name>
<Author>Hyoss</Author>
<Version>v2.4.0</Version>
<Version>v2.4.1</Version>
<Description>
This plugin creates a single window that contains all the available travel skills, including the race, class and reputation skills.
It is a further development of Travel Window, that has been worked on by multiple authors before.
Expand Down
4 changes: 2 additions & 2 deletions TravelWindowII.plugincompendium
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<PluginConfig xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Id>1113</Id>
<Name>Travel Window II</Name>
<Version>v2.4.0</Version>
<Version>v2.4.1</Version>
<Author>Hyoss</Author>
<InfoUrl>http://www.lotrointerface.com/downloads/info1113</InfoUrl>
<DownloadUrl>http://www.lotrointerface.com/downloads/download1113</DownloadUrl>
<Descriptors>
<descriptor>TravelWindowII\TravelWindowII.plugin</descriptor>
</Descriptors>
<Dependencies />
</PluginConfig>
</PluginConfig>
12 changes: 2 additions & 10 deletions doc/lotroforums.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,7 @@
A new version is available!

v2.4.0
v2.4.1

- add: newly learned skills will be detected automatically and become visible and usable in TW II
- add: new option to use skill name as label instead of location name
- add: incorporated RU translations by Svertalf
- add: new options tab with list of still learnable travel skills
- add: acquisition method for skills on still learnable skills tab (beta, EN only)
- enhance: checkboxes in options now have better labels so checkbox marked means "turned on"
- enhance: minor improvements to main window, mostly fixing scaling issues

Huge kudos to @whiterabbit963 for making this release possible!
- fix: plugin will no longer fail to load in DE and FR client

Download it at [url=https://www.lotrointerface.com/downloads/fileinfo.php?id=1113]Lotrointerface[/url], [url=https://github.com/wduda/TravelWindowII/releases]GitHub[/url], via [url=https://github.com/JeremyStepp/OneLauncher]OneLauncher[/url] or via [url=https://www.lotrointerface.com/downloads/info663-LOTROPluginCompendium.html]Plugin Compendium[/url].
20 changes: 2 additions & 18 deletions doc/lotrointerface.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,6 @@ This is a full plugin and can be installed standalone. Follow the general plugin
I recommend you install and manage your plugins with the LOTRO Plugin Compendium found at this URL, since it will install plugins cleanly: [URL="http://www.lotrointerface.com/downloads/info663-LOTROPluginCompendium.html"]LOTRO Plugin Compendium App[/URL]

[SIZE="3"]FAQ:[/SIZE]
How can I make a newly learned skill show up in Travel Window II?
These three options work:
[LIST]
[*] right-click anywhere on TW II, select "Check untrained skills" from the menu, the skill will show up
[*] open options window, go to Enable tab, click "Check untrained skills" button, the skill will show up
[*] relog the character
[/LIST]

Why does my racial skill show up even though I do not have the racial trait equipped?
[LIST]
[*]Because once the trait is acquired, it is classified as a "learned" skill by LOTRO itself, even though it is greyed out. Travel Window II, unfortunately, has no way of knowing if you have the racial trait equipped and the skill is usable. If you are not using the skill permanently, you can use the Enable/Disable options to hide it like any other skill.
Expand All @@ -29,16 +21,8 @@ Use the mousewheel while hovering over the travel skill icon to change the selec

Version history:

v2.4.0

- add: newly learned skills will be detected automatically and become visible and usable in TW II
- add: new option to use skill name as label instead of location name
- add: incorporated RU translations by Svertalf
- add: new options tab with list of still learnable travel skills
- add: acquisition method for skills on still learnable skills tab (beta, EN only)
- enhance: checkboxes in options now have better labels so checkbox marked means "turned on"
- enhance: minor improvements to main window, mostly fixing scaling issues
v2.4.1

Huge kudos to @whiterabbit963 for making this release possible!
- fix: plugin will no longer fail to load in DE and FR client

Rest of changelog found [URL="https://github.com/wduda/TravelWindowII/blob/master/CHANGELOG.md"]here[/URL].
4 changes: 2 additions & 2 deletions src/LocaleStrings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -778,8 +778,8 @@ LC_DE.token.TOKEN_OF_LAKE_AND_RIVERS = ""
LC_FR.token.TOKEN_OF_LAKE_AND_RIVERS = ""

LC_EN.token.MARK_OF_LONGBEARDS = "Mark of the Longbeards"
LC_DE.token.TOKEN_OF_LAKE_AND_RIVERS = ""
LC_FR.token.TOKEN_OF_LAKE_AND_RIVERS = ""
LC_DE.token.MARK_OF_LONGBEARDS = ""
LC_FR.token.MARK_OF_LONGBEARDS = ""

LC_EN.token.GULMARK = "Gúlmark"
LC_DE.token.GULMARK = ""
Expand Down

0 comments on commit aabbd99

Please sign in to comment.