Skip to content
This repository has been archived by the owner on Dec 2, 2023. It is now read-only.

Releases: octavezero/nighthawk

Nighthawk v2.1.1

27 Apr 03:21
Compare
Choose a tag to compare
  • I broke the track sorting logic last time. I fixed it this time.
  • Upgraded Electron to v5.0.0

Nighthawk v2.1.0

21 Apr 17:34
Compare
Choose a tag to compare
  • 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

Nighthawk v2.0.0

27 Oct 10:47
Compare
Choose a tag to compare
  • Playlists Added 🎉
  • 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.

Nighthawk v2.0.0-beta2

21 Oct 05:03
Compare
Choose a tag to compare
Pre-release

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

Nighthawk v2.0.0-beta1

14 Oct 17:12
Compare
Choose a tag to compare
Pre-release

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

  • Playlists Added 🎉 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.

Nighthawk v1.1.0

06 Jun 17:14
Compare
Choose a tag to compare
  • 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.

Nighthawk v1.0.0

23 May 12:07
Compare
Choose a tag to compare

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.

Nighthawk 0.5.0

26 Apr 18:37
Compare
Choose a tag to compare
Nighthawk 0.5.0 Pre-release
Pre-release
  • 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.

Nighthawk 0.4.0

28 Jan 09:09
Compare
Choose a tag to compare
Nighthawk 0.4.0 Pre-release
Pre-release
  • 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

Nighthawk 0.3.0

08 Jan 17:32
Compare
Choose a tag to compare
Nighthawk 0.3.0 Pre-release
Pre-release
  • 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.