Nighthawk Versions Save

A stealthy, simple, unobtrusive music player that stays out of your way

2.1.1

5 years ago
  • I broke the track sorting logic last time. I fixed it this time.
  • Upgraded Electron to v5.0.0

2.1.0

5 years ago
  • Added support for selecting which columns to display in settings dialog.
  • Added File Added At and File Modified At columns with associated values (Need to refresh library for this to take effect).
  • m4a and aac formats are now supported.
  • Updated Dependencies

2.0.0

5 years ago
  • Playlists Added :tada:
  • Automatically create playlists based on the library sub-folder structure (can be disabled in settings)
  • Added UI Zoom settings.
  • Better Error Handling and Logging Support. Now logs are created for detailed analysis.
  • Font stack fixes for Linux
  • Fixed a bug where empty tags would leave blank rows.
  • Minor bug fixes and refactors.
  • Electron updated to v3
  • All other dependencies updated.
  • The usual performance improvements.

2.0.0-beta2

5 years ago

Note: This is a beta release. There will be bugs, especially related to the playlist implementation.

  • Icons now show up in Linux.
  • Fixed a bug where going from playlist tab to library tab would re-initialize the state.
  • Fixed various bugs related to empty playlists

2.0.0-beta1

5 years ago

Note: This is a beta release. There will be bugs, especially related to the playlist implementation.

  • Playlists Added :tada: A somewhat working, beta version of playlists is live.
  • Create playlists based on the library sub-folder structure
  • Better Error Handling and Logging Support. Now logs are created for detailed analysis.
  • Font stack fixes for linux
  • Fixed a bug where empty tags would leave blank rows.
  • Minor bug fixes and refactors.
  • Electron updated to v3
  • The usual performance improvements.

v1.1.0

5 years ago
  • FLAC and WAV files are now supported. 🎉
  • Added Current Queue Persistence. Simply continue from where you left off.
  • Sub folders in the main Library folder are now scanned.
  • Added subtle CSS Animations across the app.
  • Extract CSS out into a separate file for performance.
  • Added a 32-bit Windows installer.
  • Updated some dependencies.
  • Fixed some bugs and made some Performance Improvements.

v1.0.0

5 years ago

Finally after months of development, procrastination and a complete rewrite, the First stable release is out 🎉

Changes from the previous beta:

  • New Setting to toggle between the default unobtrusive mode and a regular windowed mode.
  • Added Tooltips across the UI.
  • Volume State is now saved.
  • Added Notifications when library is refreshing.
  • Restyle header and player areas.
  • Added a empty library graphic.
  • Bug Fixes and Performance Improvements.

0.5.0

6 years ago
  • A complete reworking of the application. The performance should be increased.
  • Updated to electron 2.0 which includes chrome 61 and node 8 for increased performance.
  • Some design changes.
  • New Icons.

0.4.0

6 years ago
  • Added Statusbar to show library details and library refresh status.
  • Added Queue Manager to control the playing queue.
  • Can remove tracks from queue and seek to a particular track in queue.
  • Added Context Menu support to library table to add songs to queue.
  • Updated dependencies

0.3.0

6 years ago
  • Added Tooltip support in the UI.
  • Reduced Font and Element sizes for more compact UI.
  • Added Search Box for Library.
  • Sorting options and shuffle, repeat and volume states are stored for next session.
  • Refactored Window State Storage to reduce dependencies.
  • Refactored and Reworked Settings system.