Oleguer Llopart
Oleguer Llopart
I've made some changes to support WebDAV without HTTPS dc1e60700e762a55a1c95d911fc22e79c6cd9a30 HTTP: `webdav://` HTTPS: `webdavs://` Build: https://mega.nz/file/HHw1yRTZ#ZR1ZHN6Nrhku03YdanzMgxiIQBx4TtSaYxRkpkPZIUU
I have fixed the issue where the set port was ignored 09f42f53ab7127ebc4a2b8e64f67ffe195bed6c3 , regarding authentication, I have changed it from `AuthType.Digest` to `AuthType.Auto`, which should have fixed the issue. Build:...
Closed as completed and available in [v1.3.0](https://github.com/ollm/OpenComic/releases)
Thanks for reporting! I make this change d3d30b5630160aad529b81bdb1c12852bfa1fd3a to build a portable version which saves the config in the same folder where it is. I'm going to publish it as...
Hi @seaque, I've tested the portable versions, and they correctly save data in the appropriate location. Please note: - The original `portable.exe` has **not** been updated. - Two new versions...
Only the configuration files are saved in the same folder with `folder.portable.exe` and `folder.portable.7z`. The cache/temp file locations remain unchanged (For a custom cache/temp location, see this related issue #342)....
Closing this, since it's now included in [`v1.5.0`](https://opencomic.app/docs/installation/download) and [`v1.6.0`](https://opencomic.app/docs/installation/download)
The decision was mainly made to simplify the update process, as you would only need to delete the folder of the previous version and extract the new one (For example,...
I've made some changes to set the default location inside the same folder, as it seems the most correct a6ba8ff80d882c0889ed6a30e49643d03002680c > I also saw that the config directory location can...
This is because internally OpenComic stores absolute paths (comics, master folders, etc.), including the default comic (the path is saved the first time OpenComic is opened). To fix this, several...