701 Commits

Author SHA1 Message Date
ricterz
f97469259d fix #331 2024-09-20 23:59:34 +08:00
ricterz
ec608cc741 fix workflow docker issue 2024-09-20 23:58:25 +08:00
ricterz
30e2814fe2 update version number in pyproject.toml 2024-09-20 23:57:10 +08:00
Ricter Zheng
da298e1fe7
Merge pull request #312 from RicterZ/dependabot/pip/idna-3.7
Bump idna from 3.4 to 3.7
2024-09-20 23:56:25 +08:00
Ricter Zheng
51d43ddde0
Merge branch 'master' into dependabot/pip/idna-3.7 2024-09-20 23:56:18 +08:00
Ricter Zheng
c734881fc7
Merge pull request #316 from RicterZ/dependabot/pip/requests-2.32.0
Bump requests from 2.31.0 to 2.32.0
2024-09-20 23:55:33 +08:00
Ricter Zheng
8d5803a45e
Merge branch 'master' into dependabot/pip/requests-2.32.0 2024-09-20 23:55:28 +08:00
Ricter Zheng
b441085b45
Merge pull request #318 from RicterZ/dependabot/pip/urllib3-1.26.19
Bump urllib3 from 1.26.18 to 1.26.19
2024-09-20 23:55:08 +08:00
Ricter Zheng
132b26f8c4
Merge branch 'master' into dependabot/pip/urllib3-1.26.19 2024-09-20 23:54:57 +08:00
Ricter Zheng
a0dc952fd3
Merge pull request #319 from RicterZ/dependabot/pip/certifi-2024.7.4
Bump certifi from 2022.12.7 to 2024.7.4
2024-09-20 23:54:18 +08:00
ricterz
2bd862777b fix #333 2024-09-20 23:53:26 +08:00
ricterz
35c55503fa 0.5.6 0.5.6 2024-09-20 23:39:38 +08:00
ricterz
29aac84d53 fix #336 2024-09-20 23:34:26 +08:00
ricterz
4ed4523782 fix #341 2024-09-20 23:27:37 +08:00
Ricter Zheng
4223326c13
Merge pull request #340 from vglint/patch-3
Fix gallery search for folders with underscore
2024-09-14 10:17:57 +08:00
vglint
a248ff98c4
Fix gallery search for folders with underscore
Gallery title names replace '_' in the folder name with ' ' (generate_main_html()). To match against these title names when searching, we must also replace '_' with ' ' for each folder name we add to the list of titles to unhide.
2024-09-13 15:56:01 -07:00
Ricter Zheng
021f17d229
Merge pull request #321 from PenitentMonke/xdg-base-dir
Adhere to XDG base dir spec on Linux
2024-07-08 22:03:38 +08:00
PenitentMonke
4162eabe93 Adhere to XDG base dir spec on Linux
Change how NHENTAI_HOME is set to follow the XDG Base Directory
Specification where possible, when running on Linux.

