-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yarr@jtoberling: Version 1.3.0 (#1395)
- Search dialog improvements - Dynamic tooltips for articles - to save resources - Performance improvements - Visual improvements
- Loading branch information
1 parent
0f7ff8e
commit ba7a5ba
Showing
12 changed files
with
1,357 additions
and
655 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,58 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) | ||
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). | ||
|
||
## [1.3.1] - 2025-02-09 | ||
|
||
- Add option to hide feed button and timestamp from Settings - Display options | ||
|
||
## [1.3.0] - 2025-02-08 | ||
|
||
- Search dialog improvements | ||
- Dynamic tooltips for articles - to save resources | ||
- Performance improvements | ||
- Visual improvements | ||
|
||
## [1.2.4] - 2024-07-21 | ||
|
||
- Enable Custom pr viders and models (eg: https://api.deepseek.com Model: deepseek-coder-v2) | ||
|
||
## [1.2.3] - 2024-07-02 | ||
|
||
- Alternate row display settings | ||
|
||
## [1.2.2] - 2024-06-28 | ||
|
||
- Enhanced logging of AI errors | ||
- Remove tooltips from 1st buttons to improve efficiency | ||
|
||
## [1.2.1] - 2024-03-11 | ||
|
||
- Fixing translations (Thanks for Örs Vajda and haggen88) | ||
|
||
## [1.2.0] - 2024-03-10 | ||
|
||
- AI Handling | ||
- Copy feature | ||
- Display enhancements | ||
|
||
## [1.1.1] - 2024-03-03 | ||
|
||
- Performance improvement | ||
- Enhance AI functionality | ||
- Translation support | ||
|
||
## [1.1.0] - 2024-02-27 | ||
|
||
- Experimental ChatGPT AI features | ||
|
||
## [1.0.1] - 2024-01-16 | ||
|
||
- Fix byteArray import bug [#1036](https://github.com/linuxmint/cinnamon-spices-desklets/issues/1036) | ||
|
||
## [1.0.0] - 2023-10-13 | ||
- Initial version | ||
|
||
- Initial version |
Oops, something went wrong.