From cf4d37a1c0712c0e9e9626f417ef5d6ac0130b5f Mon Sep 17 00:00:00 2001 From: jeffser Date: Sun, 6 Oct 2024 23:26:22 -0600 Subject: [PATCH] Preparing for 2.5.0 --- data/com.jeffser.Alpaca.metainfo.xml.in | 17 +++++++++++++++++ meson.build | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/data/com.jeffser.Alpaca.metainfo.xml.in b/data/com.jeffser.Alpaca.metainfo.xml.in index e3d9655..1ffab55 100644 --- a/data/com.jeffser.Alpaca.metainfo.xml.in +++ b/data/com.jeffser.Alpaca.metainfo.xml.in @@ -78,6 +78,23 @@ https://github.com/Jeffser/Alpaca/discussions/154 https://github.com/Jeffser/Alpaca + + https://github.com/Jeffser/Alpaca/releases/tag/2.5.0 + +

New

+
    +
  • Run bash and python scripts straight from chat
  • +
  • Updated Ollama to 0.3.12
  • +
  • New models!
  • +
+

Fixes

+
    +
  • Fixed and made faster the launch sequence
  • +
  • Better detection of code blocks in messages
  • +
  • Fixed app not loading in certain setups with Nvidia GPUs
  • +
+
+
https://github.com/Jeffser/Alpaca/releases/tag/2.0.6 diff --git a/meson.build b/meson.build index ec22af3..de03e72 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('Alpaca', 'c', - version: '2.0.6', + version: '2.5.0', meson_version: '>= 0.62.0', default_options: [ 'warning_level=2', 'werror=false', ], )