Release history

Every BinScope evolution, tracked version by version.

This page mirrors the project changelog and makes the complete feature history easy to scan from the website.

0.15.0

2026-06-04

Added

  • Added a dedicated website page presenting product screenshots.
  • Added automatic French screenshot selection for browsers using French.
  • Added the screenshots page to the public website navigation.
0.14.0

2026-06-04

Added

  • Converted the website into separated commercial pages for product, features, roadmap, and changelog.
  • Added prominent multiplatform positioning for Linux, Windows, and macOS delivery.

Changed

  • Removed the build/compiler section from the public website.
  • Reworked website messaging toward commercial product presentation.
0.13.0

2026-06-04

Added

  • Added French website localization based on the browser language.
  • Added translated home page, features, roadmap, navigation, and changelog content.

Changed

  • Kept English as the static fallback for browsers that do not prefer French.
0.12.0

2026-06-04

Added

  • Added a dedicated website changelog page with the complete project history.
  • Added navigation links from the website home page to the full changelog.

Changed

  • Made the website JavaScript safe on pages without the home-page hex mockup.
0.11.0

2026-06-04

Added

  • Added a side-by-side comparison mode for two open files.
  • Added View > Compare Side by Side... to select another open file as the comparison target.
  • Added View > Stop Comparison to disable comparison for the current tab.
  • Added synchronized comparison scrolling from the primary hex editor.
  • Added a read-only secondary hex editor for the comparison target.

Changed

  • Updated the roadmap to mark two-file comparison as completed.
0.10.0

2026-06-04

Added

  • Added global search from the Edit menu with Find All.
  • Added a dedicated Search results panel in the investigation notebook.
  • Added clickable search results that navigate the hex editor to the matching offset.
  • Added compact hex and ASCII previews around each search match.

Changed

  • Updated the roadmap to mark global search as completed.
0.9.0

2026-06-04

Added

  • Added offset annotations/comments in a dedicated investigation panel.
  • Added annotation navigation, editing, removal, and clearing actions.
  • Persisted annotations in .bsworkspace files with per-file offsets and encoded comments.
  • Added annotations to the About-visible roadmap status by marking the roadmap item as completed.

Changed

  • Extended workspace serialization to preserve more per-file investigation state.
0.8.0

2026-06-04

Added

  • Added persistent favorites in workspace files.
  • Added favorite=0x... entries to .bsworkspace files.
  • Restored favorites when loading a workspace, with invalid offsets filtered out.
0.7.0

2026-06-04

Added

  • Added a workspace system for saving and loading all open tabs at once.
  • Added a dedicated Workspace panel in the investigation notebook.
  • Saved the active tab in workspace files.
  • Added a static /site product page presenting BinScope, key features, workflows, workspace format, build commands, and roadmap.

Changed

  • Updated the project roadmap in English.
0.6.0

2026-06-03

Added

  • Added a Favorites panel for quick navigation inside the current file.
  • Added per-document favorites with add current, go to, remove, and clear actions.
  • Added favorite navigation by double-clicking a favorite row.
0.5.0

2026-06-03

Added

  • Added an investigation notebook grouping Templates, Favorites, Patch, Inspector, and Logs panels.
  • Added a configurable investigation panel position: left, right, or bottom.
  • Added full-path display in the main window title.
  • Added startup fullscreen behavior with the hex editor area sized to 75% when appropriate.
0.4.0

2026-06-03

Added

  • Added 16 bytes, 32 bytes, and Auto bytes-per-line view modes.
  • Extended Auto mode so it can use more than 32 bytes per line when space allows.
  • Added a visual gap between the first and second 16-byte blocks in wide layouts.
  • Added sticky hex and ASCII column headers from 0 to F.
  • Added configurable vertical separators every 1, 2, 4, or 8 characters.
  • Added configurable byte grouping by 1, 2, 4, or 8 bytes.

Changed

  • Improved template selection visibility in the hex editor by changing background color in addition to the border.
0.3.0

2026-06-03

Added

  • Added an Edit action to insert zero bytes at a selected start offset.
  • Added a modifications panel showing original and modified values by offset.
  • Added save/load patch actions for current modifications.
  • Added an option to save a patch from the unsaved-modifications close dialog.

Changed

  • Changed offset display to remove unnecessary leading zeroes across the application where compact offsets are expected.
  • Kept padded offsets in the hex editor data-position column when alignment is needed.
  • Improved modification list layout so offsets are not truncated.
  • Displayed original and modified values as paired rows for modified bytes.
0.2.0

2026-06-03

Added

  • Added binary template support for RAR files.
  • Added binary template support for PNG files.
  • Added binary template support for JPG files.
  • Added automatic bundled-template loading when a known file type is opened.
  • Added French as a second UI language.
  • Added language selection in preferences.
0.1.0

2026-06-03

Added

  • Added binary file open, save, save as, save copy, and save selection workflows.
  • Added recent files support.
  • Added hex and ASCII editing views.
  • Added modified-byte highlighting.
  • Added undo and redo for byte edits and grouped replacements.
  • Added find, find next, and same-length replace for ASCII or hexadecimal byte patterns.
  • Added goto offset with decimal and 0x hexadecimal input.
  • Added inspector panel for interpreting bytes at the current cursor offset.
  • Added minimap navigation for large files.
  • Added template parsing support for describing binary structures.
  • Added built-in tests for core functionality.