Skip to content

Commit

Permalink
docs: add changelog for 0.22.4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 6, 2025
1 parent 6683130 commit e147b2e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
7 changes: 7 additions & 0 deletions content/changelogs/0.22.4.md
Original file line number Diff line number Diff line change
@@ -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)

14 changes: 4 additions & 10 deletions screenpipe-app-tauri/public/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit e147b2e

Please sign in to comment.