From 6ffa07211e62e52ba105666219db9bd6ed5a9406 Mon Sep 17 00:00:00 2001 From: Bubka <858858+Bubka@users.noreply.github.com> Date: Fri, 22 Dec 2023 10:52:52 +0100 Subject: [PATCH] Add API change log --- changelog.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 69272e90..8d71f9b1 100644 --- a/changelog.md +++ b/changelog.md @@ -38,6 +38,11 @@ v5 also comes with the following. - [issue #253](https://github.com/Bubka/2FAuth/issues/253) 2FAs exports cannot be imported +### API [1.2.0] + +- `/api/v1/user` GET path added +- `ids` and `withOtp` query parameters added to the `/api/v1/twofaccounts` GET path + --- **Full Changelog**: [v4.2.4...v5.0.0](https://github.com/Bubka/2FAuth/compare/v4.2.4...v5.0.0) @@ -81,7 +86,7 @@ v5 also comes with the following. ### Changed -- Navigation with the __Back__ and __Close__ buttons is now fully consistent with their labeling, even when browsing back through successive views using those buttons. +- Navigation with the **Back** and **Close** buttons is now fully consistent with their labeling, even when browsing back through successive views using those buttons. - The length of the email submitted during registration is now limited to 191 characters ([#214](https://github.com/Bubka/2FAuth/issues/214)). - Upgrade to Laravel 10