Changes include:

  • GTK4 🎉
  • No-thumb mode (No more slow searching).
  • Better stability, no irritating segmentation faults.
  • Touch-less search: just type, results will change.
  • Auto-generated md5, sha256 and sha512 checksums included.
  • Updated dependencies and compiled with latest go 1.18
  • DEV: Improved algorithm for calculating time by using formula for buffer size sample rate and num. of channels. (Considered as less overhead for CPU)
  • DEV: New algorithm for auto-playing next track. Avoid traditional recursion. Now goroutine lunches second one and communicates through golang channels to start new reader but waits for previous one to escape loop and end not to conflict while GUI changes. (In theory should save memory as functions end in order)
  • Added Screenshots