diff --git a/CMakeLists.txt b/CMakeLists.txt index 9a306720..c90151f7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -566,7 +566,7 @@ Terminal=false Type=Application StartupWMClass=lagrange Icon=fi.skyjake.Lagrange -MimeType=x-scheme-handler/gemini;x-scheme-handler/gopher; +MimeType=x-scheme-handler/gemini;x-scheme-handler/gopher;x-scheme-handler/spartan; ") install (TARGETS app DESTINATION ${CMAKE_INSTALL_BINDIR}) install (FILES ${desktop} DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/applications) diff --git a/res/about/version.gmi b/res/about/version.gmi index e18b0231..9e9d02a1 100644 --- a/res/about/version.gmi +++ b/res/about/version.gmi @@ -11,8 +11,9 @@ * Spartan: Prefilled prompt input from URL query string is selected by default. * Spartan: Fixed composing request content out of the query string. * Spartan: Allow opening URLs from command line. -* macOS: Fixed relaunching the app after installing an update via Sparkle. +* Spartan: .desktop file includes Spartan scheme handling. * macOS: Register app as Spartan URL scheme handler. +* macOS: Fixed relaunching the app after installing an update via Sparkle. * TUI: Fixed `build-tui.sh` so it doesn't expect the_Foundation to be preinstalled.  ## 1.13.2