Skip to content

Releases: fabioivan/coi-mod-manager

CoI Mod Manager v0.5.1

07 Jun 19:38

Choose a tag to compare

🎮 Release — CoI Mod Manager v0.5.1

Added

  • 🗺️ Maps section — Browse, search, and download community maps. Full detail page with gallery, resources, starting locations, version history, and comments.
  • 🔷 Blueprints section — Browse and search blueprints. Copy blueprint strings to clipboard with one click.
  • 🔐 COI Hub Login — Sign in via magic link to vote and favorite maps directly from the app.
  • Map voting (upvote/downvote) and favoriting for authenticated users
  • Collapsible navigation sidebar for quick section switching
  • Top bar section tabs (Blueprints, Maps, Mods) with color-coded active states
  • Play button to launch Captain of Industry directly from the app
  • Status bar counters for maps and blueprints
  • Italian language support

Changed

  • Default view changed to Blueprints (was Mods)
  • Blueprint and Map lists stay mounted when hidden to preserve scroll position
  • Login state persisted across app restarts via SQLite cookie store

Fixed

  • Magic link validation now returns meaningful error messages on expiration

CoI Mod Manager v0.5.0

07 Jun 13:29

Choose a tag to compare

🎮 Release — CoI Mod Manager v0.5.0

Added

  • 🗺️ Maps section — Browse, search, and download community maps. Full detail page with gallery, resources, starting locations, version history, and comments.
  • 🔷 Blueprints section — Browse and search blueprints. Copy blueprint strings to clipboard with one click.
  • 🔐 COI Hub Login — Sign in via magic link to vote and favorite maps, mods, and blueprints directly from the app.
  • Voting (upvote/downvote) and favoriting for maps, mods, and blueprints for authenticated users
  • Collapsible navigation sidebar for quick section switching
  • Top bar section tabs (Blueprints, Maps, Mods) with color-coded active states
  • Play button to launch Captain of Industry directly from the app
  • Status bar counters for maps and blueprints
  • Italian language support
  • Consistent yellow back button on all detail pages

Changed

  • Default view changed to Blueprints (was Mods)
  • Blueprint and Map lists stay mounted when hidden to preserve scroll position
  • Login state persisted across app restarts via SQLite cookie store
  • Play button restyled — Blue background with white text (Steam-like), replacing the small green icon-only button
  • Detail page layouts aligned with COI Hub website — Full-page background image, centered dark containers, compound vote/favorite buttons in meta bars
  • ModDetail header restructured — Meta bar with compound vote/fav buttons matching coigame.com layout
  • BlueprintDetail header restructured — Card-style header with meta bar and vote/fav buttons
  • MapDetail content container — Dark background with border radius, alternating resource table rows

Fixed

  • Magic link validation now returns meaningful error messages on expiration
  • launch_game now uses the correct Steam App ID (1594320)
  • Scan logging now outputs detailed per-mod status during scan

CoI Mod Manager v0.4.1

27 May 14:42

Choose a tag to compare

🎮 Release — CoI Mod Manager v0.4.1

Added

  • Stable pool directories — user-created files (saves, settings) persist across mod updates
  • merge_into_dir and update_mod_link functions for safer mod updates
  • Null safety in splitTags and mod list calculations
  • Proper effect cancellation and stable callback refs

Changed

  • Settings tab removed from navigation sidebar (accessible via gear icon)
  • Pool extraction no longer versioned — each mod has a single stable pool directory
  • extract_to_pool preserves folder name across updates

Fixed

  • Windows tasklist now uses CREATE_NO_WINDOW flag — no console flash
  • import_profile, scan_installed_mods updated for stable pool structure

CoI Mod Manager v0.4.0-beta.1

26 May 23:22

Choose a tag to compare

Pre-release

🎮 CoI Mod Manager v0.4.0-beta.1

✨ What's New

  • Safety: mod directory deletion now checks for manifest.json — prevents accidental deletion of savegames, settings, or source code
  • Per‑profile config backup: each profile keeps its own mod config files, preserved when switching profiles
  • NSIS installer no longer requires admin: installs to %LOCALAPPDATA% instead of Program Files
  • Changelog viewer: click the app version in the status bar to see the full release history
  • Update notification: icon appears in the status bar when a new version is available, with release notes and "Update Now"
  • Browse for game folder: manually point to your game directory when auto-detection fails
  • "Check for Updates" button in Settings
  • Fixed false "update available": version comparison now handles v prefix mismatches correctly
  • Fixed hardcoded Portuguese on mod detail page — game_version_title now uses the selected language

CoI Mod Manager v0.3.2

25 May 17:02

Choose a tag to compare

🎮 CoI Mod Manager v0.3.2

✨ What's New

  • Safety: mod directory deletion now checks for manifest.json — prevents accidental deletion of savegames, settings, or source code
  • Per‑profile config backup: each profile keeps its own mod config files, preserved when switching profiles
  • NSIS installer no longer requires admin: installs to %LOCALAPPDATA% instead of Program Files
  • Changelog viewer: click the app version in the status bar to see the full release history
  • Update notification: icon appears in the status bar when a new version is available, with release notes and "Update Now"
  • Browse for game folder: manually point to your game directory when auto-detection fails
  • "Check for Updates" button in Settings
  • Fixed false "update available": version comparison now handles v prefix mismatches correctly
  • Fixed hardcoded Portuguese on mod detail page — game_version_title now uses the selected language

CoI Mod Manager v0.3.1

24 May 18:00

Choose a tag to compare

🎮 CoI Mod Manager v0.3.1

✨ What's New

  • Game version detection: automatically detects your installed game version — no more manual guessing
  • Version compatibility warning: warns before installing a mod that doesn't match your game version
  • Expanded version filter: version ranges (e.g. "0.8.2 – 0.8.5") are expanded into individual versions for easier filtering, sorted newest-first
  • Status bar: shows your game version, total Mods folder size, and installed mod count at the bottom of the app
  • Default language changed to English
  • Chinese (Simplified) translation added

CoI Mod Manager v0.2.1

24 May 03:39

Choose a tag to compare

🎮 CoI Mod Manager v0.2.1

✨ What's New

  • Auto-migration of mod settings: when updating a mod, user-generated files (configs, saves) from the old version are automatically copied to the new one — no manual migration needed
  • Profiles: create, switch, export, and import isolated mod profiles
  • Mod Pool: mods are shared across profiles — no re-downloading
  • Profile selection screen on startup
  • Screenshots in README
  • Memory and stability fixes

🔧 Installation

  • Windows: download .msi or .exe (NSIS)
  • Linux: download .AppImage or .deb

Full Changelog: v0.2.0...v0.2.1

CoI Mod Manager v0.2.0

23 May 22:40

Choose a tag to compare

🎮 CoI Mod Manager v0.2.0

✨ What's New

  • Profiles: create, switch, export, and import isolated mod profiles
  • Mod Pool: mods are shared across profiles — no re-downloading
  • Profile selection screen on startup
  • Screenshots in README
  • Memory and stability fixes