-
Notifications
You must be signed in to change notification settings - Fork 512
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* improve docs (only adding stuff to fake a commit for changelog) * Revert "improve docs (only adding stuff to fake a commit for changelog)" This reverts commit ebf8b5f7c03d00ef6a467f34120cbb640a81d3df. * fix: use crab nebula to get last version instead of git tags * ci: use version from user input on release * ci: only change the pipeline when changelog is generated * docs: rollback old changelog * refactor: remove unnecessary variable and use commit hashes on changelog diff * refactor: show only first 5 chars from commits * fix: download crab nebula cli before using it * chore: only download cn if does not exist * chore: delete broken version * refactor: tweaks on changelog generator * refactor: delete unnecessary prompt * refactor: use commit_hash as second parameter * refactor: improve prompt * Update README.md * Revert ffmpeg in macOS to old mirror, rename ollama (#650) * Use self-hosted runner for release app * Use preinstalled Ollama * Fix ffmpeg path * Rename ollama and use sourceforge for macos * Fix ffmpeg path * Use bin for ffmpeg path * docs: add changelog for * improve docs (only adding stuff to fake a commit for changelog) * Revert "improve docs (only adding stuff to fake a commit for changelog)" This reverts commit ebf8b5f7c03d00ef6a467f34120cbb640a81d3df. * fix: use crab nebula to get last version instead of git tags * ci: use version from user input on release * ci: only change the pipeline when changelog is generated * docs: rollback old changelog * refactor: remove unnecessary variable and use commit hashes on changelog diff * refactor: show only first 5 chars from commits * fix: download crab nebula cli before using it * chore: only download cn if does not exist * chore: delete broken version * refactor: tweaks on changelog generator * refactor: delete unnecessary prompt * refactor: use commit_hash as second parameter * refactor: improve prompt * ci: fix generate changelog prompt --------- Co-authored-by: Louis Beaumont <[email protected]> Co-authored-by: Neptune <[email protected]> Co-authored-by: GitHub Actions Bot <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
11ec31b
commit 35351ab
Showing
4 changed files
with
65 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,21 @@ | ||
Thank you for providing the commits. Let's organize the changes for the upcoming version:\n\n### **New Features:**\n- **Added new dashboard customization options:** Tailor your dashboard to your needs with new customization features, allowing you to arrange and display data in a way that boosts productivity.\n\n### **Improvements:**\n- **Enhanced search functionality:** Improved the search algorithm to deliver more accurate results in less time, helping users find information efficiently.\n- **Optimized mobile responsiveness:** Ensured seamless user experience on mobile devices by optimizing responsiveness across various screen sizes.\n\n### **Fixes:**\n- **Resolved issue with user login:** Addressed a bug causing login errors for some users, ensuring smooth access to accounts without disruption.\n\n### **Others:**\n- **Updated terms of service:** Stay informed about the latest modifications to our terms of service for compliance and transparency.\n\n#### **Full Changelog:** [Link to full changelog](https://github.com/your-repo/compare/previous-version...upcoming-version) | ||
### **New Features** | ||
- **Intel MKL Support**: Introduced support for Intel Math Kernel Library (MKL) acceleration on macOS, Windows, and Linux, enhancing computational performance significantly. | ||
- **Timeline UI Revamp**: Released a new timeline user interface for improved content organization and navigation, enhancing user interaction within the app. | ||
|
||
#### **Full Changelog:** [...](https://github.com/mediar-ai/screenpipe/compare/...) | ||
### **Improvements** | ||
- **Brew Version Update**: Ensured compatibility and optimized performance by updating Brew to version 0.1.97 on x86_64 and aarch64 Apple Darwin systems. | ||
- **Search Enhancement**: Improved UI search functionality to handle scenarios with no audio path, simplifying content location in the application. | ||
|
||
### **Fixes** | ||
- **Documentation Clarification**: Addressed and fixed a documentation issue, providing users with accurate and clear guidance. | ||
- **CSS and Reddit Pipe Fixes**: Resolved layout consistency issues and corrected a minor bug in the Reddit pipe functionality for a smoother user experience. | ||
- **CI Pipeline Stability**: Enhanced stability in the continuous integration pipeline for more reliable testing and deployment processes. | ||
- **Endpoint JSON Parsing**: Fixed a bug affecting endpoint JSON parsing, resulting in improved data handling. | ||
|
||
### **Others** | ||
- **Database Enhancements**: Made the `audio_chunk_id` not nullable in the `audio_transcriptions` table for improved data consistency, and added a new endpoint to the database. | ||
- **Entelligence Removal**: Deprecated the entelligence feature, ensuring cleaner and more efficient app performance. | ||
- **Code Cleanup and Refactoring**: Conducted various code cleanup and refactoring tasks to enhance code quality and maintainability. | ||
|
||
#### **Full Changelog:** [v0.1.97...v0.1.98](https://github.com/mediar-ai/screenpipe/compare/v0.1.97...v0.1.98) | ||
|