We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 728d1dc commit b5a61f6Copy full SHA for b5a61f6
1 file changed
CHANGELOG.md
@@ -5,6 +5,21 @@ Format follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
5
6
---
7
8
+## [1.2.0] — 2026-06-19
9
+
10
+### Added
11
+- **MAL Settings — App Type selector**: a new checkbox lets you mark your
12
+ MyAnimeList app as App Type `web`, revealing a Client Secret field. App Type
13
+ `other` (the simpler, recommended option) still needs only the Client ID.
14
15
+### Fixed
16
+- **MAL OAuth — Client Secret never sent**: the Settings dialog always
17
+ exchanged the authorization code with an empty client_secret, so MAL `web`
18
+ type apps failed authentication even with a valid access token. The secret
19
+ entered in Settings is now passed through to the token exchange.
20
21
+---
22
23
## [1.1.0] — 2026-05-20
24
25
### Fixed
0 commit comments