-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGELOG
More file actions
26 lines (19 loc) · 720 Bytes
/
CHANGELOG
File metadata and controls
26 lines (19 loc) · 720 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[v0.4.1]
- Resolve an issue where tags weren't added correctly
[v0.4.0]
- Marks most functions in util as deprecated
- Adds new Itch.io tools via Butler, ButlerPlatformType
- Introduces check_notary_status to check the status of a notarization request
- Updates upload_to_notary to return the request's UUID
- Fixes a bug where returns in the darwin_call wrapper didn't properly return values
[v0.3.1]
- Fixes a bug where arguments and keyword arguments with functions with the darwin_call wrapper were not properly passed
[v0.3.0]
- Added @darwin_only decorator to macOS-specific commands
- Release on PyPI
[v0.2.2]
- Adds docs and info
[v0.2.1]
- Adds --no-strict to codesign
[v0.2.0]
- Updates apple submodule