Skip to content

Commit

Permalink
VideLibri 2.765
Browse files Browse the repository at this point in the history
  • Loading branch information
benibela committed Nov 12, 2023
1 parent ecd83d8 commit 3534993
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 21 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.760
AppVersion=2.760
AppVerName=VideLibri 2.765
AppVersion=2.765

;Don't change
;Unicode-Check: ääääääööööüüüüüü
Expand Down
22 changes: 8 additions & 14 deletions _meta/sfsite/downloadTable.html
Original file line number Diff line number Diff line change
@@ -1,22 +1,16 @@
<div>
Es gibt die folgenden VideLibri-Downloads auf der
<a href="http://sourceforge.net/projects/videlibri/files/VideLibri/VideLibri%202.760/">SourceForge-Downloadseite</a>:
<a href="http://sourceforge.net/projects/videlibri/files/VideLibri/VideLibri%202.765/">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.760/videlibri-setup.exe/download">
<a href="https://sourceforge.net/projects/videlibri/files/VideLibri/VideLibri%202.765/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.760/videlibri-2.760.src.tar.gz/download">
videlibri-2.760.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.760/videlibri_2.760-1_amd64.deb/download">
videlibri_2.760-1_amd64.deb
</a></td><td>4.8 MB</td></tr><tr><td>Debian/Ubuntu: 64 Bit</td><td>
<a href="https://sourceforge.net/projects/videlibri/files/VideLibri/VideLibri%202.765/videlibri_2.765-1_amd64.deb/download">
videlibri_2.765-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.760/videlibri_2.760-1_i386.deb/download">
videlibri_2.760-1_i386.deb
</a></td><td>2.4 MB</td></tr><tr><td>Android: </td><td>
<a href="https://sourceforge.net/projects/videlibri/files/VideLibri/VideLibri%202.760/videlibri_2.760-release.apk/download">
videlibri_2.760-release.apk
</a></td><td>7.5 MB</td></tr></table></div>
<a href="https://sourceforge.net/projects/videlibri/files/VideLibri/VideLibri%202.765/videlibri_2.765-1_i386.deb/download">
videlibri_2.765-1_i386.deb
</a></td><td>2.4 MB</td></tr></table></div>
10 changes: 9 additions & 1 deletion _meta/version/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="../changelog.xsl"?>
<changelog program="Bibliothek-App VideLibri">
<build version="2760" date="2023-10-26">
<build version="2765" date="2023-11-10">
<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>Android 13: Frage nach Benachrichtungs-Rechten für Leihfristerinnerungen.</fix>
<fix>Neue Internetadressen bei Stadtbibliothek Bonn, Mannheim; GKV, Hochschulbibliotheken Hildesheim, Görlitz, Leipzig, Osnabrück und Braunschweig
</fix>
<fix>Stadtbibliothek Bremen: Akzeptiere Tabellen ohne Ausleihen</fix>
<fix>Aktualisiere HTTPS-Zertifikate</fix>
<fix>Biel: Anpassung an geänderte Suchwebseite</fix>
</build>
<build version="2760" date="2023-10-26">
<change>Unterstützt Unicode Version 15.</change>
<change>Aktualisiere FLRE (für reguläre Ausdrücke) von Version 21316f2dd2 zu 643bac</change>
<change>Als Android 13 kompatibel markiert (ohne Änderungen dazu)</change>
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="2760"/>
<stable value="2765"/>
<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="2760"
android:versionName="2.760">
android:versionCode="2765"
android:versionName="2.765">
<!--<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=2760;
versionNumber:integer=2765;
versionBuildId: string = 'unknown';
//=>versionNumber/1000
newVersionInstalled: boolean=false;
Expand Down
6 changes: 6 additions & 0 deletions fastlane/metadata/android/de/changelogs/2765.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
* Android 13: Frage nach Benachrichtungs-Rechten für Leihfristerinnerungen.
* Neue Internetadressen bei Stadtbibliothek Bonn, Mannheim; GKV, Hochschulbibliotheken Hildesheim, Görlitz, Leipzig, Osnabrück und Braunschweig

* Stadtbibliothek Bremen: Akzeptiere Tabellen ohne Ausleihen
* Aktualisiere HTTPS-Zertifikate
* Biel: Anpassung an geänderte Suchwebseite
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/2765.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* Android 13: ask for notification permission
* New website URLs of Public library Bonn, Mannheim; GKV, University libraries Hildesheim, Görlitz, Leipzig, Osnabrück and Braunschweig
* fix netbiblio headers
* sisis bremen: handle empty account

0 comments on commit 3534993

Please sign in to comment.