Skip to content

Commit d109bd1

Browse files
committed
Bump release version to 4.3.3+87
- Update app, package, and MSIX version metadata - Add 4.3.3 release notes
1 parent f6b4920 commit d109bd1

3 files changed

Lines changed: 65 additions & 4 deletions

File tree

lib/const/settings.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ class Settings {
8686
static final Uri dicordLink = Uri.parse("https://discord.gg/PN2uKwCqYB");
8787

8888
static const Duration autoSaveOffset = Duration(seconds: 15);
89-
static const int versionNumber = 86;
90-
static const String versionName = "4.3.2";
89+
static const int versionNumber = 87;
90+
static const String versionName = "4.3.3";
9191
static final Uri desktopUpdaterArchiveUrl =
9292
buildDesktopUpdaterArchiveUrl(kResolvedUpdateChannel);
9393

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: "A new Flutter project."
33

44
publish_to: "none" # Remove this line if you wish to publish to pub.dev
55

6-
version: 4.3.2+86 #version number
6+
version: 4.3.3+87 #version number
77

88
environment:
99
sdk: ">=3.4.3 <4.0.0"
@@ -63,7 +63,7 @@ msix_config:
6363
identity_name: DaraA.IcarusValorantStrategiesLineups
6464
publisher: CN=39055448-F6AA-42E9-91F6-9CF8828C444C
6565
logo_path: windows\runner\resources\app_icon.ico
66-
msix_version: 4.3.2.0 #verion number #last 0 needs to be there for msix to work
66+
msix_version: 4.3.3.0 #verion number #last 0 needs to be there for msix to work
6767
file_extension: .ica
6868
store: true
6969

release/metadata/4.3.3+87.json

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
{
2+
"version": "4.3.3+87",
3+
"shortVersion": 87,
4+
"title": "4.3.3 Release",
5+
"description": "Desktop release metadata for Icarus.",
6+
"date": "2026-05-10",
7+
"mandatory": false,
8+
"channels": [
9+
"desktop",
10+
"prerelease"
11+
],
12+
"platforms": [
13+
"windows"
14+
],
15+
"changes": [
16+
{
17+
"message": "Custom colors.",
18+
"type": "feature"
19+
},
20+
{
21+
"message": "New UI for selecting abilities easily.",
22+
"type": "feature"
23+
},
24+
{
25+
"message": "Ctrl-drag now duplicates abilities.",
26+
"type": "feature"
27+
},
28+
{
29+
"message": "Redesigned pages bar to better reflect current page status.",
30+
"type": "improvement"
31+
},
32+
{
33+
"message": "Made the pages bar resizable.",
34+
"type": "improvement"
35+
},
36+
{
37+
"message": "Revamped settings page.",
38+
"type": "improvement"
39+
},
40+
{
41+
"message": "Custom keybind shortcuts.",
42+
"type": "feature"
43+
},
44+
{
45+
"message": "Can now turn off agent background color.",
46+
"type": "feature"
47+
},
48+
{
49+
"message": "Screenshots now show the page title.",
50+
"type": "improvement"
51+
},
52+
{
53+
"message": "Everything looks cleaner and better.",
54+
"type": "improvement"
55+
},
56+
{
57+
"message": "Online is coming soon\u2122.",
58+
"type": "other"
59+
}
60+
]
61+
}

0 commit comments

Comments
 (0)