diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro index 42ea8cf..630a1e6 100644 --- a/src/pages/changelog.astro +++ b/src/pages/changelog.astro @@ -33,6 +33,16 @@ import BaseLayout from '../layouts/BaseLayout.astro';
+
+

+ + Enhancements +

+ +
+

@@ -41,6 +51,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
  • Brand new App Icon. Redesigned app icon with a fresh, modern look.
  • Git graph visualization. Implemented a Git graph of the 50 latest commits with a details popup for viewing commit information.
  • +
  • Ollama Cloud support. Added support for Ollama Cloud. Requires an account at ollama.com.

@@ -60,9 +71,9 @@ import BaseLayout from '../layouts/BaseLayout.astro'; Bug Fixes