Commit Diff


commit - 1e0f5c02fa8fbc9b2e9166d51ec1be329eb7a931
commit + 83f1c5102d05a3b6ce489bf0702a4760167d07d4
blob - 2f259de3b3eaa0137c825518c275024d633f9978
blob + 981a45d9c2fb581b2a46b394ea68524668725dae
--- ChangeLog
+++ ChangeLog
@@ -1,5 +1,8 @@
 2022-01-15  Omar Polo  <op@omarpolo.com>
 
+	* cmd.h: Show aliases before the completions
+	add open alias for load-url, suggested by Florian, thanks :)
+
 	* configure.ac: tag 0.7.1, bugfix release
 
 	* telescope.c (do_load_url): fix use after free when loading an about:* page from about:about.  Reported by Brian Callahan, thanks!