MyGit

v2022.02

koreader/koreader

版本发布时间: 2022-02-27 22:53:21

koreader/koreader最新发布版本:v2024.07(2024-07-16 00:21:26)

koreader-2022 02

This month there's been a fairly big change on PocketBook. The rendering is now handled directly with inkview (#8727) This may result in some visual differences, but in principle it should work more dependably.

Terminal emulator

The terminal emulator has been completely rewritten, and it's now a real vt52 emulator (#8636).

Speaking of the shell on a device, whether directly on the device through a terminal emulator or using SSH, you might want to put run some programs that aren't easily available. At this point you have three options:

  1. Compile your own. Doesn't sound very attractive? I agree. But in case you want to, we have specialized toolchains available. The very same which are used to build KOReader.
  2. Our own @NiLuJe has created precombined bundles of tools for Kindle and for Kobo.
  3. Many a Linux distro such as Debian provides precompiled packages for various ARM architectures. You can use these through a chroot. See some basic info here, which depends on sudo apt-get install debootstrap qemu-user-static schroot. The advantage is that once you have this set up, you can just apt install elinks inside the chroot. See the picture of my H2O running Elinks showing the tweakers.net website. If this interests you, here's my quickly cobbled together start-debian.sh script to serve as inspiration.
#!/bin/sh
mnt=/mnt/onboard/.adds/debian/debian

mount $mnt/../debian.img $mnt

mount -o bind /dev $mnt/dev
mount -t devpts devpts $mnt/dev/pts
mount -t proc proc $mnt/proc
mount -t sysfs sysfs $mnt/sys
mount -t tmpfs tmpfs $mnt/tmp

chroot $mnt /bin/bash

umount $mnt/dev/pts
umount $mnt/dev
umount $mnt/proc
umount $mnt/sys
umount $mnt/tmp

umount $mnt

Noteworthy Changes

We'd like to thank all contributors for their efforts. Some highlights since the previous release include:

Full changelogclosed milestone issues


Installation instructions: AndroidCervantesChromeOSKindleKoboPocketBookReMarkableDesktop LinuxMacOS

相关地址:原始地址 下载(tar) 下载(zip)

1、 koreader-2022.02-amd64.deb 27MB

2、 koreader-2022.02-arm64.deb 25.63MB

3、 koreader-2022.02-armel.deb 25.24MB

4、 koreader-2022.02-armhf.deb 25.24MB

5、 koreader-android-arm-v2022.02.apk 29.95MB

6、 koreader-android-x86-v2022.02.apk 32.29MB

7、 koreader-appimage-x86_64-linux-gnu-v2022.02.AppImage 40.87MB

8、 koreader-cervantes-v2022.02.zip 38.9MB

9、 koreader-kindle-legacy-v2022.02.zip 39.49MB

10、 koreader-kindle-v2022.02.zip 38.76MB

11、 koreader-kindlepw2-v2022.02.zip 38.88MB

12、 koreader-kobo-v2022.02.zip 40.6MB

13、 koreader-pocketbook-v2022.02.zip 39.28MB

14、 koreader-remarkable-v2022.02.zip 39.11MB

15、 koreader-sony-prstux-v2022.02.zip 39.31MB

查看:2022-02-27发行的版本