summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
-rw-r--r--changelog.md36
3 files changed, 30 insertions, 20 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c4155e9907c8..7cd6e620dc95 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = opencomic-bin
pkgdesc = Comic and Manga reader, written with Node.js and using Electron.
- pkgver = 1.1.0
- pkgrel = 4
+ pkgver = 1.2.0
+ pkgrel = 1
url = https://github.com/ollm/OpenComic
changelog = changelog.md
arch = x86_64
@@ -35,9 +35,9 @@ pkgbase = opencomic-bin
depends = sh
provides = opencomic
conflicts = opencomic
- 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 = opencomic-bin-1.2.0.tar.gz::https://github.com/ollm/OpenComic/releases/download/v1.2.0/opencomic-1.2.0.x86_64.rpm
source = https://raw.githubusercontent.com/ollm/OpenComic/master/LICENSE
- b2sums = 63ae31be7d0380a8f63961da3895c450daebc9491ef99ceb750d9f44c0c680712dd46a4875aad640095646d46609ca7d09c96738e1c7b5ccec38b598b7073a37
+ b2sums = 22f81d0f60779ed11f0d500a18b2c631a2125b666b800c0ec99ce1a016688c5b3920b83e21fcdd5d8a09f1e19d73a1c95020a2449f9d74d755872a203a65fcd7
b2sums = 399283bc59e70998486f2ae7b0af9f2f241206dd660e50808be3cef500adef2a9e8d449304f506d93bd2281e6b0729b16145173591deeb105ef545b769453e10
pkgname = opencomic-bin
diff --git a/PKGBUILD b/PKGBUILD
index 3509afc2a949..2e6538779045 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_pkgname="opencomic"
pkgname="$_pkgname-bin"
-pkgver=1.1.0
-pkgrel=4
+pkgver=1.2.0
+pkgrel=1
pkgdesc="Comic and Manga reader, written with Node.js and using Electron."
arch=('x86_64')
@@ -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=('63ae31be7d0380a8f63961da3895c450daebc9491ef99ceb750d9f44c0c680712dd46a4875aad640095646d46609ca7d09c96738e1c7b5ccec38b598b7073a37'
+b2sums=('22f81d0f60779ed11f0d500a18b2c631a2125b666b800c0ec99ce1a016688c5b3920b83e21fcdd5d8a09f1e19d73a1c95020a2449f9d74d755872a203a65fcd7'
'399283bc59e70998486f2ae7b0af9f2f241206dd660e50808be3cef500adef2a9e8d449304f506d93bd2281e6b0729b16145173591deeb105ef545b769453e10')
build() {
diff --git a/changelog.md b/changelog.md
index 07e14b07b054..72e5c464984e 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,21 +1,31 @@
-# Name: v1.1.0
-### URL: https://github.com/ollm/OpenComic/releases/tag/v1.1.0
-### published at '2024-01-13T09:02:02Z' by ollm
+# Name: v1.2.0
+### URL: https://github.com/ollm/OpenComic/releases/tag/v1.2.0
+### published at '2024-03-29T16:32:37Z' by ollm
---
##### 🚀 New Features
-- 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)
+- Show error message if continue reading file does not exist [`7aee55c`](https://github.com/ollm/OpenComic/commit/7aee55ca5dac6b937824728b7ded116dc00c28df)
+- Support background music from folder: MP3, M4A, WEBM, WEBA, OGG, OPUS, WAV, FLAC [`26947a2`](https://github.com/ollm/OpenComic/commit/26947a297868e86069cc6daca77e1a3f016d0705)
+- Now when applying Webtoon mode the vertical margin is 0 [`683a08a`](https://github.com/ollm/OpenComic/commit/683a08aad3a6d947004ad77476184d613718b098)
+- Show the current reading title in app window [`9520faa`](https://github.com/ollm/OpenComic/commit/9520faa7486e4494bb878ffe2430e9fd198ee33a)
+- Option to open file location of current reading from the file menu [`c9215dc`](https://github.com/ollm/OpenComic/commit/c9215dc5cb29a3b5a759d80d21f7ff734053f23c)
+- Setting to enable/disable go next/previous chapter with mouse scroll (Vertical reading) [`37612bf`](https://github.com/ollm/OpenComic/commit/37612bfdce13ce73348bda997bf3aeb32b8915af)
+- About this file dialog [`38f72f3`](https://github.com/ollm/OpenComic/commit/38f72f3c573aaa2a1923f3e6704261a9b600b3ab)
+- Delete downloaded compressed files for thumbnail generation if they exceed 50% of the maximum tmp size [`2a50079`](https://github.com/ollm/OpenComic/commit/2a500790d2251f0a447aae2f08050af56c4a6659)
+- Change extraction of zip to 7z to improve performance and support partial extraction of corrupted files [`d07feac`](https://github.com/ollm/OpenComic/commit/d07feac608903ef7ba582273bca06abaded4f4df)
+- S3 server support [`ae8c133`](https://github.com/ollm/OpenComic/commit/ae8c13323a1edf618923c40b600fc5dd43c61276)
##### 🐛 Bug Fixes
-- 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)
+- node-zstd not have native dependencies in arm64 build (Linux and macOS) [`e906f21`](https://github.com/ollm/OpenComic/commit/e906f212dae36c43d514beda44fba62e5ca26be5)
+- Manga mode not working in epub [`a901754`](https://github.com/ollm/OpenComic/commit/a901754a4274687cddbfa3820ca3667b8b80e6ee)
+- eBook not working with decimal device pixel ratio (1.5, 2.5, etc) [`4962724`](https://github.com/ollm/OpenComic/commit/496272442747e466638e890a187f84b100deda14)
+- Blurry cover/poster images [`23ae46d`](https://github.com/ollm/OpenComic/commit/23ae46d3d77847f5262f10799a21d7ee0141b226)
+- Using the first image as a poster does not work [`fd6c748`](https://github.com/ollm/OpenComic/commit/dfd6c748090088109416b847a5e7581d80e36ea7)
+- Some errors in scroll reading [`a4887c3`](https://github.com/ollm/OpenComic/commit/a4887c3bfe3f0ec8b75d3cdceedfaae8684fe6df)
+- Stuck in a loop trying to read an epub file when the epub or zip is corrupt [`6388a9e`](https://github.com/ollm/OpenComic/commit/6388a9ef8eb118e1d337fb6becd68ec64b5defc3)
+- Next chapter button not work inscroll mode if last page is smaller than the window and "Adjust to width" is enabled [`2bbd49e`](https://github.com/ollm/OpenComic/commit/2bbd49e43f9bb96c2dc00f21494acd7a92820331)
+- PDF.js does not load files that have a hash (#) in the name [`5691073`](https://github.com/ollm/OpenComic/commit/56910730d1b0241370565bce787508ba0811b9a9)
+- Context menu does not appear in the inputs (Can't copy or paste) [`91cf4c8`](https://github.com/ollm/OpenComic/commit/91cf4c8fb4d4ca357e21041d6d761029638fb817)
You can see changes made in other versions in the [Changelog 📝](https://github.com/ollm/OpenComic/blob/master/CHANGELOG.md)