Skip to content

Commit 4b87366

Browse files
committed
VideLibri 2.953
1 parent dc494e9 commit 4b87366

File tree

8 files changed

+36
-19
lines changed

8 files changed

+36
-19
lines changed

_meta/installer/videlibri.iss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

22
[Setup]
33
;Change this in every version
4-
AppVerName=VideLibri 2.952
5-
AppVersion=2.952
4+
AppVerName=VideLibri 2.953
5+
AppVersion=2.953
66

77
;Don't change
88
;Unicode-Check: ääääääööööüüüüüü

_meta/sfsite/downloadTable.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
<div>
22
Es gibt die folgenden VideLibri-Downloads auf der
3-
<a href="http://sourceforge.net/projects/videlibri/files/VideLibri/VideLibri%202.952/">SourceForge-Downloadseite</a>:
3+
<a href="http://sourceforge.net/projects/videlibri/files/VideLibri/VideLibri%202.953/">SourceForge-Downloadseite</a>:
44
<br/><br/>
55
<table class="downloadTable">
66
<tr><th>Betriebsystem</th><th>Dateiname</th><th>Dateigröße</th></tr>
77
<tr><td>Windows: </td><td>
8-
<a href="https://sourceforge.net/projects/videlibri/files/VideLibri/VideLibri%202.952/videlibri-setup.exe/download">
8+
<a href="https://sourceforge.net/projects/videlibri/files/VideLibri/VideLibri%202.953/videlibri-setup.exe/download">
99
videlibri-setup.exe
1010
</a></td><td>4.8 MB</td></tr><tr><td>Quellcode:</td><td>
11-
<a href="https://sourceforge.net/projects/videlibri/files/VideLibri/VideLibri%202.952/videlibri-2.952.src.tar.gz/download">
12-
videlibri-2.952.src.tar.gz
13-
</a></td><td>9.9 MB</td></tr><tr><td>Debian/Ubuntu: 64 Bit</td><td>
14-
<a href="https://sourceforge.net/projects/videlibri/files/VideLibri/VideLibri%202.952/videlibri_2.952-1_amd64.deb/download">
15-
videlibri_2.952-1_amd64.deb
11+
<a href="https://sourceforge.net/projects/videlibri/files/VideLibri/VideLibri%202.953/videlibri-2.953.src.tar.gz/download">
12+
videlibri-2.953.src.tar.gz
13+
</a></td><td>10.0 MB</td></tr><tr><td>Debian/Ubuntu: 64 Bit</td><td>
14+
<a href="https://sourceforge.net/projects/videlibri/files/VideLibri/VideLibri%202.953/videlibri_2.953-1_amd64.deb/download">
15+
videlibri_2.953-1_amd64.deb
1616
</a></td><td>3.4 MB</td></tr><tr><td>Debian/Ubuntu: 32 Bit</td><td>
17-
<a href="https://sourceforge.net/projects/videlibri/files/VideLibri/VideLibri%202.952/videlibri_2.952-1_i386.deb/download">
18-
videlibri_2.952-1_i386.deb
17+
<a href="https://sourceforge.net/projects/videlibri/files/VideLibri/VideLibri%202.953/videlibri_2.953-1_i386.deb/download">
18+
videlibri_2.953-1_i386.deb
1919
</a></td><td>35.4 kB</td></tr><tr><td>Android: </td><td>
20-
<a href="https://sourceforge.net/projects/videlibri/files/VideLibri/VideLibri%202.952/videlibri_2.952-release.apk/download">
21-
videlibri_2.952-release.apk
22-
</a></td><td>7.4 MB</td></tr></table></div>
20+
<a href="https://sourceforge.net/projects/videlibri/files/VideLibri/VideLibri%202.953/videlibri_2.953-release.apk/download">
21+
videlibri_2.953-release.apk
22+
</a></td><td>7.7 MB</td></tr></table></div>

_meta/version/changelog.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<?xml-stylesheet type="text/xsl" href="../changelog.xsl"?>
33
<changelog program="Bibliothek-App VideLibri">
4-
<build version="2952" date="2025-11-22">
4+
<build version="2953" date="2025-11-29">
55
<download url="http://videlibri.sourceforge.net/updates/videlibri-setup.exe" platform="WINDOWS" execute="&quot;$DOWNLOAD&quot; /SP- /noicons &quot;/dir=$OLDPATH&quot; " restart="true"/>
66
<download url="http://videlibri.sourceforge.net/updates/videlibri-linux32.deb" platform="LINUX32" execute=""/>
77
<download url="http://videlibri.sourceforge.net/updates/videlibri-linux64.deb" platform="LINUX64" execute=""/>
8+
<change>android: Update zu Kotlin 2.1.20, appcompat 1.6.1, material 1.11.0</change>
9+
<change>android: Update HTTPS-Zertifikate</change>
10+
<fix>BLB Karlsruhe Login</fix>
11+
<fix>android: Deaktiviere Android 15+ Rand-zu-Rand-Layout</fix>
12+
<add>Stockelsdorf</add>
13+
</build>
14+
<build version="2952" date="2025-11-22">
815
<change>android: Zielversion Android 15</change>
916
</build>
1017
<build version="2950" date="2025-11-19">

_meta/version/version.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<versions>
2-
<stable value="2952"/>
2+
<stable value="2953"/>
33
<debug value="0906"/>
44
</versions>

android/android/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
xmlns:tools="http://schemas.android.com/tools"
4-
android:versionCode="2952"
5-
android:versionName="2.952">
4+
android:versionCode="2953"
5+
android:versionName="2.953">
66
<!--<uses-permission android:name="android.permission.VIBRATE" />
77
<uses-permission android:name="android.permission.SEND_SMS" />
88
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />-->

applicationconfig.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ type TStringAsMemoryStream = class(TMemoryStream)
7272
nextLimitStr: string;
7373

7474
appFullTitle:string='VideLibri';
75-
versionNumber:integer=2952;
75+
versionNumber:integer=2953;
7676
versionBuildId: string = 'unknown';
7777
//=>versionNumber/1000
7878
newVersionInstalled: boolean=false;
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
* android: Update zu Kotlin 2.1.20, appcompat 1.6.1, material 1.11.0
2+
* android: Update HTTPS-Zertifikate
3+
* BLB Karlsruhe Login
4+
* android: Deaktiviere Android 15+ Rand-zu-Rand-Layout
5+
* Stockelsdorf
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
* Update to Kotlin 2.1.20, appcompat 1.6.1, material 1.11.0
2+
* Update HTTPS keystore
3+
* fix blb login
4+
* add Stockelsdorf
5+
* disable edge-to-edge layout for Android 15+

0 commit comments

Comments
 (0)