diff --git a/Makefile b/Makefile index 2a21a34..df793a2 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ help: .PHONY: build-push build-push: docker login ghcr.io - docker buildx build --push --platform linux/amd64 --tag ghcr.io/nextcloud/llm2:1.1.0 . + docker buildx build --push --platform linux/amd64 --tag ghcr.io/nextcloud/llm2:1.2.0 . .PHONY: download-models download-models: diff --git a/appinfo/info.xml b/appinfo/info.xml index dc002c8..d0ca967 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -7,8 +7,8 @@ - 1.1.0 - MIT + 1.2.0 + agpl Marcel Klehr Alexander Piskun PyAppV2_llm2 @@ -23,7 +23,7 @@ ghcr.io nextcloud/llm2 - 1.1.0 + 1.2.0 AI_PROVIDERS diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000..a4f1f0c --- /dev/null +++ b/changelog.md @@ -0,0 +1,54 @@ +# Change Log +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](http://keepachangelog.com/) +and this project adheres to [Semantic Versioning](http://semver.org/). + +## 1.2.0 – 2024-06-27 +### Added +feat: Make model uses same language as the prompt @marcelklehr +README: Add link to nc admin docs @marcelklehr + +### Fixed +fix: lazy load models @kyteinsky +flush print outputs @kyteinsky +adjustments for the Server branch split @bigcat88 + +## 1.1.0 – 2023-12-21 +Allow loading chains from persistent_storage @marcelklehr +fix(typo) @marcelklehr +Update docker and make files @MB-Finski +Fix config path @MB-Finski +Improve file_name handling for config loading @MB-Finski +Sync improvents over from llm app @MB-Finski +fix(makefile) @marcelklehr +fix(chains.py): Remove GPU support @marcelklehr +AppAPI 2.0.3+/AppStore changes @bigcat88 +fix(Makefile): Remove ARM support @marcelklehr +fix(main.py): Remove timeout from TASK_LIST.get @marcelklehr +fix(Dockerfile): Add image source tag @marcelklehr +fix(chains): Add max_token param @marcelklehr + +## 1.0.2 – 2023-12-21 +Fix makefile @marcelklehr + +## 1.0.1 – 2023-12-21 +Fix release workflow @marcelklehr + +## 1.0.0 – 2023-12-21 +Update release workflow @marcelklehr +lint all the things @marcelklehr +update info.xml @marcelklehr +update README and Makefile @marcelklehr +lint all the things @marcelklehr +Fix provider display name @marcelklehr +Fix dockerfile @marcelklehr +Get provider working @marcelklehr +Update makefile @marcelklehr +initial commit @marcelklehr +updated readme and appstore files @bigcat88 +linters, etc.. @bigcat88 +freeprompt -> story format @bigcat88 +fix: report only result @bigcat88 +initial commit @bigcat88 +Initial commit @bigcat88