1
1
# aspeak Changelog
2
2
3
+ # v4.1.0
4
+
5
+ - You can now use your azure subscription key to authenticate. Special thanks to [ @yhmickey ] ( https://github.com/yhmickey )
6
+ for trusting me and providing me his subscription key for testing.
7
+
3
8
# v4.0.0
4
9
5
10
aspeak has been rewritten in Rust!:tada : This is a major release and there are some breaking changes.
@@ -15,16 +20,16 @@ Fixes:
15
20
New features:
16
21
17
22
- Now you can use profiles to save your options.
18
- - For example, you can specify your native locale in your profile so that you don't need to specify it every time.
19
- - You can learn more about profiles in the [ documentation] ( https://github.com/kxxt/aspeak/tree/main#documentation ) .
23
+ - For example, you can specify your native locale in your profile so that you don't need to specify it every time.
24
+ - You can learn more about profiles in the [ documentation] ( https://github.com/kxxt/aspeak/tree/main#documentation ) .
20
25
- Theoretically, aspeak is now available on more platforms. But I will only publish binaries for Windows, macOS and Linux.
21
- - However, you can still compile aspeak from source on other platforms.
26
+ - However, you can still compile aspeak from source on other platforms.
22
27
- Now you can use custom endpoints and authentication tokens.
23
28
- Now you can add custom request headers.
24
29
- More user friendly output and error messages
25
30
- Now I have set up GitHub Actions to build and publish automatically.
26
31
- Now you can use aspeak as a library in your Rust projects.
27
- - You can learn more about the Rust API at [ docs.rs] ( https://docs.rs/aspeak/ ) .
32
+ - You can learn more about the Rust API at [ docs.rs] ( https://docs.rs/aspeak/ ) .
28
33
29
34
Changes:
30
35
@@ -53,7 +58,6 @@ Changes:
53
58
- Fix: include aspeak binary in wheel package
54
59
- CI: set up GitHub Actions to build and publish to PyPI
55
60
56
-
57
61
# v4.0.0-beta.2
58
62
59
63
- Restrict max log level to info in release build
@@ -66,9 +70,9 @@ Changes:
66
70
67
71
# v4.0.0-beta.1
68
72
69
- - Now you can create a profile!
70
- - You no longer need to use the locale arg every time if you do not want to use English locale. Just specify your locale in your profile.
71
- - You can also provide default values for other options.
73
+ - Now you can create a profile!
74
+ - You no longer need to use the locale arg every time if you do not want to use English locale. Just specify your locale in your profile.
75
+ - You can also provide default values for other options.
72
76
- Many internal refactors.
73
77
74
78
# v4.0.0-alpha.4
@@ -78,4 +82,4 @@ Changes:
78
82
# v4.0.0-alpha.3
79
83
80
84
- Set up GitHub Actions to build for more platforms.
81
- - Support region option.
85
+ - Support region option.
0 commit comments