summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzoorat2024-01-17 15:36:41 +0600
committerzoorat2024-01-17 15:36:41 +0600
commit106ea9214e3d8354e7307f70f30d1bdc52bfb78c (patch)
tree6b3e5fc947fadff958107466196a0eb830964662
parent7069495ee7b3aee315d6ebe589e770b9dda131ab (diff)
downloadaur-106ea9214e3d8354e7307f70f30d1bdc52bfb78c.tar.gz
updating to 1.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--changelog.md30
3 files changed, 19 insertions, 21 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0065083e5f03..c4155e9907c8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = opencomic-bin
pkgdesc = Comic and Manga reader, written with Node.js and using Electron.
- pkgver = 1.0.0
+ pkgver = 1.1.0
pkgrel = 4
url = https://github.com/ollm/OpenComic
changelog = changelog.md
@@ -35,9 +35,9 @@ pkgbase = opencomic-bin
depends = sh
provides = opencomic
conflicts = opencomic
- source = opencomic-bin-1.0.0.tar.gz::https://github.com/ollm/OpenComic/releases/download/v1.0.0/opencomic-1.0.0.x86_64.rpm
+ source = opencomic-bin-1.1.0.tar.gz::https://github.com/ollm/OpenComic/releases/download/v1.1.0/opencomic-1.1.0.x86_64.rpm
source = https://raw.githubusercontent.com/ollm/OpenComic/master/LICENSE
- b2sums = 1e9c625c0d9665532a40d2445df676e7ee02a7276994671885426df0b6b8804cc3c77773f202c5eba249e75ab8d32e9cd6463aee523c3df2be0abf26be90a371
+ b2sums = 63ae31be7d0380a8f63961da3895c450daebc9491ef99ceb750d9f44c0c680712dd46a4875aad640095646d46609ca7d09c96738e1c7b5ccec38b598b7073a37
b2sums = 399283bc59e70998486f2ae7b0af9f2f241206dd660e50808be3cef500adef2a9e8d449304f506d93bd2281e6b0729b16145173591deeb105ef545b769453e10
pkgname = opencomic-bin
diff --git a/PKGBUILD b/PKGBUILD
index 7a2146815981..3509afc2a949 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname="opencomic"
pkgname="$_pkgname-bin"
-pkgver=1.0.0
+pkgver=1.1.0
pkgrel=4
pkgdesc="Comic and Manga reader, written with Node.js and using Electron."
@@ -45,7 +45,7 @@ changelog="changelog.md"
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ollm/OpenComic/releases/download/v${pkgver}/opencomic-${pkgver}.${CARCH}.rpm"
"https://raw.githubusercontent.com/ollm/OpenComic/master/LICENSE")
-b2sums=('1e9c625c0d9665532a40d2445df676e7ee02a7276994671885426df0b6b8804cc3c77773f202c5eba249e75ab8d32e9cd6463aee523c3df2be0abf26be90a371'
+b2sums=('63ae31be7d0380a8f63961da3895c450daebc9491ef99ceb750d9f44c0c680712dd46a4875aad640095646d46609ca7d09c96738e1c7b5ccec38b598b7073a37'
'399283bc59e70998486f2ae7b0af9f2f241206dd660e50808be3cef500adef2a9e8d449304f506d93bd2281e6b0729b16145173591deeb105ef545b769453e10')
build() {
diff --git a/changelog.md b/changelog.md
index 298c98151f94..07e14b07b054 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,23 +1,21 @@
-# Name: v1.0.0
-### URL: https://github.com/ollm/OpenComic/releases/tag/v1.0.0
-### published at '2023-12-09T08:34:57Z' by ollm
+# Name: v1.1.0
+### URL: https://github.com/ollm/OpenComic/releases/tag/v1.1.0
+### published at '2024-01-13T09:02:02Z' by ollm
---
##### 🚀 New Features
-- Delete bookmarks from the bookmark list 3792f7db319cf885f398836aefe983e56fe5ef2a
-- Save and show also the current folder progress apart from the main folder 86f094b7a216982ae7799950234be233113143e7
-- Instead of the file name it shows the title of EPUB, PDF and Compressed Files with ComicInfo.xml 0d3e4ba489f616d862c4b52e2f2498f1a203d218
+- Option to set maximum size of temporary files, preserving them when closing the app [`a727249`](https://github.com/ollm/OpenComic/commit/a7272499407191064f9d6bd7c42ecf3bb1231a83)
+- Label to display only the contents of a master folder [`ff35144`](https://github.com/ollm/OpenComic/commit/ff351447829641de32e59a7332f354d945df88fa)
+- Support favorite label [`86039e6`](https://github.com/ollm/OpenComic/commit/86039e6d9f90d77b9671068d520c8bc2fa635f30)
+- Custom labels support [`1185d82`](https://github.com/ollm/OpenComic/commit/1185d82790a764e63d1d223362e4b44e203ff0e1)
+- Option to not enlarge images more than its original size [`e2f8598`](https://github.com/ollm/OpenComic/commit/e2f85983352529162822576bbb8e7da41cd31f39)
+- New image interpolation methods available: lanczos3, lanczos2, mitchell, cubic, nearest and others [`86cd705`](https://github.com/ollm/OpenComic/commit/86cd7053011b09b1a0a0b898775e32ede8cf5296)
+- Server connection support: smb://, ftp://, ftps://, scp://, sftp://, ssh:// [`52a09a9`](https://github.com/ollm/OpenComic/commit/52a09a9aad601a2e70b8f0011a6fddc7d3e9023a)
+- Compress json files from cache to zstd to reduce used space [`3ae7cb7`](https://github.com/ollm/OpenComic/commit/3ae7cb721fb964fa1a41f8a5170b775d2182e8a9)
##### 🐛 Bug Fixes
-- Error when resizing after exit comic opened from recents 829173058bb3dde12d35b726070c19ec43a63be3
-- When reloading, change view or sorting a folder opens reading mode in some cases e8e2c16a18d8f0c03b6b00b09a7c0d1bf8a24032
-- Reading shortcuts remain active when going back to recently opened 716c10b3a6b3ec17352952bba6a19b3b1a4dd66a
-- Some errors on go back before comic load 99fb29dab7b07a94883199665167a1301774f4e8
-- Blank page keep white color in dark theme 8d1a5b741855fd0bae6a7efd9579c7ddecbfd3d1
-- Open with OpenComic not working in macOS and some fixes in Windows and Linux ea9006309eee995c92571e0bc4c919d50de8e55b
-- Error opening an epub when OpenComic is closed 84c838a17a32b3f50e9b25bf016ea810c91d95e6
-- Performance issues when generating some thumbnails 1a07d2d9ad462e56fbd5e592b71868013d10aa12
+- Error on detect file type from binary [`0f81947`](https://github.com/ollm/OpenComic/commit/0f819470d42ce996cd4f1f0a31665a605d2bc39a)
+- Zoom bug in vertical reading if global zoom disabled [`f83d17f`](https://github.com/ollm/OpenComic/commit/f83d17fbf3cb581d8b8735050cb919fca623d8aa)
-You can see changes made in other versions in the [Changelog 📝](https://github.com/ollm/OpenComic/blob/master/CHANGELOG.md)
-
+You can see changes made in other versions in the [Changelog 📝](https://github.com/ollm/OpenComic/blob/master/CHANGELOG.md)