This version further optimizes CPU usage in general. However, the application now takes a bit more memory (this will be optimized later). This version also adds support for the WMA audio file format. As usual, it also contains a few bug fixes.
On the developer side, I have activated the Visual Studio Code Analysis tools with Microsoft Minimum Recommended Rules and fixed almost every warning. I also finished adding XML comments to *everything*. It will need a review later, but the "worse" is done :)
- 0000292: [Player] The application crashes when the last item of a playlist finishes playing (ycastonguay) - resolved. - 0000287: [Global] Activate Visual Studio Code Analysis with Microsoft Minimum Recommended Rules (ycastonguay) - resolved. - 0000284: [UI | Custom Controls | Windows (WinForms)] Cache font objects in every control (ycastonguay) - resolved. - 0000286: [UI | Windows | Playlist] The column order in the Playlist window cannot be changed (ycastonguay) - resolved. - 0000179: [Player] Add support for Windows Media (*.WMA) audio files (ycastonguay) - resolved. [5 issues]