Skip to content

Commit

Permalink
Merge Release 2.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sharunkumar committed Oct 4, 2024
2 parents 6958c44 + f6d39d1 commit 60eb85b
Show file tree
Hide file tree
Showing 42 changed files with 1,363 additions and 1,733 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

steps:
- name: Build iOS on Appflow
uses: ionic-team/appflow-build@v1
uses: ionic-team/appflow-build@v1.0.5
with:
token: ${{ secrets.APPFLOW_TOKEN }}
app-id: 9f0851ec
Expand All @@ -64,7 +64,7 @@ jobs:

steps:
- name: Build Android on Appflow
uses: ionic-team/appflow-build@v1
uses: ionic-team/appflow-build@v1.0.5
with:
token: ${{ secrets.APPFLOW_TOKEN }}
app-id: 9f0851ec
Expand All @@ -78,7 +78,7 @@ jobs:

steps:
- name: Build Android on Appflow
uses: ionic-team/appflow-build@v1
uses: ionic-team/appflow-build@v1.0.5
with:
token: ${{ secrets.APPFLOW_TOKEN }}
app-id: 9f0851ec
Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "app.vger.voyager"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 261
versionName "2.17.1"
versionCode 263
versionName "2.18.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,30 @@
"idiom" : "universal",
"platform" : "ios",
"size" : "1024x1024"
},
{
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"filename" : "holidaysDark.png",
"idiom" : "universal",
"platform" : "ios",
"size" : "1024x1024"
},
{
"appearances" : [
{
"appearance" : "luminosity",
"value" : "tinted"
}
],
"filename" : "holidaysTinted.png",
"idiom" : "universal",
"platform" : "ios",
"size" : "1024x1024"
}
],
"info" : {
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,30 @@
"idiom" : "universal",
"platform" : "ios",
"size" : "1024x1024"
},
{
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"filename" : "planetaryDark.png",
"idiom" : "universal",
"platform" : "ios",
"size" : "1024x1024"
},
{
"appearances" : [
{
"appearance" : "luminosity",
"value" : "tinted"
}
],
"filename" : "planetaryTinted.png",
"idiom" : "universal",
"platform" : "ios",
"size" : "1024x1024"
}
],
"info" : {
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,30 @@
"idiom" : "universal",
"platform" : "ios",
"size" : "1024x1024"
},
{
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"filename" : "prideDark.png",
"idiom" : "universal",
"platform" : "ios",
"size" : "1024x1024"
},
{
"appearances" : [
{
"appearance" : "luminosity",
"value" : "tinted"
}
],
"filename" : "prideTinted.png",
"idiom" : "universal",
"platform" : "ios",
"size" : "1024x1024"
}
],
"info" : {
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,30 @@
"idiom" : "universal",
"platform" : "ios",
"size" : "1024x1024"
},
{
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"filename" : "psychedelicDark.png",
"idiom" : "universal",
"platform" : "ios",
"size" : "1024x1024"
},
{
"appearances" : [
{
"appearance" : "luminosity",
"value" : "tinted"
}
],
"filename" : "psychadelicTinted.png",
"idiom" : "universal",
"platform" : "ios",
"size" : "1024x1024"
}
],
"info" : {
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions ios/App/App/Assets.xcassets/AppIcon.appiconset/Contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,30 @@
"idiom" : "universal",
"platform" : "ios",
"size" : "1024x1024"
},
{
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"filename" : "dark.png",
"idiom" : "universal",
"platform" : "ios",
"size" : "1024x1024"
},
{
"appearances" : [
{
"appearance" : "luminosity",
"value" : "tinted"
}
],
"filename" : "tinted.png",
"idiom" : "universal",
"platform" : "ios",
"size" : "1024x1024"
}
],
"info" : {
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions ios/App/App/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.17.1</string>
<string>2.18.1</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand All @@ -32,7 +32,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>261</string>
<string>263</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>
Expand Down
68 changes: 34 additions & 34 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "voyager",
"description": "A progressive webapp Lemmy client",
"private": true,
"version": "2.17.1",
"version": "2.18.1",
"type": "module",
"packageManager": "pnpm@9.6.0+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e",
"scripts": {
Expand All @@ -23,7 +23,7 @@
},
"pnpm": {
"overrides": {
"@ionic/core": "npm:voyager-ionic-core@8.2.6"
"@ionic/core": "npm:voyager-ionic-core@8.3.1"
},
"patchedDependencies": {
"@capacitor/browser@6.0.2": "patches/@capacitor__browser@6.0.2.patch",
Expand All @@ -46,9 +46,9 @@
"@capacitor/share": "^6.0.2",
"@capacitor/status-bar": "^6.0.1",
"@github/markdown-toolbar-element": "^2.2.3",
"@ionic/core": "npm:voyager-ionic-core@8.2.6",
"@ionic/react": "8.2.6",
"@ionic/react-router": "8.2.6",
"@ionic/core": "npm:voyager-ionic-core@8.3.1",
"@ionic/react": "8.3.1",
"@ionic/react-router": "8.3.1",
"@linaria/core": "^6.2.0",
"@linaria/react": "^6.2.1",
"@reduxjs/toolkit": "^2.2.7",
Expand All @@ -62,13 +62,13 @@
"capacitor-stash-media": "^2.0.1",
"capacitor-tips": "^1.0.0",
"compare-versions": "^6.1.1",
"date-fns": "^3.6.0",
"date-fns": "^4.1.0",
"dexie": "^4.0.8",
"dexie-export-import": "^4.1.2",
"dexie-react-hooks": "^1.1.7",
"history": "^4.10.1",
"ionicons": "^7.4.0",
"lemmy-js-client": "0.19.4",
"lemmy-js-client": "0.20.0-alpha.17",
"lodash": "^4.17.21",
"mdast-util-gfm-autolink-literal-lemmy": "^3.0.0",
"mdast-util-gfm-strikethrough": "^2.0.0",
Expand All @@ -83,29 +83,29 @@
"react-animate-height": "^3.2.3",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.0.13",
"react-intersection-observer": "^9.13.0",
"react-intersection-observer": "^9.13.1",
"react-markdown": "^9.0.1",
"react-merge-refs": "^2.1.1",
"react-redux": "^9.1.2",
"react-reverse-portal": "^2.1.2",
"react-router": "^5.3.4",
"react-router-dom": "^5.3.4",
"react-textarea-autosize": "^8.5.3",
"react-transition-state": "^2.1.1",
"react-transition-state": "^2.1.2",
"rehype-highlight": "^6.0.0",
"rehype-parse": "^9.0.0",
"rehype-parse": "^9.0.1",
"rehype-remark": "^10.0.0",
"remark-gfm": "^4.0.0",
"remark-parse": "^11.0.0",
"remark-stringify": "^11.0.0",
"remark-supersub-lemmy": "^1.0.0",
"ua-parser-js": "^1.0.38",
"ua-parser-js": "^1.0.39",
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0",
"use-long-press": "^3.2.0",
"usehooks-ts": "^3.1.0",
"uuid": "^10.0.0",
"virtua": "^0.33.4",
"virtua": "^0.34.2",
"workbox-window": "^7.1.0"
},
"devDependencies": {
Expand All @@ -114,46 +114,46 @@
"@capacitor/cli": "^6.1.2",
"@eslint/compat": "^1.1.1",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.9.0",
"@eslint/js": "^9.11.1",
"@ionic/cli": "^7.2.0",
"@playwright/test": "^1.46.0",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^16.0.0",
"@playwright/test": "^1.47.2",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@trapezedev/configure": "^7.0.10",
"@types/history": "^4.7.11",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.17.7",
"@types/jest": "^29.5.13",
"@types/lodash": "^4.17.9",
"@types/mdast": "^4.0.4",
"@types/node": "^22.2.0",
"@types/react": "^18.3.3",
"@types/node": "^22.7.4",
"@types/react": "^18.3.10",
"@types/react-dom": "^18.3.0",
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.3.3",
"@types/ua-parser-js": "^0.7.39",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^8.0.1",
"@typescript-eslint/parser": "^8.0.1",
"@vitejs/plugin-legacy": "^5.4.1",
"@vitejs/plugin-react": "^4.3.1",
"@typescript-eslint/eslint-plugin": "^8.8.0",
"@typescript-eslint/parser": "^8.8.0",
"@vitejs/plugin-legacy": "^5.4.2",
"@vitejs/plugin-react": "^4.3.2",
"@wyw-in-js/babel-preset": "^0.5.4",
"@wyw-in-js/vite": "^0.5.4",
"eslint": "^9.9.0",
"eslint": "^9.11.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^4.6.2",
"globals": "^15.9.0",
"jsdom": "^24.1.1",
"globals": "^15.10.0",
"jsdom": "^25.0.1",
"mdast-util-lemmy-spoiler": "^2.0.0",
"prettier": "^3.3.3",
"pwa-asset-generator": "^6.3.1",
"pwa-asset-generator": "^6.3.2",
"release-it": "^17.6.0",
"terser": "^5.31.5",
"typescript": "^5.5.4",
"vite": "^5.4.0",
"vite-plugin-pwa": "^0.20.1",
"terser": "^5.34.1",
"typescript": "^5.6.2",
"vite": "^5.4.8",
"vite-plugin-pwa": "^0.20.5",
"vite-plugin-svgr": "^4.2.0",
"vitest": "^2.0.5"
"vitest": "^2.1.1"
}
}
Loading

0 comments on commit 60eb85b

Please sign in to comment.