Alex Ling
cd3ee0728c
Handle the case where only one plugin is installed
...
fixes #329
2022-08-19 11:07:45 +00:00
Alex Ling
e4af194d0c
Merge pull request #328 from dudeitssm/patch
...
Fix typo: "Pleae" should be "Please"
2022-08-10 20:54:11 +08:00
dudeitssm
586ebf8dc8
Fix typo: "Pleae" should be "Please"
2022-08-01 00:06:31 +00:00
Alex Ling
1fb48648ad
Merge pull request #322 from getmango/rc/0.27.0
...
v0.27.0
v0.27.0
2022-07-31 22:53:11 +08:00
Alex Ling
7ceb91f051
Merge branch 'rc/0.27.0' into dev
2022-07-31 13:55:02 +00:00
Alex Ling
9ea4ced729
Merge pull request #327 from phlhg/fix/static-manifest
...
Fix for Error 404 on manifest.json
2022-07-31 21:54:06 +08:00
Alex Ling
4c2f802e2e
Fix linter
2022-07-31 10:19:21 +00:00
Philippe Hugo
7258b3cece
Add /manifest.json to static files
2022-07-27 17:59:11 +02:00
Alex Ling
bf885a8b30
Bump version to 0.27.0
2022-07-18 12:38:22 +00:00
Alex Ling
98a0c54499
Merge pull request #311 from hkalexling/fix/hide-subscribe-btn
...
Hide subscribe btn
2022-07-18 20:03:10 +08:00
Alex Ling
cb3df432d0
Merge branch 'dev' into fix/hide-subscribe-btn
2022-07-18 19:42:23 +08:00
Alex Ling
47af6ee284
Merge pull request #321 from hkalexling/fix/plugin-use-html-parser
...
Use html parser in plugin helper functions
2022-07-18 19:41:40 +08:00
Alex Ling
9fe269ab13
Disable plugin_spec.cr
line limit
2022-07-17 15:24:01 +00:00
Alex Ling
75a30a88e0
Use myhtml
in plugin helper and add tests ( #320 )
2022-07-17 14:54:25 +00:00
Alex Ling
5daeac72cb
Merge pull request #317 from Hiers/feature/image-fit
...
Fit image options
2022-07-17 11:55:35 +08:00
Hiers
dc3ac42dec
Right flip panels are 1/3 of the rightmost area of the entire screen, not of the page. (same for left flip panels)
2022-07-16 12:09:23 +01:00
Hiers
624283643c
Fixed right flip panel not being all the way on the right; changed real image size option to not be hard coded.
2022-07-13 14:20:43 +01:00
Hiers
6ddbe8d436
Changed setFit function to not have redundant ifs and a better comment explaining what it does.
2022-07-07 08:55:54 +01:00
Hiers
db5e99b3f0
Fix in reader.html.ecr.
2022-07-05 22:24:31 +01:00
Hiers
405b958deb
First draft of image fit.
2022-07-05 22:01:21 +01:00
Alex Ling
e7c4123dec
Merge pull request #315 from Leeingnyo/fix/rescan-when-files-added
...
Fix Dir.contents_signature to detect valid image files
2022-07-03 15:59:49 +08:00
Alex Ling
2d2486a598
Merge branch 'dev' into fix/rescan-when-files-added
2022-07-03 15:44:02 +08:00
Alex Ling
b6a1ad889e
Merge pull request #314 from crainte/feature/default-env-vars
...
Allow config defaults to be sourced from ENV
2022-07-03 15:39:47 +08:00
Alex Ling
f2d6d28a72
Define properties with macro
2022-07-03 07:24:33 +00:00
Alex Ling
49425ff714
Merge branch 'feature/default-env-vars' of https://github.com/crainte/Mango into feature/default-env-vars
2022-07-03 06:31:06 +00:00
Chris Alexander
f3eb62a271
Disable line length warnings
2022-06-27 09:30:04 -05:00
Chris Alexander
2e91028ead
Allow config defaults to be sourced from ENV
...
This allows the default config to source values from ENV variables if
they are set. With this change we don't have to modify the docker CMD or
edit the config.yml and then relaunch.
2022-06-27 09:30:04 -05:00
Alex Ling
19a8f3100b
Merge branch 'dev' into fix/rescan-when-files-added
2022-06-26 11:52:15 +08:00
Alex Ling
3b5e764d36
Merge pull request #312 from tr7zw/jxl-support
...
Add Jxl support
2022-06-18 19:43:30 +08:00
Alex Ling
32ce26a133
Merge branch 'dev' into jxl-support
2022-06-18 19:26:09 +08:00
Alex Ling
31df058f81
Comment about infinity average ratio
2022-06-18 11:25:20 +00:00
Alex Ling
fe440d82d4
Fix linter issue
2022-06-18 11:10:14 +00:00
Alex Ling
44636e051e
Merge pull request #310 from torta/feature/greedy-continue-reading
...
Feature/greedy continue reading
2022-06-18 18:38:20 +08:00
Alex Ling
a639392ca0
Update comment
2022-06-18 10:22:25 +00:00
Leeingnyo
17a9c8ecd3
pass lint
2022-06-18 18:51:33 +09:00
Leeingnyo
bbc0c2cbb7
Fix Dir.contents_signature to detect valid image files added
2022-06-18 17:43:57 +09:00
Chris Alexander
be46dd1f86
Allow config defaults to be sourced from ENV
...
This allows the default config to source values from ENV variables if
they are set. With this change we don't have to modify the docker CMD or
edit the config.yml and then relaunch.
2022-06-15 12:03:40 -05:00
tr7zw
ae583cf2a9
Workaround for "0 width/height" api responses
...
This needs a more proper fix probably.
2022-06-07 16:09:02 +02:00
tr7zw
ea35faee91
Add jxl support
2022-06-07 00:28:41 +02:00
Alex Ling
5b58d8ac59
Clear page when switching plugins
2022-06-05 12:40:45 +00:00
Alex Ling
30d5ad0c19
Hide subscribe button when not subscribable
2022-06-05 12:33:26 +00:00
torta
d9dce4a881
Fix Continue Reading not show missed reading chapter if the latest chapter mark as read
2022-06-05 19:29:49 +08:00
Alex Ling
2d97faa7c0
Merge pull request #305 from Leeingnyo/feature/unzipped-entry
...
Support unzipped entry
2022-06-05 16:23:57 +08:00
Leeingnyo
9ce8e918f0
Replace to is_valid?
2022-06-04 00:26:46 +09:00
Leeingnyo
8e4bb995d3
Add zip_path to API document, add path property
2022-06-04 00:18:45 +09:00
Alex Ling
39a331c879
Avoid not_nil in date_added
2022-05-29 05:44:11 +00:00
Alex Ling
df618704ea
Fix linter
2022-05-29 05:28:50 +00:00
Alex Ling
2fb620211d
Choose correct subclass based on YAML node
2022-05-29 05:24:41 +00:00
Alex Ling
5b23a112b2
Remove unnecessary path
method
2022-05-22 05:17:05 +00:00
Alex Ling
e6dbeb623b
Use is_valid?
2022-05-22 05:12:43 +00:00