From 2839fa219cd546d44d01f7b69f8d07f936702761 Mon Sep 17 00:00:00 2001 From: sebovzeoueb <7989595+sebovzeoueb@users.noreply.github.com> Date: Wed, 15 May 2024 19:47:13 +0200 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19c38b4..554e1f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # Changelog -## 0.1.1 - 2024-03-14 +## 0.2.0 - 2024-05-15 + +### Changes + +- Web GUI ported from Streamlit to Shiny for Python: we have found Shiny to be much more robust, especially with handling long tasks such as ingesting documents. +- `launch.py` and `install.py` improved to (hopefully) work on more Operating Systems. + +### Added + +- Theme selector for Web GUI + +## 0.1.3 - 2024-03-14 ### Added