WishPlayer Changelog

What's new in WishPlayer 0.1.3

Mar 18, 2024
  • New features:
  • A History section has been added to the application tray menu. The window of this section contains the history of audio requests for the last 7 days
  • Added an additional 3 playlists for each playback mode. These playlists will allow you to manually group audio by genre, artist, or other parameters. By default, playlists have names - 'Playlist No. 1', 'Playlist No. 2', 'Playlist No. 3', to change the playlist name, double-click on it and enter a new one. Perhaps in the future the creation of an unlimited number of playlists will be added.
  • Bug fixes and improvements:
  • Added dynamic loading of audio playlists. Now downloading audio playlists does not affect the app launch time. All playlists of the app are loaded dynamically after the app starts. This will eliminate the long launch of the application when there is a very large amount of audio in playlists
  • The version of the main programming language of the application has been updated. This will increase the overall performance of the application by about 10-20 percent
  • The overall size of the application has been reduced by compressing large files
  • Updated the libraries associated with the application

New in WishPlayer 0.1.2 (Dec 9, 2023)

  • New features:
  • Added audio time display when hovering over the audio rewind panel
  • Added a new application style - White. This style will become the default style for the application. The classic black and white style should be suitable for most people. Also, with this style, the application control buttons are better visible. If you don't like the white style, you can choose any other one. Currently available styles are white, blue, red, pink
  • Bug fixes and improvements:
  • The graphical bug that sometimes occurred when opening the application via the open button in the application tray has been removed. Added a forced redrawing of the interface after opening the application, which will eliminate this bug
  • Added the correct termination of the control flow of associative files when the application is shut down. Now the flow completes correctly and does not cause an error when deleting the control object
  • The bug of incorrect display of the audio rewind strip when rewinding to the end of audio has been removed
  • Added an update to the audio length in the playlist when it changes in the audio source
  • Modules of related libraries that are not used by the application have been removed, which reduced the application's RAM consumption by 20Mb
  • Added partial buffering when playing audio online. This will eliminate possible delays in audio playback even on very weak processors and improve the quality of playback
  • Added support for the HLS protocol

New in WishPlayer 0.1.1 (Aug 30, 2023)

  • New features:
  • Added buttons to go to the next and previous audio from the playlist. Using these buttons, you can switch to the desired audio without opening the playlist. When pressed repeatedly, the transition to the next audio from the playlist list takes place, which allows you to select the desired audio to play
  • Added audio data caching, which significantly speeds up audio replay
  • Bug fixes and improvements:
  • Improved protection against double launch of the application. An inefficient method of checking through processes has been removed. Now the check is carried out through the database and occurs instantly. What increases the application launch speed
  • Added error handling related to the inability to download audio using the http protocol
  • The bug of the system for monitoring the completion of the audio download stream has been removed
  • The bug of not closing the stream of receiving information about audio, which in rare cases led to the application hanging, has been removed
  • Updated application-related libraries