This repository has been archived by the owner on Dec 2, 2023. It is now read-only.
Releases: octavezero/nighthawk
Releases · octavezero/nighthawk
Nighthawk v2.1.1
- I broke the track sorting logic last time. I fixed it this time.
- Upgraded Electron to v5.0.0
Nighthawk v2.1.0
- 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
- 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
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
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
- 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
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
- 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
- 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
- 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.