unkn0w7n
693378d64e
Delete Apple Daily
...
its no longer under publication.
2023-11-24 16:20:12 +05:30
Kovid Goyal
10d995c26c
...
2023-11-24 13:45:07 +05:30
Kovid Goyal
5a3af4794a
Merge branch 'master' of https://github.com/unkn0w7n/calibre
2023-11-24 13:44:40 +05:30
unkn0w7n
7b387c815a
Update singtaohk.recipe
2023-11-24 13:34:49 +05:30
Kovid Goyal
3349979551
Sigh sqlite made a release without the bug fix
2023-11-24 12:56:18 +05:30
Kovid Goyal
11c22737a1
Move changelog entries to old
2023-11-24 12:32:39 +05:30
Kovid Goyal
49c1485326
version 7.1.0
v7.1.0
2023-11-24 08:13:25 +05:30
Kovid Goyal
3e5611da73
More fixes for PIL breaking its API
2023-11-24 08:10:45 +05:30
Kovid Goyal
ed00de3b23
Fix #2044408 [Fallo al convertir a LRF desde docx en version 7]( https://bugs.launchpad.net/calibre/+bug/2044408 )
2023-11-24 08:04:20 +05:30
Kovid Goyal
320fb96bbd
Dont upload releases to fosshub anymore
...
A single alternate mirror provided by github is fine. FossHub requires
users to go to a new page to get the actual download, which is slow and
cumbersome.
2023-11-23 20:04:05 +05:30
Kovid Goyal
85a0056e6d
automated fixes by pyupgrade to py 3.8
2023-11-23 09:05:12 +05:30
Kovid Goyal
c08be4e428
Merge branch 'issues/py37-clean' of https://github.com/pauloxnet/calibre
2023-11-23 08:31:42 +05:30
Paolo Melchiorre
16fbab9362
Fix minimum required Python version for ruff, black and pyupgrade
2023-11-22 11:37:17 +01:00
Kovid Goyal
e873111bdc
When starting in system tray do not flash the main window briefly
...
Fixes #2044118 [Issue with "--start-in-tray" switch and MS RDP](https://bugs.launchpad.net/calibre/+bug/2044118 )
2023-11-21 19:04:05 +05:30
YOKOTA Hiroshi
9e1721e8bc
Don't enclose [] twice when IPv6 addr
2023-11-21 22:12:17 +09:00
YOKOTA Hiroshi
2f751d3dab
Use None for empty value
2023-11-21 22:12:17 +09:00
YOKOTA Hiroshi
4d3553a115
Listen IPv6 address if available
2023-11-21 22:12:17 +09:00
YOKOTA Hiroshi
091404eb0d
Use automatic server address if listen_on value is ''
2023-11-21 22:12:17 +09:00
Kovid Goyal
0419739c50
Fix #2044000 [Cannot download The New Yorker Magazine using Fetch News]( https://bugs.launchpad.net/calibre/+bug/2044000 )
2023-11-20 21:47:28 +05:30
Kovid Goyal
402b2a589e
We never want QDateTime in anything but local time
2023-11-20 21:13:40 +05:30
Kovid Goyal
105d468b0f
Fix #2043998 [Default Published date on Basic metadata page is Dec 0100]( https://bugs.launchpad.net/calibre/+bug/2043998 )
2023-11-20 21:11:15 +05:30
Kovid Goyal
7b0852c2ad
...
2023-11-20 18:37:09 +05:30
Kovid Goyal
db33abeea9
More fixes for conversion to/from QDateTime and datetime objects
...
Fixes #2043943 [problems with dates not completely fixed](https://bugs.launchpad.net/calibre/+bug/2043943 )
2023-11-20 18:35:53 +05:30
YOKOTA Hiroshi
dc4ba2e18b
Check '::' really supports both IPv6 and IPv4
...
socket.has_dualstack_ipv6() checks current runtime environment
really works with both IPv6 and IPv4.
2023-11-20 21:00:57 +09:00
Kovid Goyal
b36475fdae
...
2023-11-20 07:44:44 +05:30
Kovid Goyal
dca1d9a3ac
Notes editor: When pasting HTML with images offer to download remote images in the pasted content
2023-11-19 21:16:31 +05:30
Kovid Goyal
c2a2185dbe
Notes editor: Fix spurious error message when saving a note that contains pasted HTML that refers to an image
2023-11-19 10:26:25 +05:30
Kovid Goyal
9c84994d32
Comments editor: Fix data file links not working
2023-11-19 10:17:35 +05:30
Kovid Goyal
1160486703
Merge branch 'master' of https://github.com/MrRothstein/calibre
2023-11-18 21:02:06 +05:30
Steve Chernyak
93dc4116bb
Don't use embedded content for Substack
...
Substack feed includes a large content section, but it's usually not the entire article.
2023-11-18 09:41:13 -05:00
YOKOTA Hiroshi
8a400c83b2
Refactor IPv6 handling
...
Move is_ipv6_addr() to calibre.utils.network module
2023-11-18 18:17:44 +09:00
YOKOTA Hiroshi
70de4cc6a2
Return None if IP address string is None
...
"ip_address" parameter is None when content server config value
"listen_on" is blank string.
2023-11-18 18:17:44 +09:00
YOKOTA Hiroshi
b5cdb0e6ea
Keep original IP address if the IP address is not in address map
...
dict.get() returns None if the key is not in dict.
2023-11-18 18:17:44 +09:00
YOKOTA Hiroshi
70ba016b1f
Add [] for IPv6 address in log file
2023-11-18 18:17:44 +09:00
YOKOTA Hiroshi
080e61d128
IPv6 requires [] for host:port style notation
...
ex)
IPv4: 127.0.0.1:8080
IPv6: [::1]:8080
2023-11-18 18:17:44 +09:00
YOKOTA Hiroshi
d4b52a0098
Use IPv6 address for content server default value
2023-11-18 18:17:44 +09:00
Kovid Goyal
7595c722ed
string changes
2023-11-18 14:34:40 +05:30
Kovid Goyal
bfa3f40279
typo in function name
2023-11-18 08:20:49 +05:30
Kovid Goyal
2d92d1009b
Linux installer: Check that the user has libxcb-cursor.so.0 installed
...
If not quit early with an error message asking them to install it
2023-11-18 07:56:58 +05:30
Kovid Goyal
a326b9fe0f
...
2023-11-18 07:49:57 +05:30
Kovid Goyal
5785023722
Also allow restoring notes to work with notes backed up before the restore fix
2023-11-18 07:47:33 +05:30
Kovid Goyal
d94eff1f48
Fix regression that broke restore of db from backups
2023-11-18 07:33:09 +05:30
Kovid Goyal
6aff552e75
string changes
2023-11-18 06:50:43 +05:30
Kovid Goyal
8d67ae5f24
Content server: Fix newly added books on homepage not restricted to the books the logged in user is allowed to access
2023-11-18 05:59:36 +05:30
Kovid Goyal
7fc0952a6a
Fix #2043849 [Incorrect text layout in Browse notes window]( https://bugs.launchpad.net/calibre/+bug/2043849 )
2023-11-18 05:42:10 +05:30
Kovid Goyal
26c3692496
Merge branch 'master' of https://github.com/unkn0w7n/calibre
2023-11-17 21:08:14 +05:30
unkn0w7n
79e548df60
...
2023-11-17 21:04:27 +05:30
Kovid Goyal
740eddf971
Merge branch 'patch-1' of https://github.com/luzpaz/calibre
2023-11-17 18:13:37 +05:30
luzpaz
3dbfde4005
README: cosmetic enhancements to repology badge
...
Split in to 3 columns and added a badge header
2023-11-17 07:34:36 -05:00
Kovid Goyal
8cf945252e
We only run on Ventura or later apparently
2023-11-17 16:51:15 +05:30