Skip to content

Commit

Permalink
VideLibri 2.592
Browse files Browse the repository at this point in the history
  • Loading branch information
benibela committed Jul 18, 2022
1 parent 0506fc1 commit 8fba2be
Show file tree
Hide file tree
Showing 8 changed files with 25 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.590
AppVersion=2.590
AppVerName=VideLibri 2.592
AppVersion=2.592

;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.590/">SourceForge-Downloadseite</a>:
<a href="http://sourceforge.net/projects/videlibri/files/VideLibri/VideLibri%202.592/">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.590/videlibri-setup.exe/download">
<a href="https://sourceforge.net/projects/videlibri/files/VideLibri/VideLibri%202.592/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.590/videlibri-2.590.src.tar.gz/download">
videlibri-2.590.src.tar.gz
<a href="https://sourceforge.net/projects/videlibri/files/VideLibri/VideLibri%202.592/videlibri-2.592.src.tar.gz/download">
videlibri-2.592.src.tar.gz
</a></td><td>9.8 MB</td></tr><tr><td>Debian/Ubuntu: 64 Bit</td><td>
<a href="https://sourceforge.net/projects/videlibri/files/VideLibri/VideLibri%202.590/videlibri_2.590-1_amd64.deb/download">
videlibri_2.590-1_amd64.deb
<a href="https://sourceforge.net/projects/videlibri/files/VideLibri/VideLibri%202.592/videlibri_2.592-1_amd64.deb/download">
videlibri_2.592-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.590/videlibri_2.590-1_i386.deb/download">
videlibri_2.590-1_i386.deb
<a href="https://sourceforge.net/projects/videlibri/files/VideLibri/VideLibri%202.592/videlibri_2.592-1_i386.deb/download">
videlibri_2.592-1_i386.deb
</a></td><td>3.2 MB</td></tr><tr><td>Android: </td><td>
<a href="https://sourceforge.net/projects/videlibri/files/VideLibri/VideLibri%202.590/videlibri_2.590-release.apk/download">
videlibri_2.590-release.apk
<a href="https://sourceforge.net/projects/videlibri/files/VideLibri/VideLibri%202.592/videlibri_2.592-release.apk/download">
videlibri_2.592-release.apk
</a></td><td>7.4 MB</td></tr></table></div>
6 changes: 5 additions & 1 deletion _meta/version/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="../changelog.xsl"?>
<changelog program="Bibliothek-App VideLibri">
<build version="2590" date="2022-07-12">
<build version="2592" date="2022-07-18">
<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>VÖBB: repariere Vormerkungen, und Anzeige der Ausleihen bei Aufteilung nach Zweigstellen.</fix>
<fix>Anpassung an geänderten Katalog der Hochschulbibliotheken Elsfleth/Emden/Aurich/Leer/Wilhelmshaven.</fix>
</build>
<build version="2590" date="2022-07-12">
<change>Erstellt mit Kotlin 1.5.31, Java 11, Gradle 7.4.2, und Android Plugin 7.2.1.</change>
<fix>Anpassung an geänderte Kataloge in Stadtbibliothek Biel und Gaggenau. </fix>
<fix>OPEN/Linz: Korrigiere Ermittlung von verlängerbar-Status.</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="2590"/>
<stable value="2592"/>
<debug value="0906"/>
</versions>
4 changes: 2 additions & 2 deletions android/android/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="de.benibela.videlibri"
android:versionCode="2590"
android:versionName="2.590">
android:versionCode="2592"
android:versionName="2.592">
<!--<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 @@ -73,7 +73,7 @@ type TStringAsMemoryStream = class(TMemoryStream)
nextLimitStr: string;

appFullTitle:string='VideLibri';
versionNumber:integer=2590;
versionNumber:integer=2592;
//=>versionNumber/1000
newVersionInstalled: boolean=false;

Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/de/changelogs/2592.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* VÖBB: repariere Vormerkungen, und Anzeige der Ausleihen bei Aufteilung nach Zweigstellen.
* Anpassung an geänderten Katalog der Hochschulbibliotheken Elsfleth/Emden/Aurich/Leer/Wilhelmshaven.
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/2592.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* VÖBB: fix ordering, try to fix split table
* fix Elsfleth/Emden/Aurich/Leer/Wilhelmshaven

0 comments on commit 8fba2be

Please sign in to comment.