File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44The 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 33root_dir=" $( realpath " $( dirname " $0 " ) " ) "
44target_dir=" $root_dir /target"
55name=" screenlockpin.koplugin"
6- version=" 2026.01 "
6+ version=" 2026.02 "
77id=" $name --$version "
88
99[ -d " $target_dir /bundle" ] && rm -rf " $target_dir /bundle"
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments