Skip to content

Latest commit

 

History

History
50 lines (31 loc) · 1.55 KB

File metadata and controls

50 lines (31 loc) · 1.55 KB

1.0.0

1.0.2

  • Fixed bug in writeTags when artwork field was not provided.
  • Updated dependecies, examples and README.

1.0.3

  • Increased performance.

1.0.4

1.0.5

  • Updated documentation.

1.1.0

  • Fixed a bug that prevented a field from being reset.
  • Added new method writeTag to write a single tag field.
  • Removed checkPermission flag. This will prevent problems of compatibility between Audiotagger and Permission handler library. Refer to README for any information.

2.0.0

  • Migrated project to support Null-Safety feature.

2.1.0

2.2.0

  • Added AudioFile class (solved issue #14).
  • Added readAudioFile and readAudioFileAsMap methods (solved issue #14).
  • Fixed small bugs.
  • Updated documentation.

2.2.1