diff --git a/content/changelogs/0.22.4.md b/content/changelogs/0.22.4.md new file mode 100644 index 000000000..3b3ba5374 --- /dev/null +++ b/content/changelogs/0.22.4.md @@ -0,0 +1,7 @@ +### **Fixes:** +- **Fixed modal for instructions:** Corrected the modal display issue to improve user guidance. +- **Fixed memories build:** Resolved issues related to building memories to enhance functionality. +- **Fixed imports:** Addressed import issues to ensure proper application functionality. + +#### **Full Changelog:** [65c4e..66831](https://github.com/mediar-ai/screenpipe/compare/65c4e..66831) + diff --git a/screenpipe-app-tauri/public/CHANGELOG.md b/screenpipe-app-tauri/public/CHANGELOG.md index 2b3828fdc..3b3ba5374 100644 --- a/screenpipe-app-tauri/public/CHANGELOG.md +++ b/screenpipe-app-tauri/public/CHANGELOG.md @@ -1,13 +1,7 @@ -### **New Features:** -- **Breaking change dialog and CLI telemetry installation:** Introduced a dialog for breaking changes and added telemetry installation via CLI, enhancing user awareness and debugging support. -- **Updated screenpipe/js to 1.0.0:** Major update to the screenpipe-js library, bringing new features and improvements. - -### **Improvements:** -- **Run Next.js pipes in production mode:** Enhanced performance by allowing Next.js pipes to run in production mode. -- **Screenpipe JS refactor:** Conducted a refactor of the Screenpipe JS codebase to improve organization and fix build issues. - ### **Fixes:** -- **Removed in-memory logging:** Eliminated in-memory logging to improve performance and resource management. +- **Fixed modal for instructions:** Corrected the modal display issue to improve user guidance. +- **Fixed memories build:** Resolved issues related to building memories to enhance functionality. +- **Fixed imports:** Addressed import issues to ensure proper application functionality. -#### **Full Changelog:** [2b133..a250d](https://github.com/mediar-ai/screenpipe/compare/2b133..a250d) +#### **Full Changelog:** [65c4e..66831](https://github.com/mediar-ai/screenpipe/compare/65c4e..66831)