Skip to content

Commit

Permalink
VideLibri 2.85
Browse files Browse the repository at this point in the history
  • Loading branch information
benibela committed Jun 21, 2024
1 parent c2a388e commit 9a3fffb
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.820
AppVersion=2.820
AppVerName=VideLibri 2.850
AppVersion=2.850

;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.820/">SourceForge-Downloadseite</a>:
<a href="http://sourceforge.net/projects/videlibri/files/VideLibri/VideLibri%202.850/">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.820/videlibri-setup.exe/download">
<a href="https://sourceforge.net/projects/videlibri/files/VideLibri/VideLibri%202.850/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.820/videlibri-2.820.src.tar.gz/download">
videlibri-2.820.src.tar.gz
<a href="https://sourceforge.net/projects/videlibri/files/VideLibri/VideLibri%202.850/videlibri-2.850.src.tar.gz/download">
videlibri-2.850.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.820/videlibri_2.820-1_amd64.deb/download">
videlibri_2.820-1_amd64.deb
<a href="https://sourceforge.net/projects/videlibri/files/VideLibri/VideLibri%202.850/videlibri_2.850-1_amd64.deb/download">
videlibri_2.850-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.820/videlibri_2.820-1_i386.deb/download">
videlibri_2.820-1_i386.deb
<a href="https://sourceforge.net/projects/videlibri/files/VideLibri/VideLibri%202.850/videlibri_2.850-1_i386.deb/download">
videlibri_2.850-1_i386.deb
</a></td><td>34.4 kB</td></tr><tr><td>Android: </td><td>
<a href="https://sourceforge.net/projects/videlibri/files/VideLibri/VideLibri%202.820/videlibri_2.820-release.apk/download">
videlibri_2.820-release.apk
<a href="https://sourceforge.net/projects/videlibri/files/VideLibri/VideLibri%202.850/videlibri_2.850-release.apk/download">
videlibri_2.850-release.apk
</a></td><td>7.6 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="2820" date="2024-05-04">
<build version="2850" date="2024-06-21">
<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>Anpassung an geänderte Kataloge in Hannover, Lübeck, und Ilmenau.</fix>
<fix>Anpassung der Verlängerungsmöglichkeit an geänderte Kataloge in Leipzig und Chemnitz.</fix>
</build>
<build version="2820" date="2024-05-04">
<fix>Neue Katalogadresse Stadtbücherei Rüsselheim</fix>
<fix>Digibib 7: Behebe Probleme mit keinen Suchergebnissen</fix>
<fix>arena (Essen/Bochum): Behebe Probleme mit keinen Ausleihen bzw. Vormerkungen</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="2820"/>
<stable value="2850"/>
<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="2820"
android:versionName="2.820">
android:versionCode="2850"
android:versionName="2.850">
<!--<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=2820;
versionNumber:integer=2850;
versionBuildId: string = 'unknown';
//=>versionNumber/1000
newVersionInstalled: boolean=false;
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/de/changelogs/2850.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* Anpassung an geänderte Kataloge in Hannover, Lübeck, und Ilmenau.
* Anpassung der Verlängerungsmöglichkeit an geänderte Kataloge in Leipzig und Chemnitz.
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/2850.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* Update to changed library websites in Hannover, Lübeck, Ilmenau, Leipzig and Chemnitz.

0 comments on commit 9a3fffb

Please sign in to comment.