Skip to content

Commit

Permalink
Merge Release 1.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sharunkumar committed Jan 20, 2024
2 parents d9cca8f + 83e83d0 commit 3a50fcb
Show file tree
Hide file tree
Showing 80 changed files with 3,644 additions and 601 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,10 @@ We would also appreciate sponsoring other contributors to Voyager. If someone he

Please check out [CONTRIBUTING.md](./CONTRIBUTING.md) for details on contributing to Voyager. Thank you! 💙

## 🛜 Add a lemmy instance to the curated list

Voyager curates Lemmy servers for sign up ([see the data](./src/features/auth/login/data/servers.ts)). If you would like to add an instance, please read the [curated servers policy](./src/features/auth/login/data/README.md).

## 📲 PWA

Voyager works best added to the homescreen. There are certain features that only work there, like badging and smooth page transitions.
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 205
versionName "1.34.1"
versionCode 207
versionName "1.36.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
Expand Down
4 changes: 2 additions & 2 deletions ios/App/App/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.34.1</string>
<string>1.36.0</string>
<key>CFBundleVersion</key>
<string>205</string>
<string>207</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UILaunchStoryboardName</key>
Expand Down
5 changes: 3 additions & 2 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": "1.34.1",
"version": "1.36.0",
"type": "module",
"packageManager": "pnpm@8.11.0+sha256.5858806c3b292cbec89b5533662168a957358e2bbd86431516d441dc1aface89",
"scripts": {
Expand Down Expand Up @@ -51,7 +51,7 @@
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@github/markdown-toolbar-element": "^2.2.1",
"@ionic/core": "npm:voyager-ionic-core@^7.6.3",
"@ionic/core": "npm:voyager-ionic-core@^7.6.5",
"@ionic/react": "7.6.3",
"@ionic/react-router": "7.6.3",
"@reduxjs/toolkit": "^2.0.1",
Expand Down Expand Up @@ -123,6 +123,7 @@
"remark-gfm": "^4.0.0",
"remark-parse": "^11.0.0",
"remark-stringify": "^11.0.0",
"sass": "^1.69.7",
"terser": "^5.26.0",
"typescript": "^5.3.3",
"ua-parser-js": "^1.0.37",
Expand Down
Loading

0 comments on commit 3a50fcb

Please sign in to comment.