Include version in issue plugin list

This commit is contained in:
Gabriel Horner
2023-09-13 08:27:31 -04:00
committed by Andelf
parent 501676f1f8
commit 5f4c06b28b

View File

@@ -69,7 +69,9 @@
"Git Revision: " config/REVISION "\n"
"Platform: " safe-ua "\n"
"Language: " (.-language js/navigator) "\n"
"Plugins: " (string/join ", " (map name (keys (:plugin/installed-plugins @state/state)))))]
"Plugins: " (string/join ", " (map (fn [[k v]]
(str (name k) " (" (:version v) ")"))
(:plugin/installed-plugins @state/state))))]
(str "https://github.com/logseq/logseq/issues/new?"
"title=&"
"template=bug_report.yaml&"