1277a66d4SZhong Yang**[简体中文](./update_log.md) | English**<br> 2277a66d4SZhong Yang 36af26e93SZhong Yang# MusicPlayer2 Update log 4*67ca1ef4SZhong Yang## V2.72 (2021/01/24) 5*67ca1ef4SZhong Yang 6*67ca1ef4SZhong Yang* Add a new interface layout. 7*67ca1ef4SZhong Yang* Add the display of tracks in the playlist in "Media Library"-"Playlist" interface. 8*67ca1ef4SZhong Yang* Add the "Length" column to the list in the "Lyric download" dialog box. 9*67ca1ef4SZhong Yang* Add the support of the embedded cue tracks. 10*67ca1ef4SZhong Yang* Add the "Advanced tag info" tab in the "Property" dialog box. 11*67ca1ef4SZhong Yang* Add the function to use the desktop background as the background. 12*67ca1ef4SZhong Yang* Add the support for relative paths in playlist files. 13*67ca1ef4SZhong Yang* Add the function to jump to the current song artist and album in the media library in the right-click menu. 14*67ca1ef4SZhong Yang* Added support for TAK format audio (32-bit version only). 15*67ca1ef4SZhong Yang* The "Edit Lyrics" editor changed to use Scintilla. Add the colors for the lyric editor. 16*67ca1ef4SZhong Yang* Fixed the problem that the album cover cannot be copied to the target file when the format is converted to mp3 and wav. 17*67ca1ef4SZhong Yang* Fixed the problem that there is no icon in "Repead Mode"-"Play Random" in the desktop lyrics right-click menu. 18*67ca1ef4SZhong Yang* Fixed the problem that the sub-dialog in the "Option Setting" dialog cannot be scrolled using the touch screen when using a touch screen device. 19*67ca1ef4SZhong Yang* Fixed the problem that "file already exists" is prompted when adding a currently playing track to a new playlist. 20*67ca1ef4SZhong Yang* Fixed the problem that if the position of the child window in the "Option Setting" dialog is scrolled by the mouse wheel, the position of the child window is incorrect when the scroll bar is clicked. 21*67ca1ef4SZhong Yang* Fixed the problem that the playlist does not refresh after renaming. 22*67ca1ef4SZhong Yang* Fixed the problem that the position of the progress bar would be incorrect when the rewind command was executed when the playback progress was less than 5 seconds. 23*67ca1ef4SZhong Yang* Fixed the problem that the taskbar search box information cannot be displayed after the list of tracks is played in repead mode of "Play in order", and fixed the problem that the taskbar search box information cannot be displayed when this function is turned on after turned off. 24*67ca1ef4SZhong Yang* Fixed the problem that the volume cannot be changed when the playlist is empty. 25*67ca1ef4SZhong Yang 2647d7f436SZhong Yang## V2.71 (2020/09/13) 2747d7f436SZhong Yang 2847d7f436SZhong Yang* Use the taglib library to obtain audio tags and album cover. Add the tags and album cover acquisition of more than a dozen audio formats. 2947d7f436SZhong Yang* Add the function to write audio tags and album cover. 3047d7f436SZhong Yang* Add the function of batch editing of tags in the audio properties. 3147d7f436SZhong Yang* Add the functions of "Get tags from file name", "Get tags from lyrics" and "Get tags online" in the audio properties. 3247d7f436SZhong Yang* Add the "Album Cover" tab to the audio properties. 3347d7f436SZhong Yang* Fixed the problem that the playlist was disordered in folder mode when adding songs to the playlist that was just opened. 3447d7f436SZhong Yang* Add read and write functions for embedded lyrics. 3547d7f436SZhong Yang* Add the file rename function. 3647d7f436SZhong Yang* Fixed the problem that the temporary file cannot be renamed when the existing target file is selected to overwrite the existing target file in the format conversion. 3747d7f436SZhong Yang* Improvements in other details. 3847d7f436SZhong Yang 39a528dffaSZhong Yang## V2.70.1 (2020/08/27) 40a528dffaSZhong Yang 41a528dffaSZhong Yang* Fixed the problem of the play random and play shuffle did not work properly when the number of tracks in the playlist is too large. 42a528dffaSZhong Yang 43a2ff9187SZhong Yang## V2.70 (2020/08/26) 44a2ff9187SZhong Yang 45a2ff9187SZhong Yang* Fixed the problem of getting some FLAC audio tag information and album cover. 46a2ff9187SZhong Yang* Update the playback control icon. 47a2ff9187SZhong Yang* The application icon is redesigned. 48a2ff9187SZhong Yang* Add icons for menu items. 49a2ff9187SZhong Yang* Add the option of interface refresh interval in "Option Settings"-"Appearance Settings". 50a2ff9187SZhong Yang* Update the phonograph picture when the album cover is not displayed. 51a2ff9187SZhong Yang* Add the function of adding the currently playing track to the playlist. 52a2ff9187SZhong Yang* Fixed the problem that opening multiple audio files at the same time from the Explorer will start multiple processes to play simultaneously. 53a2ff9187SZhong Yang* Fixed the problem that UTF8 format cue files could not be read normally. Added support for UTF16-LE-BOM encoding format cue files. 54a2ff9187SZhong Yang* Fixed the problem that the playlist would freeze when loading if there are too many lyric files. 55a2ff9187SZhong Yang* Add the function of manually link the local lyrics. 56a2ff9187SZhong Yang* Add the function of changing the notification area icon. 57a2ff9187SZhong Yang* Add the rounded-corner style for the buttons. 58a2ff9187SZhong Yang* Fix the problem of handle leakage. 59a2ff9187SZhong Yang* Fixed the problem that in "Option Settings"-"Global Shortcut Keys", a certain shortcut key is set to "None", which causes other shortcut keys to become invalid. 60a2ff9187SZhong Yang* Fixed the issue of freezing when opening the "Media Library" dialog box. 61a2ff9187SZhong Yang* Fixed the problem that the length and bit rate of the corresponding audio were not obtained when opening a cue file from the media library. 62a2ff9187SZhong Yang* If the album cover size is too large, reduce it to solve the problem of UI freezing. 63a2ff9187SZhong Yang* Put the process of UI drawing in a background thread to solve the problem of message blocking caused by UI drawing take too much time. 64a2ff9187SZhong Yang* Fixed the problem that when downloading cue lyrics, if the artist or title contains characters that cannot be used as the file name, it cannot be downloaded. 65a2ff9187SZhong Yang* Fixed the problem that the id3v2 tag in wav format could not be obtained. 66a2ff9187SZhong Yang* Fixed the problem that the comma in the field cannot be processed correctly when exporting the csv file in "Play Time Statistics". 67a2ff9187SZhong Yang* Add the function of sort by file modification time in the sorting function of the playlist, as well as the functions of sorting in ascending and descending order. 68a2ff9187SZhong Yang* Fix the problem that the album cover in bmp format cannot be obtained. 69a2ff9187SZhong Yang* Added the function of including subfolders in the folder mode 70a2ff9187SZhong Yang* Fix the problem that when adding tracks from the media library to the current playlist, the current playlist is not refreshed. 71a2ff9187SZhong Yang* The "File Type" and "Bitrate" tabs are added to the media library (need to be turned on in "Option Settings"-"Media Library"). 72a2ff9187SZhong Yang* Add the function of changing the default background picture ("Option Settings"-"Appearance Settings"). 73a2ff9187SZhong Yang* Add "Play shuffle" mode to repeat mode (The original "Play shuffle" was actually "Paly Random"). 74a2ff9187SZhong Yang* Added the function of auto run when Windows starts. 75a2ff9187SZhong Yang* Fixed an issue where playback cannot continue when the playback device changes. 76a2ff9187SZhong Yang* Slightly reduced the memory usage of the program. 77a2ff9187SZhong Yang* Fix some crash issues. 78a2ff9187SZhong Yang 79277a66d4SZhong Yang## V2.69 (2020/04/15) 80277a66d4SZhong Yang 81277a66d4SZhong Yang* Add the AB repeat function. 82277a66d4SZhong Yang* Add function to get embedded lyrics. 83277a66d4SZhong Yang* Add the support for APE format tag recognition. 84277a66d4SZhong Yang* Add the function of opening playlist, support m3u / m3u8 format. 85277a66d4SZhong Yang* Fix the issue that when editing lyrics, the time label will be inserted into the end of the file when the cursor is placed at the front of the edited lyrics. 86277a66d4SZhong Yang* Add the function of saving playlist as playlist file. 87277a66d4SZhong Yang* Add the function to start in mini mode (Main Menu-Tools-Create Shortcut-Create Mini Mode Shortcut). 88277a66d4SZhong Yang* Added the "Recently played" tab in the Media Library. 89277a66d4SZhong Yang* Fixed an issue that there might be an extra character at the end when reading FLAC tags. 90277a66d4SZhong Yang* Allow to enter mini mode in full screen mode. 91277a66d4SZhong Yang* Sort the texts in the playlist and media library in the local language. 92277a66d4SZhong Yang* Other bug fixes and improvements in details. 93277a66d4SZhong Yang 948f9a17c7SZhong Yang## V2.68 (2020/01/22) 95277a66d4SZhong Yang 968f9a17c7SZhong Yang* Add "Artist", "Album", "Genre" and other ways to organize songs in the media library. Add "All tracks" and "Folder explore" in the media library. 978f9a17c7SZhong Yang* Add the media library options. 988f9a17c7SZhong Yang* Add the function of automatically scanning audio files in the specified directory at startup. 998f9a17c7SZhong Yang* Add the function to convert the frequency in format convert. 1008f9a17c7SZhong Yang* Add more functions in the right-click menu of the "Find" dialog. 1018f9a17c7SZhong Yang* Fixed the problem that when converting to MP3 format if the file name contains Unicode characters, the conversion will be failed. 1028f9a17c7SZhong Yang* Add the option of the file saved location when downloading lyrics automatically. 1038f9a17c7SZhong Yang* Add the option of lyrics alignment. 1048f9a17c7SZhong Yang* Some bug fixes and Improved in details. 1051b8efc65SZhong Yang## V2.67 (2019/11/28) 1061b8efc65SZhong Yang* Add the desktop lyric function. 1071b8efc65SZhong Yang* Add a playlist toolbar. 1081b8efc65SZhong Yang* The cue track can be added to playlist. 1091b8efc65SZhong Yang* Add the function to adjust playback speed. 1101b8efc65SZhong Yang* Fixed some bugs. 1111b8efc65SZhong Yang* Improved in other details. 1126af26e93SZhong Yang## V2.66 (2019/08/03) 1136af26e93SZhong Yang* Add the playlist function, you can freely create and edit playlists. 1146af26e93SZhong Yang* Add the function of song red heart. 1156af26e93SZhong Yang* Fixed the problem that some flac audio tags were incorrectly obtained. 1166af26e93SZhong Yang* Add the function of file association. 1176af26e93SZhong Yang* Fixed the problem that the GDI handle leaked when the window size changed. 1186af26e93SZhong Yang* Add the sound fade effect. 1196af26e93SZhong Yang* Fixed some bugs. 1206af26e93SZhong Yang* Improved in other details. 1216af26e93SZhong Yang## V2.65 (2019/05/25) 1226af26e93SZhong Yang* Add the function to display spectrum analysis in the search box. 1236af26e93SZhong Yang* Add the function of accumulating listening time statistics. 1246af26e93SZhong Yang* Add the function of floating playlist. 1256af26e93SZhong Yang* Add the function of always on top. 1266af26e93SZhong Yang* Add the function to display error messages and generate a dump file when crashed. 1276af26e93SZhong Yang* Add the style settings of bold, italic, and underline font settings. 1286af26e93SZhong Yang* Add the function to create playback control shortcuts. 1296af26e93SZhong Yang* Add the x64 version. 1306af26e93SZhong Yang* Improvements in other details 1316af26e93SZhong Yang## V2.64 (2019/02/16) 1326af26e93SZhong Yang* Adjust the UI. Beautify the playback control buttons and progress bar. 1336af26e93SZhong Yang* Added the function to hide/display playlists. 1346af26e93SZhong Yang* Added the function to hide/display menu bar. 1356af26e93SZhong Yang* Added the function to respond the multimedia keys. 1366af26e93SZhong Yang* Optimize the display effect of the Cortana search box lyrics . 1376af26e93SZhong Yang* Added the function of full-screen display. 1386af26e93SZhong Yang* Other adjustments for the UI details. 1396af26e93SZhong Yang* Improved in other details. 1406af26e93SZhong Yang## V2.63 (2019/01/06) 1416af26e93SZhong Yang* The main interface is redesigned to look more concise and beautiful. You can still switch back to the previous interface quickly. 1426af26e93SZhong Yang* Mini Mode interface redesigned. Using the same style as the main interface. 1436af26e93SZhong Yang* Optimize the function to get the theme color of the system. Get the actual system theme color instead of the window title bar color. 1446af26e93SZhong Yang* Fix the problem that causes the program crash when running for a period of time due to a GDI handle leak. 1456af26e93SZhong Yang* Add the global shortcut keys settings. 1466af26e93SZhong Yang* Add the notification area icon. When you close the main window, you can make it minimize to the notification area instead of exit the program. 1476af26e93SZhong Yang* Add the English language support. 1486af26e93SZhong Yang* Improved in other details. 149