Skip to content

Releases: Simplezes/StripCol

StripCol V1.1.2

18 Mar 01:17

Choose a tag to compare

Changes

  • Bump package version to 1.1.2.
  • Bump plugin version to 2.6.
  • Implement notifications for updates.

Fixes

  • GROUND_PANELS didnt show pushback panel

StripCol V1.1.1

16 Mar 00:52

Choose a tag to compare

Changes

  • General changes :p
  • 3-state connection logic and init optimization
  • Complete modern redesign of settings modal
  • Sync custom ui components with legacy and dynamic theme pipelines
  • Route menu now shows if route has a point crossing at X speed and Y altitude
  • Organize context menus into distinct sections for readability

Fixes:

  • Refresh notification points after procedure change

StripCol V1.1.0

15 Mar 00:04

Choose a tag to compare

Changes

  • feat: added panels for delivery, ground and tower
  • feat: add clearance flag option
  • chore: Updated plugin to v2.5

Fixes

  • test: checking issue that reloads web-app randomly

StripCol V1.0.9

14 Mar 06:41

Choose a tag to compare

Changes

  • Implemented adaptive strips, overhaul radar layout, and refine handover UI.
  • Implemented responsive strip redesign using ResizeObserver to adapt detail levels (Callsign, Procedure, Squawk) based on column width.
  • Enhanced Handover collapsible logic to support 3-panel columns and auto-expand middle panels.
  • Refined Transfer Request visuals in compact modes with space-efficient button layouts and reduced font scaling.
  • Updated plugin to StripCol V2.4 which improves performance and random Euroscope freezes.
  • Added Discord Rich Presence toggle on settings.
  • Modularized the CSS into several smaller, more focused files to make future maintenance easier.
  • Redesigned context menus and clean up unused code.
  • Implemented update notification dot on settings gear icon.

Fixes

  • fixed Discord Rich Presence connection closed" error message

StripCol V1.0.8

13 Mar 02:52

Choose a tag to compare

Changes

  • Updated procedures to AIRAC 2603
  • Established initial client-side application structure, styling, and core JavaScript utilities.
  • Implemented client-side logic for creating, displaying, and managing air traffic control strips.
  • Style changed to about tab design with new logo
  • Made new logo

Fixes

  • fixed spacing issue on settings tabs

StripCol V1.0.7

08 Mar 02:39

Choose a tag to compare

Changes

  • Users can now change runway using the runway change input field.
  • Unify duplicate functions and simplify api calls.
  • Implemented core client-side functionality for interactive and sortable flight strips, including creation, data input, and panel management.
  • Code improvements.
  • Updated plugin to v2.3

Fixes

  • Fixed runway not changing when user or other users changed it on their respective input field.
  • Fixed changing procedure not updating notification points.

StripCol V1.0.6

07 Mar 03:53

Choose a tag to compare

Changes

  • Implemented Quick Search / Filter in the system bar for real-time aircraft isolation.
  • Added Layout Persistence to ensure panel names, positions, and manual strip content are saved automatically and restored on startup.
  • Integrated real-time query matching across callsign, departure, and arrival fields.
  • Added smooth visual transitions for filtered-out strips to maintain UI clarity.
  • Changes to ShowRoute and AutoResizeFont
  • implement core flight strip creation, management, and sorting functionality.

Fixes

  • Refined state-manager.js integration to ensure manual strips are correctly persisted in localStorage.
  • Improved search input performance by implementing a lightweight class-based filtering system.
  • Fixed a potential race condition where strips would render before the state manager was fully loaded.

StripCol V1.0.5

07 Mar 00:13

Choose a tag to compare

Changes

  • Updated application version to V1.0.5 (Hotfix).
  • Added “Restart & Connect” to Network settings for manual control.
  • Server no longer restarts automatically when closing Settings or clicking away from the IP field.
  • Enabled server process logs in the terminal for better debugging visibility.
  • Configured server to bind to 0.0.0.0 for improved network interface compatibility across all local IPs.
  • Migrate to electron-updater, fix icon issues, and set build target to portable folder

Fixes

  • Fixed duplicate and accidental restart triggers when editing the Server IP.
  • Prevented "Offline" status persistence by adding a connection retry loop and flexible CORS configuration.
  • Improved IPC stability by forcing clean server restarts and updating internal state immediately before page reload.
  • Resolved a syntax error in the server disconnection logic that prevented proper shutdown.
  • Silenced "Plugin not connected" warning spam in the terminal for a cleaner log view.
  • Fixed auto-update to select highest version from all releases

Stripcol V1.0.4

03 Mar 17:50

Choose a tag to compare

Changes

  • Added “Restart & Connect” to Network
  • Server no longer restarts automatically when closing Settings.
  • Updated Stripcol plugin to V2.2

Fixes

  • Fixed duplicate restart trigger when changing Server IP.
  • Prevented renderer crash when restart bridge was unavailable.
  • Improved IPC stability between renderer and main process.

StripCol V1.0.3

26 Feb 17:43

Choose a tag to compare

Changes

  • Changed Server handling to listen if another user is on the same IP and connected to localhost:3000

Fixes

  • Implement initial gateway hub server with WebSocket and SSE for ATC data synchronization and RPC updates.
  • Fixed Discord RPC showing other strips as Overfly
  • Fixed context menu not having a scroll when too many items.