PATCH NOTES

Version 1.6
- updated toc to 20300




Version 1.5
- updated toc to 20200



Version 1.3

- changed 'lv' to 'lvl' to stand for 'level'
- changed 'pr' to 'prf' to stand for 'profession'

- added localization code

- added german localization > I need a tester ;)

- need french localization string - someone have it? :)

- removed the blank spaces because the 'space' character doesn't have the same pixels width as the 'number' character, which causes a funky display on the list. So I'd rather keep clean and easy to read, and decided to put back the zeros until I find a solution for that.

* for the ones that still want the spaces instead of zeros, go to the ATSW_Levels.lua file and change the return lines:

return "[lv " .. string.format( "%03d", l ) .. "]";

to 

return "[lv " .. string.format( "%3d", l ) .. "]";




VERSION 1.2

- updated TOC for patch 20100

- added blank spaces instead of zeros at the 3 digits number

- added optional display for the original Tradeskill window ( for the ones without ATSW installed be able to still see the levels )




VERSION 1.1

Added brackets [] to involve the level information

Fixed skillName nil value error. If it still happen to you, please tell me :)

Added the files to a propper folder, now it's obvious where to unzip the addon, just like any other else ;)



KNOWN BUGS

TODO:

Enchanting - need to find a flag that tell me if I am on the Enchanting Profession Window to disable the levels on it.

Categories - need to figure it out how the categories reads the recipes to detour them to the original recipes list.