Skip to content

Releases: RhetTbull/osxmetadata

Updated dependencies

10 Dec 23:13
Compare
Choose a tag to compare

Updated python dependencies; no feature changes

Updated Dependencies

18 Nov 20:58
Compare
Choose a tag to compare

Updated dependencies; no other changes

Support for Python 3.12

22 Oct 00:51
Compare
Choose a tag to compare
v1.3.2

Version bump

Bug fix for python 3.11

15 Sep 05:02
4eed0ef
Compare
Choose a tag to compare

Fixes bug installing with pip on python 3.11

Bug Fixes

19 Apr 13:36
Compare
Choose a tag to compare

Bug Fixes

19 April 2023

Fixed

  • Bug in JSON serialization on macOS 13.1 that could cause osxmetadata backups to be corrupted

Contributors

Bug fix for malformed kMDItemKeywords

17 Nov 04:50
Compare
Choose a tag to compare
v1.2.2

Additional fix for #83, kMDItemKeywords as comma delimited string

Bug fix for certain kMDItemKeyword values

16 Nov 15:09
4ec2fd7
Compare
Choose a tag to compare
Merge pull request #86 from RhetTbull/bug_kMDItemKeywords_string_valu…

…e_83

Bug k md item keywords string value 83

Support for python 3.11

12 Nov 23:42
db420f2
Compare
Choose a tag to compare
Merge pull request #79 from RhetTbull/python-3.11

Python 3.11

Improved backup JSON file

11 Nov 05:16
Compare
Choose a tag to compare
v1.1.0

Release 1.1.0, remove null values from JSON file

Complete rewrite

08 Oct 00:20
Compare
Choose a tag to compare

This is a complete rewrite of osxmetadata and includes breaking changes from v0.99.x. Please read the documentation to fully understand the new API.

Whereas previous versions of osxmetadata manipulated extended attributes directly, osxmetadata now uses native macOS framework calls to get/set metadata.
This results in much more reliable behavior.