Thank you, YayMii~ :3
v1.6 is released with the following changes~ ^-^
So, for example:
Playing: [np] [diff] - ID: [mid]
Becomes:
Playing: {[np]} {[diff]} - ID: {[mid]} = "Playing: Artist - Title [Difficulty] - ID: #"
Or if you want the text to only output if the commands are not empty:
{np: [np]} {[diff]}{ - ID: [mid]} = "Playing: Artist - Title [Difficulty]" (If [mid] was returned empty)
I'm not entirely sure if the support for osu!test will definitely work, I can't test it myself. >-<
If it doesn't work, can you show me an example of what the osu!test title looks like when playing a map? >-<!
Edit: Updated to v1.7 to add auto-updating and add user-agent to header when downloading.
v1.6 is released with the following changes~ ^-^
- ★ Improved efficiency with several features of osu!np (like querying map data, and downloading maps/osu!np updates). The UI should no longer hang for these features, still working on other improvements.
☆ Made changes to the command formatting, allowing for text to be grouped with a command so if the command returns nothing, the text will not output at all.
The new format is: {Prefix[C]Suffix} (The prefix/suffix are optional text)
Example: {np: [np]} {[diff]} Commands without optional text will still require the {} braces for now, eg: {[np]}
★ Support for downloading maps is back using Hexide's mirror, maps will now be correctly named and can easily be installed to Osu!
☆ Implemented support for osu!test client.
★ Fixed casting error when exporting config.
☆ Fixed unhandled exception when attempting to import when no config is found.
★ May have potentially fixed the problem which was making few users unable to start osu!np.
So, for example:
Playing: [np] [diff] - ID: [mid]
Becomes:
Playing: {[np]} {[diff]} - ID: {[mid]} = "Playing: Artist - Title [Difficulty] - ID: #"
Or if you want the text to only output if the commands are not empty:
{np: [np]} {[diff]}{ - ID: [mid]} = "Playing: Artist - Title [Difficulty]" (If [mid] was returned empty)
I'm not entirely sure if the support for osu!test will definitely work, I can't test it myself. >-<
If it doesn't work, can you show me an example of what the osu!test title looks like when playing a map? >-<!
Edit: Updated to v1.7 to add auto-updating and add user-agent to header when downloading.