Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion assets/mod_info.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Stellar Networks",
"author": "Jaghaimo",
"utility": true,
"version": "3.2.2",
"version": "3.2.3",
"description": "A collection of intel boards for Starsector",
"gameVersion": "0.98a-RC7",
"modPlugin": "stelnet.StelnetMod",
Expand Down
4 changes: 2 additions & 2 deletions assets/stelnet.version
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"modVersion": {
"major": 3,
"minor": 2,
"patch": 2
"patch": 3
},
"directDownloadURL": "https://github.com/jaghaimo/stelnet/releases/download/3.2.2/stelnet-3.2.2.zip",
"directDownloadURL": "https://github.com/jaghaimo/stelnet/releases/download/3.2.3/stelnet-3.2.3.zip",
"changelogURL": "https://raw.githubusercontent.com/jaghaimo/stelnet/master/changelog.txt"
}
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
Unreleased (TBD)


Version 3.2.3 (2025.05.12)
- Fix bug causing the game to crash when trying to start a new campaign with the Stelnet "Uninstall Mod" flag set to true.
- Change Commodities Intel tab to filter out markets returned by the `Excluder` - related files:
`market_by_faction.csv`, `market_by_id.csv`, `market_by_system.csv`, `market_by_tag.csv` and `skill_by_id.csv`
Expand Down