Skip to content

Commit

Permalink
2784 debug test version
Browse files Browse the repository at this point in the history
  • Loading branch information
benibela committed Feb 23, 2024
1 parent 285ee32 commit f8d0f20
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
8 changes: 7 additions & 1 deletion _meta/version/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="../changelog.xsl"?>
<changelog program="Bibliothek-App VideLibri">
<build version="2783" date="2024-02-18">
<build version="2784" date="2024-02-24">
<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>ignoriere EOFException in Downloads</fix>
</build>
<build version="2783" date="2024-02-18">
<fix>ignoriere EOFException in Downloads</fix>
</build>
<build version="2782" date="2024-02-04">
<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>Neue Adressen für Ortsbücherei Nordheim, Stadtbücherei Gießen, Universitätsbibliothek Dortmund, und Stadtbibliothek Essen. Android HTTPS-Zertifikat für Freiburg.</fix>
<fix>netbiblio: Verfügbarkeitsanzeige in Suche.</fix>
<fix>bibdia: Ignoriere fehlende Vormerkungsdaten.</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="2783"/>
<stable value="2784"/>
<debug value="0906"/>
</versions>
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=2783;
versionNumber:integer=2784;
versionBuildId: string = 'unknown';
//=>versionNumber/1000
newVersionInstalled: boolean=false;
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/de/changelogs/2784.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* ignoriere EOFException in Downloads
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/2784.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* ignore EOFException in downloads

0 comments on commit f8d0f20

Please sign in to comment.