Skip to content

Releases: BobbyESP/Metadator

v1.0.0-beta.8

18 Dec 20:47
Compare
Choose a tag to compare

Metadator v1.0.0-beta.8 Release Notes

We are excited to introduce the latest update to Metadator with several new features, improvements, and fixes:

New Features

  • Reduce Shadows Setting:

    • Added a new setting to reduce shadows drawn by the app to improve performance.
    • Added a new switch in the General settings page to control this setting.
    • Modified CompactSongCard to conditionally apply shadows based on the setting.
    • Commit d79860a
  • Compact Song Cards and Settings: (not yet in production)

    • Introduced compact cards to replace the previous vertical cards for displaying songs.
    • Added settings to configure the size of the cards and enable/disable marquee text animation.
    • Commit a1b3ac3

Improvements

  • Refactoring:
    • Cleaned the utilities package to make it standalone.
    • Removed unused UI components and upgraded several libraries, improving project maintenance and performance.
    • Implemented code cleanup and enhancements in various UI components.
    • Commit e8479d5
    • Commit bf3abbd

Bug Fixes

  • Keystore Handling:

    • Simplified the decoding of the signing key by directly writing the decoded output to the keystore file.
    • Commit 75a59eb
  • CI Fixes:

For more details, you can view the full commit history.


Thank you for using Metadator! We hope you enjoy the new features and improvements. If you encounter any issues or have feedback, please let us know.

Full Changelog: v1.0.0-beta.7...v1.0.0-beta.8

v1.0.0-beta.7

29 Jul 11:25
b1bf9b8
Compare
Choose a tag to compare

What has changed

  • Metadata editor rewritten for better performance and errors coverage
  • Added Spotify as song information provider (at the left of the "Save" button you can find this)
  • Added Landscape layout for most of the app screens
  • Settings page (WIP - The options aren't working yet)
  • Improved image loading
  • Fixed Android <12 instant crash because of bad permissions request
  • Added a whole new customization system (not yet in the Settings as I said)

And a lot more. For checking all the changes, you can check the commits in the link below.

Full Changelog: v1.0.0-beta.6...v1.0.0-beta.7

v1.0.0-beta.6

05 May 15:41
Compare
Choose a tag to compare

v1.0.0-beta.6: Play Store first release (on revision)

What has changed

  • Added a Mediaplayer inside the app
  • Ability to change the artwork of a song
  • No need to reload MediaStore anymore, the app is listening to changes

What has been fixed

  • Improved performance
  • Images are now loaded correctly when a change is notified

Full Changelog: v1.0.0-beta.4...v1.0.0-beta.6

v1.0.0-beta.4

05 Apr 23:41
Compare
Choose a tag to compare

v1.0.0-beta.4

What has changed

  • Changed artwork placeholder from Material 2 icon to Material 3
  • Improved by a lot the song information loading

What has been fixed

  • When deleting words by using the "Delete" button of your keyboard, the last word/character, even if not visible in the text field, was saved in the audio metadata

Full Changelog: 1.0.0-beta.3...v1.0.0-beta.4

v1.0.0-beta.3

31 Mar 15:45
Compare
Choose a tag to compare
Features header

Metadator beta is out!

Hi you all! Hope that you are nice. Today I'm launching Metadator, an Android metadata editor powered by TagLib for being able to edit you music files ID3 tags.

All the features that the app contains are already told in the README, so I'm not going to bother you a lot more.
I just wanted to thank you for the incredible help and motivation that you have been giving to me all these months with Spowlo. Yes, the development of Spowlo is still in course and some day it will be launched, but since I don't have all the time that I wanted, I want to give you some little parts of what is coming so you can go enjoying new features and apps from me.

Thanks!!!

Full Changelog: https://github.com/BobbyESP/Metadator/commits/1.0.0-beta.3