ISSUE: 299
2024-07-07 02:40:33 -03:00
dependabot[bot]
c75e9efb21
Bump certifi from 2022.12.7 to 2024.7.4
Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.12.7 to 2024.7.4.
- [Commits](https://github.com/certifi/python-certifi/compare/2022.12.07...2024.07.04)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-05 21:52:23 +00:00
dependabot[bot]
f2dec5c2a3
Bump urllib3 from 1.26.18 to 1.26.19
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.18 to 1.26.19.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/1.26.19/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/1.26.18...1.26.19)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-18 01:35:13 +00:00
dependabot[bot]
845a0d5659
---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-21 05:39:26 +00:00
dependabot[bot]
03d85c4e5d
Bump idna from 3.4 to 3.7
Bumps [idna](https://github.com/kjd/idna) from 3.4 to 3.7.
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
- [Commits](https://github.com/kjd/idna/compare/v3.4...v3.7)

---
updated-dependencies:
- dependency-name: idna
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-12 02:06:40 +00:00
Ricter Zheng
dc54a43610
Merge pull request #311 from RicterZ/dev
Dev merge to master
2024-03-28 17:56:28 +08:00
Ricter Zheng
4ecffaff55
Merge pull request #310 from Spyridion/dev
Changed parser option checks to allow artist search
2024-03-28 17:42:42 +08:00
Spyridion
457f12d40d Changed parser option checks to allow artist search 2024-03-28 02:40:14 -07:00
Ricter Zheng
499081a9cd
Merge pull request #306 from myc1ou1d/dev
fix file not found error when cbz file exists.
2024-02-25 00:37:32 +08:00
myc1ou1d
53aa04af1e
fix file not found error when cbz file exists. 2024-02-24 23:27:52 +08:00
Ricter Zheng
473f948565 update 0.5.5 2024-02-20 10:28:54 +08:00
Ricter Zheng
f701485840 remove print 2024-02-20 10:27:34 +08:00
Ricter Zheng
d8e4f50609 support #291 2024-02-20 10:25:44 +08:00
Ricter Zheng
a893f54da1 0.5.4 0.5.4 2023-12-28 17:46:40 +08:00
Ricter Zheng
4e307911ce
Merge pull request #297 from RicterZ/dependabot/pip/urllib3-1.26.18
Bump urllib3 from 1.26.14 to 1.26.18
2023-12-28 17:46:07 +08:00
Ricter Zheng
f9b7f828a5 fix #298 2023-12-28 17:45:37 +08:00
dependabot[bot]
092df9e539
Bump urllib3 from 1.26.14 to 1.26.18
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.14 to 1.26.18.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/1.26.14...1.26.18)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-17 23:59:22 +00:00
Ricter Zheng
8d74866abf
Update README.rst 2023-08-21 21:47:07 +08:00
Ricter Zheng
bc5b7f982d
Merge pull request #294 from edgar1016/master
Added --move-to-folder
2023-08-19 19:13:38 +08:00
KUROSHIORI\edgar
e54f3cbd06 Added --move-to-folder 2023-08-18 18:30:14 -07:00
Ricter Zheng
a31c615259
Merge pull request #284 from RicterZ/dependabot/pip/requests-2.31.0
Bump requests from 2.28.2 to 2.31.0
2023-05-25 20:40:59 +08:00
dependabot[bot]
cf0b76204d
Bump requests from 2.28.2 to 2.31.0
Bumps [requests](https://github.com/psf/requests) from 2.28.2 to 2.31.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.28.2...v2.31.0)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-23 06:19:34 +00:00
Ricter Zheng
17402623c4
Merge pull request #282 from edgar1016/master
--page-all works with favorites
2023-04-22 13:06:40 +08:00
KUROSHIORI\edgar
a1a310f06b --page-all works with favorites 2023-04-21 22:00:00 -07:00
Ricter Z
57673da762 update version 2023-03-28 21:02:47 +08:00
Ricter Zheng
dab61291cb
Merge pull request #280 from RicterZ/dev
0.5.3
0.5.3
2023-03-28 20:58:08 +08:00
Ricter Z
67cb88dbbd 0.5.3 2023-03-28 20:57:36 +08:00
Ricter Zheng
9ed4e04241
Merge pull request #279 from RicterZ/dev
update setup informations
2023-03-28 20:56:53 +08:00
Ricter Z
0b0f9bd7e8 update setup informations 2023-03-28 20:55:40 +08:00
Ricter Zheng
f1cc63a591
Merge pull request #278 from RicterZ/dev
fix #277
2023-03-28 20:54:49 +08:00
Ricter Z
aa77cb1c7c fix some bugs #277 2023-03-28 20:54:02 +08:00
Ricter Z
f9878d080b add debug information 2023-03-04 18:49:28 +08:00
Ricter Zheng
f534b0b47f
Merge pull request #275 from RicterZ/dev
remove tests
2023-03-04 18:40:45 +08:00