Skip to content

Releases: SirusDoma/O2MusicList

O2MusicList v1.8

06 Sep 14:54
Compare
Choose a tag to compare

v1.8.1:

  • Fix auto correct key not applied upon save the OJNList.

v1.8:

  • Initial commit to github public repository
  • Fixed minor UI issue and optimized some UI handling
  • Removed Convert 7K Mode and added Enforce Key Mode options to enforce not only to 7K, but 3K and 5K as well
  • Updated preference serialization, some of your existing preference may lost and you may need to reconfigure

v1.5:

  • Added Automatic attempt to synchronize, remove duplication and auto correct to key mode upon loading
  • Added Automatic Synchronization to corresponding OJN files when building OJNList

v1.3:

  • Added Edit -> Remove Duplicate feature to remove songs with duplicate title
  • Added Edit -> Synchronize to synchronize OJNList header with original OJN files
  • Thumbnail will loaded and displayed for recently added OJN and synchronized OJN

v1.0:

  • Added automatic character encoding detection
    Korean encoding will be choosen automatically for new version of OJNList
    You can override this at File -> Preference and uncheck "Auto detect encoding from OJNList version" and select preferred encoding
  • You can now specify character encoding for each song
  • Added keymode autocorrect to automatically convert all songs that contains [3K] / [3D] / [3M] to 3 Key as well as 5 Key mode
  • Added Build Options in Preference menu
  • Added Sorting options
  • Added Tools -> Convert OJN feature to convert between new and old OJN format
  • Fixed mismatch information between selected song and metadata fields
  • Fixed song corruption upon saving that caused by incorrect character encoding
  • Fixed search song function that ignore null terminated string, as the result, irrelevant result appear
  • User Preference now saved under settings.json, delete this file to load default settings

v0.85:

  • Added KeyMode support to select 3K, 5K and 7K
  • Added OJNList version detection when loading OJNList, character encoding follow OJNList version in case not overriden.
  • Trimed unnecessary headers to reduce OJNList size upon saving
  • Music search is no longer case sensitive

v0.8:

  • Initial public release