All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.5.1 - 2024-02-02
- Added
:GetUserWaypoint()
which returns the UiMapPoint of a previously set user waypoint toworldmap.lua
.
- Updated user waypoint handler in
worldmap.lua
.
0.5.0 - 2024-02-01
- Created
libqtip.lua
, a collection of wrapper for the LibQTip-1.0 library. - Added the sections "Tools Used" and "References" to
README.md
.
- Updated
CHANGELOG.md
with recent changes. - Updated
README.md
by updating the "Disclaimer" section. - Updated
README.md
with API forlibqtip.lua
.
- Corrected some spelling errors in
README.md
.
0.4.0 - 2024-02-01
- Created
worldmap.lua
, a collection of utilities for the World Map.
- Updated
CHANGELOG.md
with recent changes. - Updated
README.md
with API forworldmap.lua
.
0.3.2 - 2024-01-31
- Added
:ClearUserWaypoint()
which can remove a previously created waypoint tohandynotes.lua
.
- Updated
CHANGELOG.md
. - Updated
README.md
with changed doc strings. - Updated documentation strings in
handynotes.lua
.
0.3.1 - 2024-01-31
- Updated
README.md
with changed doc strings. - Updated documentation strings in
achievements.lua
.
0.3.0 - 2023-11-06
- Created
handynotes.lua
, a collection of utilities for HandyNotes plugins.
- Updated
CHANGELOG.md
with all changes up to this point. - Updated
README.md
with API forhandynotes.lua
.
0.2.3 - 2023-10-26
- Added
.GetMainCategoryInfoList()
for retrieving the main category names toachievements.lua
.
- Updated
TODO.txt
. - Updated
README.md
with API additions.
0.2.2 - 2023-09-07
- Created
.gitignore
file and added the.vscode
directory.
- Updated
README.md
. - Updated
achievements.lua
by renamingns.util
tons.utils
.
- Deleted
.vscode
directory from online repository.
0.2.1 - 2023-07-25
- Added
.GetAchievementLinkWithIcon()
which returns the achievement hyperlink with it's icon prepended toachievements.lua
.
- Updated
README.md
. - Updated
achievements.lua
by resetting the achievementname
tocriteriaString
.
0.2.0 - 2023-07-04
- Created
achievements.lua
, a collection of utilities handling achievements.
- Updated
README.md
with API forachievements.lua
. - Updated
README.md
with info of common usage.
0.1.1 - 2023-07-02
- Created
CHANGELOG.md
andTODO.txt
files.
- Updated
README.md
.
0.1.0 - 2023-06-30
- Initialized project on GitHub (which creates
LICENSE
andREADME.md
files). - Initial commit.