Download Latest Version Outevia v1.0.0 - first release source code.tar.gz (318 Bytes)
Email in envelope

Get an email when there's a new version of Outevia

Home / enlargeImage
Name Modified Size InfoDownloads / Week
Parent folder
Outevia_x64_v1.0.0_setup.exe 2026-05-31 55.6 MB
Outevia v1.0.0 - first release source code.tar.gz 2026-05-31 318 Bytes
Outevia v1.0.0 - first release source code.zip 2026-05-31 468 Bytes
README.md 2026-05-31 2.2 kB
Totals: 4 Items   55.6 MB 4

v1.0.0 30 May 2026 First release

  • OCR, Text and Drawing buttons: added Margin="0,0,8,0" and MinWidth=60 for uniform alignment with the other toolbar buttons
  • "Always on top" button: now uses the same active magenta colour (consistent with OCR/Text/Drawing)
  • OCR fix: the _isOcrMode branch was completely missing in ImageGrid_MouseLeftButtonDown, so the selection never started
  • OCR fix: added a branch in ImageGrid_MouseMove to update the selection rectangle while dragging
  • Added missing _isOcrSelecting and _ocrStart fields to the class
  • Fix BtnAlwaysOnTop: removed the BtnAlwaysOnTop.Content = LocalizationManager.T("AlwaysOnTop") line in ApplyLocalization() because it was overwriting the SVG icon with text
  • Added _isOcrSelecting = false reset on mouse release after OCR
  • OCR, Text and Drawing buttons converted from Button to ToggleButton with ActiveToolToggleStyle style (magenta background when active)
  • Added ActiveToolBrush (#33C03A8A) and ActiveToolBorderBrush (#FFC03A8A) to the theme
  • Activating one tool now automatically disables the others (OCR/Text/Drawing are mutually exclusive)
  • Text Undo/Redo fix: AddTextAtPosition() now correctly adds to _undoStackText and clears _redoStackText
  • The "Ready" text in the status bar is now localized through the StatusReady key (it: "Pronto", en: "Ready")
  • All code points that previously set hardcoded "Pronto" now use LocalizationManager.T("StatusReady")
  • The messages "Text mode active" and "Drawing mode active" now also respect the current language
  • Added a "Changelog" item to the system tray context menu
  • The Changelog menu opens the same window as "About" but reads Resources/changelog.md
  • Created the Resources/changelog.md file
  • Fix: the "Enable OCR Button" checkbox in SettingsWindow.xaml had no Checked/Unchecked events wired, so the flag was never saved
  • Fix: the same missing wiring was present for the "Start with Windows" checkbox
  • Added App.MainViewer?.RefreshToolVisibility() in ChkEnableOcr_Changed to refresh the toolbar immediately
  • Added App.MainViewer?.RefreshToolVisibility() also after closing settings opened from ViewerWindow (options button in the main window)
Source: README.md, updated 2026-05-31