22 Commits

Author SHA1 Message Date
Dusk-92 1ca9f28dd0 Update version to 2.3.0 and change website link 2026-06-05 14:41:03 +02:00
rafaelkan cbd5184f26 Update version in LevelRange.lua 2025-09-06 12:33:28 +02:00
Bart Kuijper 013094c4c2 Version bump and small corrections 2025-08-18 22:41:56 +02:00
Rafael Calafell 7dd87bbc71 Merge pull request #1 from Spartelfant/main
Sync
2025-08-16 23:27:41 +02:00
Bart Kuijper 9f1fbd4414 Fixed location of Dragonmaw Retreat
I had listed it mistakenly as being in Grim Reaches, but it's located in Wetlands.
2025-08-16 14:09:44 +02:00
Bart Kuijper 723123f693 Fixed bug in workaround for game bug
I previously used `string.match()` which is not available in-game, but during testing I had another addon active that made this function available, which is why I did not catch this.
Closes #5
Closes #6
2025-08-16 13:41:18 +02:00
Bart Kuijper 456f04dd51 Workaround for game bug
Added workaround for game bug that prevented the new Northwind zone from showing a tooltip: The game included a trailing space, so the actual zone name is 'Northwind '.
2025-08-15 23:55:43 +02:00
Rafael Calafell fd86874022 Update LevelRange.lua
Translate level range
2025-08-13 09:44:40 +02:00
Bart Kuijper 8e4811be01 Finalized patch 1.18 update
Updated changelog, added placeholders for fishing skill in new zones, bumped version to 2.0.5
2025-08-09 17:19:25 +02:00
Bart Kuijper 0a3aef3f72 Removed unnecessary lines
Removed lines that I added in preparation for patch 1.18, but during testing I realized these lines served no purpose.
2025-08-08 22:28:26 +02:00
Bart Kuijper 7d7ff773e1 Tentative update for patch 1.18
Tentatively added (sub)zone and dungeon level info based on patch 1.18 notes as of 20250730.
2025-07-30 00:49:38 +02:00
Bart Kuijper 3c9a2b41e9 Formatting 2025-07-30 00:24:06 +02:00
Bart Kuijper edd979e59c Bumped version to 2.0.4 2025-07-25 00:37:22 +02:00
Bart Kuijper e6133915f9 Cleaned up formatting
Converted stray tabs to spaces, removed trailing whitespace, fixed some indentation, reordered some lines, etc.
2024-08-27 20:58:27 +02:00
Bart Kuijper 083135ad5e Bugfix
Variables to prevent unnecessary updates were never set.
2024-08-27 20:32:35 +02:00
Bart Kuijper e66b564a85 Added colorized toggle output
* `printOPTION(msg, status, r, g, b)` now accepts 3 optional parameters for red, green, and blue values applied to `status`. Color defaults to white (1, 1, 1).
* `toggle...()` functions use new entries in `LEVELRANGE_COLORS` to color their status messages.
2024-08-26 21:07:30 +02:00
blehz-be 385f56fc00 Update changelog and bump version number 2024-02-19 16:54:32 +01:00
blehz-be d36fb2c370 Update zones, instances and raids to TurtleWoW 1.17.1
Also add missing Darnassus missing sub-zone
2024-02-19 16:43:53 +01:00
blehz-be a9ee12de98 Cleanup indentation and replace tabs with spaces 2024-02-19 08:40:39 +01:00
rado-boy 25eab75f0b 2.0.2 - add fishing 2023-08-08 01:36:58 -05:00
Tenyar97 09c7ff0a52 2.0.1
[*] Updated outdated refrences.
	[*] Improved localization.
	[*] Removed "The Lower Karazhan Halls", as it is not added yet.
	[*] Fixed bug where "Black Fathoms Deep" did not appear in Ashenvale's information box.
2023-06-30 00:01:08 -04:00
Tenyar97 83be4f4594 Turtles all the way down!
Port to Turtle WoW and add their custom Zones.
2023-06-25 00:33:27 -04:00