Skip to content

Commit d19b463

Browse files
Merge pull request #731 from wolffshots:feature/hardcover-annotation-sync
feature: Kobo Annotation to Hardcover.app sync
2 parents d8d78f8 + 2e8420d commit d19b463

14 files changed

Lines changed: 1286 additions & 115 deletions

.gitignore

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ docs/
2626
test_venv
2727
cwa.code-workspace
2828

29+
30+
2931
# Test Scripts
3032
DEV
3133
*/REFERENCE
@@ -80,6 +82,7 @@ htmlcov/
8082
.cache
8183
nosetests.xml
8284
coverage.xml
85+
coverage.md
8386
*.cover
8487
*.py,cover
8588
.hypothesis/
@@ -156,7 +159,7 @@ celerybeat.pid
156159
*.sage.py
157160

158161
# Environments
159-
.env
162+
*.env
160163
.venv
161164
env/
162165
venv/
@@ -193,4 +196,7 @@ cython_debug/
193196
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
194197
# and can be added to the global gitignore or merged into this file. For a more nuclear
195198
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
196-
#.idea/
199+
#.idea/
200+
201+
# Dev instance files for testing in the same folder
202+
instance/

CONTRIBUTORS

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CONTRIBUTORS
22

33
This file is automatically generated. DO NOT EDIT MANUALLY.
4-
Generated on: 2025-11-17T13:42:34.622212Z
4+
Generated on: 2025-11-26T14:47:16.327243Z
55

66
Upstream project: https://github.com/janeczku/calibre-web
77
Fork project (Calibre-Web Automated, since 2024): https://github.com/crocodilestick/calibre-web-automated
@@ -12,7 +12,7 @@ Copyright (C) 2018-2025 Calibre-Web contributors
1212
Copyright (C) 2024-2025 Calibre-Web Automated contributors
1313
# Upstream Contributors (janeczku/calibre-web)
1414

15-
- OzzieIsaacs (anon) (2750 commits)
15+
- OzzieIsaacs (anon) (2758 commits)
1616
- Ozzie Isaacs (anon) (263 commits)
1717
- cbartondock (96 commits)
1818
- idalin (69 commits)
@@ -123,6 +123,7 @@ Copyright (C) 2024-2025 Calibre-Web Automated contributors
123123
- h1f0x (2 commits)
124124
- halkeye (2 commits)
125125
- hitsounds (2 commits)
126+
- holzerseb (2 commits)
126127
- issmirnov (2 commits)
127128
- jef (2 commits)
128129
- jfenske89 (2 commits)
@@ -133,6 +134,7 @@ Copyright (C) 2024-2025 Calibre-Web Automated contributors
133134
- nanu-c (2 commits)
134135
- norangebit (2 commits)
135136
- Northguy (2 commits)
137+
- o-F3L1X-o (2 commits)
136138
- peperunas (2 commits)
137139
- petersonev (2 commits)
138140
- rafarq (2 commits)
@@ -154,6 +156,7 @@ Copyright (C) 2024-2025 Calibre-Web Automated contributors
154156
- adocampo (1 commits)
155157
- aexvir (1 commits)
156158
- akushsky (1 commits)
159+
- alasano (1 commits)
157160
- Allram (1 commits)
158161
- altair (1 commits)
159162
- anatoliifetisov (1 commits)
@@ -254,6 +257,7 @@ Copyright (C) 2024-2025 Calibre-Web Automated contributors
254257
- nelsg2 (1 commits)
255258
- nferrari (1 commits)
256259
- NickWick13 (1 commits)
260+
- Nico31240 (1 commits)
257261
- oguzkilcan (1 commits)
258262
- overhacked (1 commits)
259263
- petervirtech (1 commits)
@@ -272,6 +276,8 @@ Copyright (C) 2024-2025 Calibre-Web Automated contributors
272276
- ruben-herold (1 commits)
273277
- ryanlong1004 (1 commits)
274278
- sartoshi-foot-dao (1 commits)
279+
- schnabelewobski (1 commits)
280+
- shsm0520 (1 commits)
275281
- skiman6010 (1 commits)
276282
- SpaceWhite (1 commits)
277283
- theopsall (1 commits)
@@ -298,7 +304,7 @@ Copyright (C) 2024-2025 Calibre-Web Automated contributors
298304
- zhiyue (1 commits)
299305
# Fork Contributors (crocodilestick/calibre-web-automated)
300306

301-
- crocodilestick (750 commits)
307+
- crocodilestick (758 commits)
302308
- jmarmstrong1207 (73 commits)
303309
- demitrix (30 commits)
304310
- sirwolfgang (22 commits)

0 commit comments

Comments
 (0)