From bd309082bd9ec23c2c67a7909eef287f1cd80e28 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot Date: Wed, 15 Jan 2025 16:39:34 +0000 Subject: [PATCH] docs: add changelog for 0.25.5 --- content/changelogs/0.25.5.md | 11 +++++++++++ screenpipe-app-tauri/public/CHANGELOG.md | 9 ++++----- 2 files changed, 15 insertions(+), 5 deletions(-) create mode 100644 content/changelogs/0.25.5.md diff --git a/content/changelogs/0.25.5.md b/content/changelogs/0.25.5.md new file mode 100644 index 000000000..fbbe8a575 --- /dev/null +++ b/content/changelogs/0.25.5.md @@ -0,0 +1,11 @@ +### **New Features:** +- **Added disk usage in app:** Implemented a feature to display disk usage directly within the application for better resource management. + +### **Improvements:** +- **Refactored LinkedIn v6 integration:** Improved the organization and maintainability of the LinkedIn v6 integration code. + +### **Fixes:** +(No fixes indicated in the provided commits.) + +#### **Full Changelog:** [5c509..733fd](https://github.com/mediar-ai/screenpipe/compare/5c509..733fd) + diff --git a/screenpipe-app-tauri/public/CHANGELOG.md b/screenpipe-app-tauri/public/CHANGELOG.md index b16c0e28c..fbbe8a575 100644 --- a/screenpipe-app-tauri/public/CHANGELOG.md +++ b/screenpipe-app-tauri/public/CHANGELOG.md @@ -1,12 +1,11 @@ ### **New Features:** -- **Added Reddit pipe:** Introduced a new feature that allows users to integrate and record content from Reddit. -- **Converted Reddit pipe to Next.js:** Enhanced the performance and maintainability of the Reddit pipe by migrating it to Next.js. +- **Added disk usage in app:** Implemented a feature to display disk usage directly within the application for better resource management. ### **Improvements:** -(No improvements were noted in the provided commits.) +- **Refactored LinkedIn v6 integration:** Improved the organization and maintainability of the LinkedIn v6 integration code. ### **Fixes:** -(No fixes were noted in the provided commits.) +(No fixes indicated in the provided commits.) -#### **Full Changelog:** [25e91..9c5b4](https://github.com/mediar-ai/screenpipe/compare/25e91..9c5b4) +#### **Full Changelog:** [5c509..733fd](https://github.com/mediar-ai/screenpipe/compare/5c509..733fd)