Skip to content

Commit 6764918

Browse files
committed
build: release v2026.02
1 parent a6021c2 commit 6764918

4 files changed

Lines changed: 16 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,19 @@
33
All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
55

6-
## [Unreleased]
6+
[//]: # (## [Unreleased])
7+
8+
## [2026.02] - 2026-02-08
9+
10+
Minor update with a fix for transparent wallpaper support. Also, I've added an
11+
option to disable the button feedback (flash on tap) for a slight input
12+
performance gain. This way it doesn't need to be disabled system-wide.
13+
14+
All essential features for myself are complete now, and based on the lack of
15+
reported issues I'd say we reached a stable state. Thus, the update releases
16+
will probably continue to slow down 🤞
17+
18+
Enjoy 📚
719

820
### Fixed
921

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ScreenLockPin — Protect your KOReader with a PIN
22

33
[![MIT License](https://img.shields.io/badge/License-MIT-orange.svg)](https://opensource.org/licenses/MIT)
4-
[![Release Version](https://img.shields.io/badge/Release-2026.01-blue.svg)](https://github.com/oleasteo/koreader-screenlockpin/releases/tag/v2026.01)
4+
[![Release Version](https://img.shields.io/badge/Release-2026.02-blue.svg)](https://github.com/oleasteo/koreader-screenlockpin/releases/tag/v2026.02)
55
[![Compatibility](https://img.shields.io/badge/Comptibility-KOReader%20v2025.10-yellow.svg)](https://github.com/koreader/koreader/tree/v2025.10)
66

77
**ScreenLockPin**: A fast, sophisticated PIN Lock Screen that protects your

bundle.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
root_dir="$(realpath "$(dirname "$0")")"
44
target_dir="$root_dir/target"
55
name="screenlockpin.koplugin"
6-
version="2026.01"
6+
version="2026.02"
77
id="$name--$version"
88

99
[ -d "$target_dir/bundle" ] && rm -rf "$target_dir/bundle"

screenlockpin.koplugin/_meta.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ return {
88

99
-- used to check for latest plugin updates
1010
update_url = "https://api.github.com/repos/oleasteo/koreader-screenlockpin/releases/latest",
11-
version = "2026.01",
11+
version = "2026.02",
1212
-- additional meta information; no effect in code
1313
website_url = "https://github.com/oleasteo/koreader-screenlockpin",
1414
repository_url = "https://github.com/oleasteo/koreader-screenlockpin.git",

0 commit comments

Comments
 (0)