This repository was archived by the owner on Sep 17, 2024. It is now read-only.
Ajour 0.3.3
Packaging
- Added local logging for debugging the application. An
ajour.log
file is saved in the ajour config directory. This file can be shared along with any bug reports to help better debug the issue
Added
- Improve clarity of row titles to reflect current sort state
Changed
- Made it easier to use Ajour if you play both Classic and Retail by moving the control from settings into the menubar
- Ajour will now parse both Classic and Retail directories on launch. This means that when you switch between the two it will now be instantaneously
Fixed
- Update all will now respect ignored addons, and correctly skip them
- The settings- and detail-window will now be closed on interactions outside of it
- It was a bit confusing that the windows stayed open even though you interacted with the application outside of them
- When displaying details for an addon, the title of the addon is highlighted to improve visibility of which addon is expanded
- Better toc file parsing
- We now have better logic catching the values inside the toc file
- If we for some reason does not find a title for the addon, we fallback and use the foldername
- Check for case-insensitive version of
Interface/AddOns
folder for robustness - Check for & create ajour config folder before launching concurrent init operations
- The
load_config
andload_user_themes
operations are launched concurrently on startup. Since they both require the config folder, they will both try to create it if it doesn't exist. This causes a panic on linux since thecreate_dir
fs operation fails if the folder already exists
- The