Skip to content

Latest commit

 

History

History
151 lines (89 loc) · 6.71 KB

CHANGELOG.md

File metadata and controls

151 lines (89 loc) · 6.71 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.

Added

  • Added preferences pane to optionally disable the global media hotkeys. #170

1.3.3 - 2022-05-05

Fixed

  • Added an explicit check to clear out registered service workers that cause blank screens on launch. #167

1.3.2 - 2022-05-03

Fixed

  • A periodic inconsistency where the app launches to a blank screen. #164

1.3.1 - 2022-05-02

Fixed

  • A regression where increasing the height of the draggable toolbar was interfering with HTML elements in the page. #162

1.3.0 - 2022-04-12

Added

  • A new application icon matching the new design language of macOS Big Sur. #160
  • A new keyboard shortcut for search (Command + F) to allow faster access to the search bar. #151

Fixes

  • Removed the keyDown keyboard commaned to allow proper traversal of search results. #151
  • Increased navigation bar height to 64 to allow proper mouse-click passthrough. #151

1.2.0 - 2021-10-27

Added

  • Apple Silicon support. #149
  • Deeply integrated support for Touch Bar on MacBook Pro. #146
  • Alternative global shortcut keys for controlling music playback. #140

1.1.1 - 2021-04-27

Fixes

  • Media control keys not responding on newer versions of macOS. #57
  • Content not appearing in macOS Big Sur. #130

1.1.0 - 2021-04-24

G'day everyone! Tim here! It took a fair few weeks of R&D (including a PR to fastlane itself!), but with Steve's blessing, I've finally managed to remove DevMateKit and replace it with an automated build system around GitHub Actions that will enable creating release updates of YT Music far more frequently than before.

This is just a basic release incorporating all of the previous improvements, but now this system in place, hopefully we can start bringing new features and OS support to the app moving forward! Enjoy!

Added

  • A Github Actions automated release pipeline. #126

Changes

  • Set NSRequiresAquaSystemAppearance to false to enable Dark Mode appearance #102

Fixes

  • Music auto-plays when receiving call. #58
  • Enabled media controller commands. #81
  • Latest album art being pulled correctly for every new notification. #84
  • Too many notifications appearing too often. #85
  • App crashes when resizing the window. #87

1.0.6 - 2018-07-11

I've changed a few things in this release and it now targets 10.11 for those of you still rocking El Capitan (though you really should think about upgrading at some point 🤭).

Media Center

This version also adds support for the native media center added in macOS 10.12.2. This means that the Today widget in Notification Center and the media center on Touch Bar devices now fully works!

Bug Fixes

I've also fixed a bug with the like and dislike shortcuts not always liking the currently playing track.

Feedback

As always, please leave any feedback or issues on GitHub and you can also follow me on Twitter.

1.0.5 - 2018-07-06

Hello everyone! This update adds a couple of new features that hopefully make the YT Music experience feel a little more native.

Keyboard Shortcuts

I've added a number of keyboard shortcuts which can be found in the new "Playback" menu in the Menu Bar. Things like Play/Pause, Next, Previous, Shuffle, Repeat, Like, and Dislike can be found here.

These are also available in the menu on the Dock icon. Right-click or option-click the YT Music icon to find these.

Notifications

Okay, not everyone will want these and they are on by default. Like any Mac app they can be disabled in System Preferences > Notifications.

For those of you that do want these, you'll get a little banner slide in whenever the track changes. Click the banner to open YT Music or swipe it away with your mouse.

Feedback

I hope the changes are well received and any feedback or bugs can be reported on Github

1.0.4 - 2018-07-02

  • Only allows the window to be moved in the toolbar area at the top of the screen.

1.0.3 - 2018-06-19

  • Added navigation arrows

1.0.2 - 2018-06-19

  • Fixed issues with windows not displaying correctly

1.0.1 - 2018-06-19

  • Fixes issue where window wouldn't show on first run
  • Added media key support

1.0.0 - 2018-06-19

  • Initial version of YT Music wrapper