Skip to content

Commit

Permalink
VideLibri 2.92
Browse files Browse the repository at this point in the history
  • Loading branch information
benibela committed Aug 31, 2024
1 parent e9de49a commit c04caea
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 17 deletions.
4 changes: 2 additions & 2 deletions _meta/installer/videlibri.iss
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

[Setup]
;Change this in every version
AppVerName=VideLibri 2.900
AppVersion=2.900
AppVerName=VideLibri 2.920
AppVersion=2.920

;Don't change
;Unicode-Check: ääääääööööüüüüüü
Expand Down
20 changes: 10 additions & 10 deletions _meta/sfsite/downloadTable.html
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
<div>
Es gibt die folgenden VideLibri-Downloads auf der
<a href="http://sourceforge.net/projects/videlibri/files/VideLibri/VideLibri%202.900/">SourceForge-Downloadseite</a>:
<a href="http://sourceforge.net/projects/videlibri/files/VideLibri/VideLibri%202.920/">SourceForge-Downloadseite</a>:
<br/><br/>
<table class="downloadTable">
<tr><th>Betriebsystem</th><th>Dateiname</th><th>Dateigröße</th></tr>
<tr><td>Windows: </td><td>
<a href="https://sourceforge.net/projects/videlibri/files/VideLibri/VideLibri%202.900/videlibri-setup.exe/download">
<a href="https://sourceforge.net/projects/videlibri/files/VideLibri/VideLibri%202.920/videlibri-setup.exe/download">
videlibri-setup.exe
</a></td><td>4.8 MB</td></tr><tr><td>Quellcode:</td><td>
<a href="https://sourceforge.net/projects/videlibri/files/VideLibri/VideLibri%202.900/videlibri-2.900.src.tar.gz/download">
videlibri-2.900.src.tar.gz
<a href="https://sourceforge.net/projects/videlibri/files/VideLibri/VideLibri%202.920/videlibri-2.920.src.tar.gz/download">
videlibri-2.920.src.tar.gz
</a></td><td>9.9 MB</td></tr><tr><td>Debian/Ubuntu: 64 Bit</td><td>
<a href="https://sourceforge.net/projects/videlibri/files/VideLibri/VideLibri%202.900/videlibri_2.900-1_amd64.deb/download">
videlibri_2.900-1_amd64.deb
<a href="https://sourceforge.net/projects/videlibri/files/VideLibri/VideLibri%202.920/videlibri_2.920-1_amd64.deb/download">
videlibri_2.920-1_amd64.deb
</a></td><td>3.4 MB</td></tr><tr><td>Debian/Ubuntu: 32 Bit</td><td>
<a href="https://sourceforge.net/projects/videlibri/files/VideLibri/VideLibri%202.900/videlibri_2.900-1_i386.deb/download">
videlibri_2.900-1_i386.deb
<a href="https://sourceforge.net/projects/videlibri/files/VideLibri/VideLibri%202.920/videlibri_2.920-1_i386.deb/download">
videlibri_2.920-1_i386.deb
</a></td><td>34.5 kB</td></tr><tr><td>Android: </td><td>
<a href="https://sourceforge.net/projects/videlibri/files/VideLibri/VideLibri%202.900/videlibri_2.900-release.apk/download">
videlibri_2.900-release.apk
<a href="https://sourceforge.net/projects/videlibri/files/VideLibri/VideLibri%202.920/videlibri_2.920-release.apk/download">
videlibri_2.920-release.apk
</a></td><td>7.6 MB</td></tr></table></div>
7 changes: 6 additions & 1 deletion _meta/version/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="../changelog.xsl"?>
<changelog program="Bibliothek-App VideLibri">
<build version="2900" date="2024-08-03">
<build version="2920" date="2024-08-31">
<download url="http://videlibri.sourceforge.net/updates/videlibri-setup.exe" platform="WINDOWS" execute="&quot;$DOWNLOAD&quot; /SP- /noicons &quot;/dir=$OLDPATH&quot; " restart="true"/>
<download url="http://videlibri.sourceforge.net/updates/videlibri-linux32.deb" platform="LINUX32" execute=""/>
<download url="http://videlibri.sourceforge.net/updates/videlibri-linux64.deb" platform="LINUX64" execute=""/>
<fix>Städtischen Bibliotheken Singen, Stadtbibliothek Karlsruhe</fix>
<fix>aDIS/VÖBB: korrigiere Kartenablaufdatum</fix>
<add>Stadtbücherei Lüdenscheid</add>
</build>
<build version="2900" date="2024-08-03">
<change>VÖBB: Extra-Dialog für Abholcode von Magazinbestellungen.</change>
<change>Automatisches Ausfüllen von HTML-Formularen ohne XPath.</change>
<fix>Anpassung an geänderte System in Frankfurt UB.</fix>
Expand Down
2 changes: 1 addition & 1 deletion _meta/version/version.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<versions>
<stable value="2900"/>
<stable value="2920"/>
<debug value="0906"/>
</versions>
4 changes: 2 additions & 2 deletions android/android/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="de.benibela.videlibri"
android:versionCode="2900"
android:versionName="2.900">
android:versionCode="2920"
android:versionName="2.920">
<!--<uses-permission android:name="android.permission.VIBRATE" />
<uses-permission android:name="android.permission.SEND_SMS" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />-->
Expand Down
2 changes: 1 addition & 1 deletion applicationconfig.pas
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ type TStringAsMemoryStream = class(TMemoryStream)
nextLimitStr: string;

appFullTitle:string='VideLibri';
versionNumber:integer=2900;
versionNumber:integer=2920;
versionBuildId: string = 'unknown';
//=>versionNumber/1000
newVersionInstalled: boolean=false;
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/de/changelogs/2920.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* Städtischen Bibliotheken Singen, Stadtbibliothek Karlsruhe
* aDIS/VÖBB: korrigiere Kartenablaufdatum
* Stadtbücherei Lüdenscheid
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/2920.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* fix Städtischen Bibliotheken Singen, Stadtbibliothek Karlsruhe
* add Stadtbücherei Lüdenscheid
* aDIS/VÖBB: new account-expiration

0 comments on commit c04caea

Please sign in to comment.