52245 Commits

Author SHA1 Message Date
Kovid Goyal
8987b77f2b
DRYer 2025-12-02 17:26:37 +05:30
Kovid Goyal
98094724e8
Initial input focus should go to the type a question box 2025-12-02 17:23:10 +05:30
Kovid Goyal
0b162fc7b0
Save a row in the converse dialog 2025-12-02 17:20:23 +05:30
Kovid Goyal
5d961e35c4
Update gemini pricing data 2025-12-02 06:20:40 +05:30
Kovid Goyal
1b95f02f2a
Add a item to the similar books menu to ask ai for what to read next 2025-12-02 06:10:52 +05:30
Kovid Goyal
93cf30d837
... 2025-12-02 06:04:53 +05:30
Kovid Goyal
fb6c366300
Add an Ask AI about selected books action to the view button 2025-12-02 05:52:43 +05:30
Kovid Goyal
eb6c5c0b76
Allow configuring what metadata to send to AI in llm book 2025-12-02 05:33:00 +05:30
Kovid Goyal
8cb08e3d4f
... 2025-12-02 05:21:27 +05:30
Kovid Goyal
ddbcfc8615
Merge branch 'dependabot/pip/fonttools-4.61.0' of https://github.com/kovidgoyal/calibre 2025-12-02 04:29:07 +05:30
Kovid Goyal
8fd8643dce
Merge branch 'dependabot/github_actions/actions-76468cb07f' of https://github.com/kovidgoyal/calibre 2025-12-02 04:27:15 +05:30
dependabot[bot]
b2d51051c9
Bump fonttools from 4.47.0 to 4.61.0
Bumps [fonttools](https://github.com/fonttools/fonttools) from 4.47.0 to 4.61.0.
- [Release notes](https://github.com/fonttools/fonttools/releases)
- [Changelog](https://github.com/fonttools/fonttools/blob/main/NEWS.rst)
- [Commits](https://github.com/fonttools/fonttools/compare/4.47.0...4.61.0)

---
updated-dependencies:
- dependency-name: fonttools
  dependency-version: 4.61.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-01 19:57:23 +00:00
dependabot[bot]
e10a0d8ea3
Bump actions/checkout from 5 to 6 in the actions group
Bumps the actions group with 1 update: [actions/checkout](https://github.com/actions/checkout).


Updates `actions/checkout` from 5 to 6
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-01 18:46:42 +00:00
Kovid Goyal
df5f263674
Merge branch 'fix-clone_menu' of https://github.com/un-pogaz/calibre 2025-12-01 22:39:40 +05:30
Kovid Goyal
e42b6c15f4
Merge branch 'fix-init_template-cover_flow' of https://github.com/un-pogaz/calibre 2025-12-01 22:38:45 +05:30
un-pogaz
9db5421ed1 fix: clone_menu don't copy check state 2025-12-01 18:02:26 +01:00
un-pogaz
663ec4afa9 fix: cover flow: init_template always executed 2025-12-01 17:58:49 +01:00
Kovid Goyal
8d947c0f22
Merge branch 'add-lm-studio-ai' of https://github.com/Al00X/calibre 2025-12-01 19:34:48 +05:30
Ali X
07a64bee03 Added LMStudio AI provider 2025-12-01 14:21:18 +03:30
Kovid Goyal
a3ade0dfd2
Implement basic settings for llm book 2025-11-30 21:50:57 +05:30
Kovid Goyal
5dadf4a732
Add a build test for tzdata 2025-11-30 21:16:09 +05:30
Kovid Goyal
fe045cb908
Dont break calibre for people running from source without tzlocal 2025-11-30 20:54:05 +05:30
Kovid Goyal
3612060714
Forgot to add tzdata install to arch CI 2025-11-30 20:37:57 +05:30
Kovid Goyal
59cee5b4df
Use a named local timezone for better display of historical dates in the local timezone
See #2133435 (Suggestion for timezone handling (linux example included))
2025-11-30 20:23:47 +05:30
Kovid Goyal
e1e4aa46aa
Make LLM settings dialog re-useable 2025-11-30 18:57:17 +05:30
Kovid Goyal
564cdbdc75
Fix #2133452 [Viewer - askAI instructions](https://bugs.launchpad.net/calibre/+bug/2133452) 2025-11-30 14:38:23 +05:30
Kovid Goyal
1094ff381c
Fix addition of format specific options when using calibredb catalog with command line flags 2025-11-30 13:45:05 +05:30
Kovid Goyal
74df390e3e
Fix #2133134 [calibredb catalog to bibtex error](https://bugs.launchpad.net/calibre/+bug/2133134) 2025-11-30 13:42:30 +05:30
Kovid Goyal
35b5608f9e
Make settings dialog re-useable 2025-11-30 13:36:10 +05:30
Kovid Goyal
62af32460e
Fix #2132182 [Metadata downloaded from Amazon has incorrect series number](https://bugs.launchpad.net/calibre/+bug/2132182) 2025-11-30 11:31:31 +05:30
Kovid Goyal
39d2175a47
Remove unused signal 2025-11-30 10:50:33 +05:30
Kovid Goyal
41d0da4267
Start work on general book related AI chat widget 2025-11-30 10:13:50 +05:30
Kovid Goyal
454f430371
Fix #2132182 [Metadata downloaded from Amazon has incorrect series number](https://bugs.launchpad.net/calibre/+bug/2132182) 2025-11-30 09:12:27 +05:30
Kovid Goyal
ca724cc144
More refactoring to make conversation widget re-useable 2025-11-29 12:28:25 +05:30
Kovid Goyal
6aeb3ddfcc
Make the AI conversation widget re-useable 2025-11-29 10:22:04 +05:30
Kovid Goyal
d97ba6acdb
Plugin update dialog: Make URLs in the plugin description clickable links 2025-11-29 10:10:17 +05:30
Kovid Goyal
68bd509fb7
Bump version of libpng 2025-11-28 21:01:53 +05:30
Kovid Goyal
b84921b09c
Have rmtree_with_retry only sleep for sharing violation errors 2025-11-28 17:16:57 +05:30
Kovid Goyal
d253380a7d
Merge branch 'master' of https://github.com/unkn0w7n/calibre 2025-11-23 20:57:38 +05:30
unkn0w7n
ae092ea48c update econ
Unify user agent in Economist recipe browser
2025-11-23 20:07:22 +05:30
Kovid Goyal
a43ea7b8ca
Fix a regression in the previous release that caused the case change menu to not be present in the comments editor. 2025-11-23 08:28:42 +05:30
Kovid Goyal
7a6084485e
Remove unneeded code 2025-11-23 08:27:03 +05:30
Kovid Goyal
de523be168
... 2025-11-22 17:17:20 +05:30
Kovid Goyal
458fd49052
Return supported file extensions for empty path query 2025-11-22 16:56:04 +05:30
Kovid Goyal
b0a4707e72
... 2025-11-22 16:32:09 +05:30
Kovid Goyal
ef535f4e1d
Simple server to read metadata from files on UNIX 2025-11-22 13:59:56 +05:30
Kovid Goyal
153945a202
... 2025-11-22 10:20:41 +05:30
Kovid Goyal
9b81dd7090
Fix #2132137 ['NoneType' object has no attribute 'underlying_book_id'](https://bugs.launchpad.net/calibre/+bug/2132137) 2025-11-22 08:49:58 +05:30
Kovid Goyal
96e3c3458c
... 2025-11-21 11:18:49 +05:30
Kovid Goyal
5c17572d5b
version 8.15.0 v8.15.0 2025-11-21 10:18:43 +05:30