Bump app version

This commit is contained in:
Jaifroid 2023-04-13 19:09:57 +01:00
parent d23e398c0c
commit a6e68bd7fa
9 changed files with 12 additions and 12 deletions

View File

@ -71,7 +71,7 @@
<AppInstallerCheckForUpdateFrequency>OnApplicationRun</AppInstallerCheckForUpdateFrequency>
</PropertyGroup>
<ItemGroup>
<Content Include="archives\wikipedia_en_100_mini_2023-03.zim" />
<Content Include="archives\wikipedia_en_100_mini_2023-04.zim" />
<Content Include="images\BadgeLogo.scale-100.png" />
<Content Include="images\BadgeLogo.scale-125.png" />
<Content Include="images\BadgeLogo.scale-150.png" />
@ -362,4 +362,4 @@
<DisableFastUpToDateCheck>true</DisableFastUpToDateCheck>
</PropertyGroup>
-->
</Project>
</Project>

View File

@ -72,7 +72,7 @@
<PackageCertificateKeyFile>KiwixWebApp_StoreKey.pfx</PackageCertificateKeyFile>
</PropertyGroup>
<ItemGroup>
<Content Include="archives\wikipedia_en_100_mini_2023-03.zim" />
<Content Include="archives\wikipedia_en_100_mini_2023-04.zim" />
<Content Include="images\BadgeLogo.scale-100.png" />
<Content Include="images\BadgeLogo.scale-125.png" />
<Content Include="images\BadgeLogo.scale-150.png" />

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3" xmlns:uap5="http://schemas.microsoft.com/appx/manifest/uap/windows10/5" IgnorableNamespaces="uap mp uap3 uap5">
<Identity Name="Kiwix.KiwixJS" Version="2.4.2.0" Publisher="CN=Association Kiwix, O=Association Kiwix, L=Lausanne, C=CH" />
<Identity Name="Kiwix.KiwixJS" Version="2.4.4.0" Publisher="CN=Association Kiwix, O=Association Kiwix, L=Lausanne, C=CH" />
<mp:PhoneIdentity PhoneProductId="9983be8d-4e36-4018-bfb3-5170659bf447" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>Kiwix JS</DisplayName>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3" xmlns:uap5="http://schemas.microsoft.com/appx/manifest/uap/windows10/5" IgnorableNamespaces="uap mp uap3 uap5">
<Identity Name="Kiwix.KiwixJS" Version="2.4.2.0" Publisher="CN=0A5438F5-EEA6-4300-9B77-E45BBD148885" />
<Identity Name="Kiwix.KiwixJS" Version="2.4.4.0" Publisher="CN=0A5438F5-EEA6-4300-9B77-E45BBD148885" />
<mp:PhoneIdentity PhoneProductId="9983be8d-4e36-4018-bfb3-5170659bf447" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>Kiwix JS</DisplayName>

View File

@ -1,7 +1,7 @@
{
"name": "kiwix-js-electron",
"productName": "Kiwix JS Electron",
"version": "2.4.2-E",
"version": "2.4.4-E",
"description": "Kiwix JS packaged for the Electron framework",
"main": "main.js",
"build": {

View File

@ -1,7 +1,7 @@
{
"name": "kiwix_js_windows",
"productName": "Kiwix JS Windows",
"version": "2.4.2-N",
"version": "2.4.4-N",
"description": "Kiwix JS Windows for NWJS",
"main": "index.html",
"domain": "kiwix.js.windows",

View File

@ -11,7 +11,7 @@ if (-Not $only32bit) {
}
$version10 = "0.72.0" # <<< value updated automatically from package.json if launched from Create-DraftRelease
$versionXP = "0.14.7"
$appBuild = "2.4.2-N" # <<< value updated auotmatically from package.json if launched from Create-DraftRelease
$appBuild = "2.4.4-N" # <<< value updated auotmatically from package.json if launched from Create-DraftRelease
# Check that the dev has included the correct archive in this branch
$init_params = Get-Content -Raw "$PSScriptRoot\..\www\js\init.js"
$PackagedArchive = $init_params -imatch 'params\[.packagedFile.][^;]+?[''"]([^\s]+?\.zim)[''"];'

View File

@ -29,7 +29,7 @@
* download and install a new copy; we have to hard code this here because it is needed before any other file
* is cached in APP_CACHE
*/
const appVersion = '2.4.2';
const appVersion = '2.4.4';
/**
* The name of the Cache API cache in which assets defined in regexpCachedContentTypes will be stored

View File

@ -49,11 +49,11 @@ var params = {};
*/
var appstate = {};
/******** UPDATE VERSION IN service-worker.js TO MATCH VERSION AND CHECK PWASERVER BELOW!!!!!!! *******/
params['appVersion'] = "2.4.2"; //DEV: Manually update this version when there is a new release: it is compared to the Settings Store "appVersion" in order to show first-time info, and the cookie is updated in app.js
params['appVersion'] = "2.4.4"; //DEV: Manually update this version when there is a new release: it is compared to the Settings Store "appVersion" in order to show first-time info, and the cookie is updated in app.js
/******* UPDATE THIS ^^^^^^ IN service worker AND PWA-SERVER BELOW !! ********************/
params['packagedFile'] = getSetting('packagedFile') || "wikipedia_en_100_mini_2023-03.zim"; //For packaged Kiwix JS (e.g. with Wikivoyage file), set this to the filename (for split files, give the first chunk *.zimaa) and place file(s) in default storage
params['packagedFile'] = getSetting('packagedFile') || "wikipedia_en_100_mini_2023-04.zim"; //For packaged Kiwix JS (e.g. with Wikivoyage file), set this to the filename (for split files, give the first chunk *.zimaa) and place file(s) in default storage
params['archivePath'] = "archives"; //The directory containing the packaged archive(s) (relative to app's root directory)
params['fileVersion'] = getSetting('fileVersion') || "wikipedia_en_100_mini_2023-03.zim (1 March 2023)"; //This will be displayed in the app - optionally include date of ZIM file
params['fileVersion'] = getSetting('fileVersion') || "wikipedia_en_100_mini_2023-04.zim (1 April 2023)"; //This will be displayed in the app - optionally include date of ZIM file
// List of known start pages cached in the FS:
params['cachedStartPages'] = {
'wikipedia_en_medicine-app_maxi': 'A/Wikipedia:WikiProject_Medicine/Open_Textbook_of_Medicine2',