Skip to content

Commit cd52641

Browse files
committed
Update v417.21
1 parent b4f0aa0 commit cd52641

7 files changed

Lines changed: 110 additions & 117 deletions

File tree

64Bit_for_Abib.iss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
[Setup]
55
AppId={{9CBC6105-153E-49F5-912C-2F08A72A774B}}
66
AppName=Abib
7-
AppVersion=417.20
7+
AppVersion=417.21
88
WizardStyle=modern dynamic
99
WizardImageBackColor=clWhite
1010
WizardImageBackColorDynamicDark=#2b2b2b
1111
DefaultDirName={autopf}\Abib
1212
DefaultGroupName=Abib
13-
OutputBaseFilename=Abib_setup_417.20_win
13+
OutputBaseFilename=Abib_setup_417.21_win
1414
UninstallDisplayIcon={app}\Abib.exe
1515
Compression=lzma2
1616
SolidCompression=yes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "abib"
7-
version = "417.20"
7+
version = "417.21"
88
description = "A Bible study application"
99
readme = "README.md"
1010
requires-python = ">=3.10"

src/abib/Abib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
4242
Using PySide6-6.11.1 and python3.14.6 (64-bit).
4343
44-
22/06/2026
44+
11/07/2026
4545
4646
# Automatically upgrade all packages to their latest versions
4747
uv sync --all-extras --upgrade

src/abib/core/shared.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def _get_version() -> str:
4545
continue
4646

4747
# 2. Hardcoded fallback (should be updated per release)
48-
return "417.20"
48+
return "417.21"
4949

5050
CURRENT_VERSION = _get_version()
5151

src/abib/data/HELP.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
88
ABIB HELP:
99
**********
1010

11-
Abib Bible Reader v417.20
11+
Abib Bible Reader v417.21
1212

1313
*************************
1414
ATTRIBUTION & LICENSE:
@@ -42,14 +42,14 @@ You can start from the beginning and follow the instructions below.
4242

4343
First, uninstall any previous version of the program.
4444

45-
Get the "Abib_setup_417.20_win.exe" file from 'Abib-ops' on GitHub,
45+
Get the "Abib_setup_417.21_win.exe" file from 'Abib-ops' on GitHub,
4646
find it in the 'Abib' repository.
4747

4848
**************************************************
4949
* See: https://github.com/Abib-ops/Abib/releases *
5050
**************************************************
5151

52-
Next, double-click the "Abib_setup_417.20_win.exe" installer and follow
52+
Next, double-click the "Abib_setup_417.21_win.exe" installer and follow
5353
the instructions, mostly click Next a few times, agree to the
5454
licence, and Abib will install. Please ignore any negative windows that
5555
claim that Abib is from an unknown author.
@@ -585,15 +585,15 @@ Installing Abib on Linux.
585585
-------------------------
586586
(You can try, but it will need quite a bit of modification to make it work.)
587587

588-
Get the "Abib_linux_417.20.tar.bz2" file from the author.
588+
Get the "Abib_linux_417.21.tar.bz2" file from the author.
589589

590590
If you can get it, then it may be an earlier version because of
591591
recent changes that work on Windows only, and the direction of
592592
the project has moved away from cross-platform to Windows 11.
593593
But with some modifications, it could be made to work on Linux.
594594

595595
Move it to your home folder or desired location and navigate there.
596-
Expand the compressed archive with: tar -jxvf Abib_linux_417.20.tar.bz2
596+
Expand the compressed archive with: tar -jxvf Abib_linux_417.21.tar.bz2
597597

598598
$ chmod +x Abib will make sure that the executable flag is set.
599599

src/abib/data/README.txt

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,21 @@ ABIB README:
88

99
Abib is on GitHub, https://github.com/Abib-ops/Abib/releases
1010

11-
Abib v417.20
11+
Abib v417.21
1212
------------
1313

1414
Changelog.
15+
Abib v417.21
16+
17+
charset-normalizer upgraded from 3.4.7 to 3.4.9.
18+
setuptools upgraded from 82.0.1 to 83.0.0.
19+
typing-extensions upgraded from 4.15.0 to 4.16.0.
20+
Dependencies refreshed via uv sync --all-extras --upgrade.
21+
22+
No user-facing feature changes in this release; this is a maintenance
23+
release to keep Abib current with the latest build tooling and
24+
dependencies. Built with Python 3.14.6 and PySide6 6.11.1 (64-bit).
25+
1526
Abib v417.20
1627

1728
- Bugfix: Fixed Raw and Whole-words search highlighting that started at the

0 commit comments

Comments
 (0)