Releases: sakithb/media-controls
Releases · sakithb/media-controls
Release v2.0.2
What's Changed
- Update Spanish translation by @fitojb in #148
- Add Catalan translation by @fitojb in #149
- Adds translation into Brazilian Portuguese by @Andreyrvs in #154
- GNOME 47 support by @ChrisLauinger77 in #163
New Contributors
- @fitojb made their first contribution in #148
- @Andreyrvs made their first contribution in #154
Full Changelog: v2.0.1...v2.0.2
Release v2.0.1
GNOME 46 support
v2.0.0
What has changed?
- The extension has been rewritten to be more performant and easy to add new features
- Scrolling text and sliders are now animated instead of being updated through a interval
- Source menu and track info menu has been merged into one menu
- Control buttons will now disable themselves if the player does not support the specific functionality
- Better logic to find the matching app of an mpris player (icons, names, etc)
- Properly displays album art with aspect ratios other than 1:1
- New preferences UI
- Ability to customize the label text in the panel even more
- and many more small quality of life improvements...
Full Changelog: v31...v2.0.0
v2.0.0-beta.3
Full Changelog: v2.0.0-beta.2...v2.0.0-beta.3
- Bug fixes
- Added album name in menu
v2.0.0-beta.2
- The extension will poll until mpris properties are populated with valid values when a player is initialized. (Due some players having broken mpris implementations)
- Slider in the popup menu will properly disable if the player does not support seeking
- Now any album art aspect ratio is supported.
- Better logic in selecting an active player
v2.0.0-beta.1
Full rewrite of the extension, with easier to understand logic and code.
- Merged source menu and popup menu (with new design)
- Updated preferences to use user friendly widgets
- Removed unnecessary and redundant preferences (if you miss a removed preference, feel free to open an issue)
- The codebase has been ported to typescript
- The code logic has been rewritten to be more straightforward
Release v31
Full Changelog: v30...v31
- Added album name support
- Bug fixes
Release v30
What's Changed
- Set touch event to TOUCH_END by @Thesola10 in #103
- Do not destroy objects on disable by @Thesola10 in #104
- Fixed #35 (title doesnt disappear after closing the media source in chromium based browsers)
New Contributors
- @Thesola10 made their first contribution in #103
Full Changelog: v28...v30