From d32b7c8d639413afcd5bd9f0df6793840d59cb3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Ram=C3=ADrez=20Mondrag=C3=B3n?= Date: Tue, 21 Jan 2025 23:19:15 -0600 Subject: [PATCH] Update docs/roadmap.md --- docs/roadmap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/roadmap.md b/docs/roadmap.md index 4963b056..99f4d040 100644 --- a/docs/roadmap.md +++ b/docs/roadmap.md @@ -22,7 +22,7 @@ If you have any feedback or suggestions, please open a new discussion on GitHub. - Changing the environment at runtime - probably via command palette - push a new command palette screen where you can search for and select one of the previously used environments. - Variable completion autocompletion TextAreas. - Variable resolution highlighting in TextAreas. -- Bearer token auth (can be done now by adding header). ✅ +- Bearer token auth ✅ - API key auth (can be done now by adding header). - OAuth2 (need to scope out what's involved here). - Add "quit" to command palette and footer ✅