Skip to content

Commit

Permalink
🔖 2.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Khaoz-Topsy committed Sep 23, 2024
1 parent f7b78bb commit e74976f
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 17 deletions.
1 change: 1 addition & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@
<meta-data android:name="flutterEmbedding" android:value="2" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_MEDIA_PLAYBACK" />
</manifest>
4 changes: 2 additions & 2 deletions assets/data/meta.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"GameVersion": "5.12",
"GameBuildNumber": 15663204,
"GeneratedDate": "2024-09-16"
"GameBuildNumber": 15728657,
"GeneratedDate": "2024-09-23"
}
2 changes: 1 addition & 1 deletion installers/assistantNMS.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "Assistant for No Man's Sky"
#define MyAppVersion "2.27.1"
#define MyAppVersion "2.28.0"
#define MyAppPublisher "AssistantApps"
#define MyAppURL "https://nmsassistant.com/"
#define MyAppExeName "assistantnms_app.exe"
Expand Down
2 changes: 1 addition & 1 deletion lib/assistant_apps_settings.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
const assistantAppsApiUrl = 'https://api.assistantapps.com';
const assistantAppsAppGuid = '589405b4-e40f-4cd9-b793-6bf37944ee09';
const currentWhatIsNewGuid = '884b654e-ad8c-4828-9b01-b0c186fe30c9';
const currentWhatIsNewGuid = '214b8dd9-4f3e-40a9-8373-2840451b77d9';
10 changes: 6 additions & 4 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,12 @@ packages:
assistantapps_flutter_common:
dependency: "direct main"
description:
path: "C:\\Development\\Projects\\AssistantApps\\assistantapps_flutter_common"
relative: false
source: path
version: "0.2.61"
path: "."
ref: HEAD
resolved-ref: "0db23421894e3c62b386b71b31dd7eaab3a5ce23"
url: "https://github.com/AssistantApps/Flutter.Common.git"
source: git
version: "0.2.62"
async:
dependency: transitive
description:
Expand Down
12 changes: 7 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: assistantnms_app
description: Assistant for No Man's Sky
homepage: https://nmsassistant.com
# author: Kurt Lourens
version: 2.27.1+342 # dart scripts\version_num_script.dart
version: 2.28.0+343 # dart scripts\version_num_script.dart
publish_to: "none"

environment:
Expand All @@ -16,8 +16,8 @@ dependencies:

# AssistantApps
assistantapps_flutter_common:
# git: https://github.com/AssistantApps/Flutter.Common.git
path: 'C:\Development\Projects\AssistantApps\assistantapps_flutter_common'
git: https://github.com/AssistantApps/Flutter.Common.git
# path: 'C:\Development\Projects\AssistantApps\assistantapps_flutter_common'

# Trouble makers
firebase_core: 3.4.0
Expand Down Expand Up @@ -91,7 +91,7 @@ flutter_icons: ## dart run flutter_launcher_icons:main
msix_config: # https://pub.dev/documentation/msix/latest/
display_name: Assistant for No Man's Sky
publisher_display_name: AssistantApps
msix_version: 2.27.1.0
msix_version: 2.28.0.0
identity_name: 32412AssistantApps.AssistantforNoMansSky
publisher: CN=3CD7EDA8-DFB6-44F8-A6AC-DC70B9A5D88A
logo_path: "./assets/images/fullSizeIcon.png"
Expand All @@ -110,10 +110,12 @@ flutter:
- assets/json/es/ # Spanish
- assets/json/fr/ # French
- assets/json/it/ # Italian
- assets/json/ja/ # Japanese
- assets/json/ko/ # Korean
- assets/json/nl/ # Dutch
- assets/json/pl/ # Polish
- assets/json/pt-br/ # Portuguese
- assets/json/pt/ # Portuguese
- assets/json/pt-br/ # Portuguese
- assets/json/ru/ # Russian
- assets/json/zh-hans/ # Simplified Chinese
- assets/json/zh-hant/ # Traditional Chinese
Expand Down
8 changes: 4 additions & 4 deletions release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
- ✨ Added Aquarius update and expedition details
- 👽 Upgrade dependencies
- 🐛 Correct post url for previous update
- ✨ Added Fishing Bait and Location data
- 🐛 Fixed Japanese translations not loading
- 🐛 Fixed Korean translations not loading


Submitted to App Stores 2024-09-06
Submitted to App Stores 2024-09-23

For more details on this update please visit the "What is New" page in the Apps or on the website

0 comments on commit e74976f

Please sign in to comment.