mirror of
https://github.com/sartoopjj/thefeed.git
synced 2026-05-19 07:24:35 +03:00
feat: implement dynamic versioning in build.gradle and display app version in index.html; enhance resolver scanning messages in I18N
This commit is contained in:
+1
-1
@@ -984,7 +984,7 @@ func (s *Server) handleSettings(w http.ResponseWriter, r *http.Request) {
|
||||
if pl == nil {
|
||||
pl = &ProfileList{}
|
||||
}
|
||||
writeJSON(w, map[string]any{"fontSize": pl.FontSize, "debug": pl.Debug})
|
||||
writeJSON(w, map[string]any{"fontSize": pl.FontSize, "debug": pl.Debug, "version": version.Version, "commit": version.Commit})
|
||||
|
||||
case http.MethodPost:
|
||||
var req struct {
|
||||
|
||||
Reference in New Issue
Block a user