Skip to content

Latest commit

 

History

History
70 lines (53 loc) · 1.72 KB

CHANGELOG.md

File metadata and controls

70 lines (53 loc) · 1.72 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • Go dependency to replace YouTube-DL (kkdai/youtube).
  • Show album art (or youtube thumbnail) in the Discord Presence.

Changed

  • Discord Rich Presence icon.

Removed

  • YouTube-DL (python) dependency.

Fixed

  • Lyric fetcher.
  • Cursor not hidding while playing a live.
  • Remove deprecated libmpv stuff (thansk to @callsamu).
  • Debian install script (thanks to @orenomfi and @marssaljr).

[0.0.3] 2021-09-04

Added

  • Default volume option.
  • Version in the start screen.
  • Make file rule pack.
  • YouTube thumbnail as Album Art fallback.
  • AUR name in the README.
  • Terminal resize listener (used to improve album art feature).
  • Discord Rich Presence integration (/discord in the search bar).
  • Modes play and simple-play.
  • Simple CI integration.
  • A install script for debian based distros.
  • Revive (go linter).

Changed

  • README screenshot.
  • Album art placement to second line.

Removed

  • io.ReadAll calls to keep Tuner compatible with older GoLang versions.
  • Unused libmpv files.

Fixed

  • Cursor not hidding while playing a live.

[0.0.2] 2021-02-07

Added

  • SoundCloud search support.
  • Shuffle playlist (keybinded to R).
  • Simple migration for data.json.
  • Menu to delete playlist and remove the current song from the playlist.

Removed

  • MPRIS dependency, use libmpv instead.
  • Progress bar update from renderPlayer().

[0.0.1] 2020-12-17

Added

  • Lyric fetcher.
  • Album art fetcher.
  • Playlist suppport.
  • ...