Console Changelog

What's new in Console 2.00 Build 147 Beta

Nov 2, 2010
  • fixed keyboard switching for Vista/Win7
  • fixed visible scrollbars on startup with 'Show scrollbars' option turned off
  • added support for flat scrollbars
  • added icons in the File->New Tab menu (thanks to chrisz for the patch)
  • added an option for using a default program icon in the tab menu
  • fixed exit codes
  • new inject code (many thanks to Jason Hood, creator of AnsiCon http://adoxa.110mb.com/ansicon for the code) The new injection code enables running 32-bit shells from 64-bit Console, starting .NET console applications (e.g. powershell) directly, it doesn't use CreateRemoteThread,so Windows patches and antivirus software that disables the call should not cause problems. The code still hasn't been tested with Vista/Win7 UAC, but it does work for shell processes started as another user, so we'll have that feature in Console soon as well.
  • tabs can now be opened as a different user
  • expanded 'trim tab titles' options - you can now show characters at the end of the string
  • improved command text resolution for tab titles
  • fixed invalid window position after Windows unlock (BR#2912069)

New in Console 2.00 Build 146 Beta (Apr 23, 2010)

  • a better Win7 lockup fix (again, thanks to akirill for the patch)
  • removed msv*90.dll dependencies
  • better error messages on shell startup
  • dump buffer now dumps to %TEMP%\console.dump
  • configuration load fix
  • better handling of windows settings' change
  • added 64-bit build

New in Console 2.00 Build 145 Beta (Apr 23, 2010)

  • alpha transparency is now set properly for a pinned-to-desktop Console window
  • Tab tooltips now show complete title (thanks to Phillip Foose for the patch)
  • a small speed optimization for relative backgrounds
  • fixed Win7 lockup (thanks to akirill for the patch)

New in Console 2.00 Build 144 Beta (Mar 24, 2009)

  • tray icon settings were not always observed, fixed
  • optimized text repaint for relative backgrounds

New in Console 2.00 Build 138 Beta (Jan 14, 2008)

  • [internal] (yet another) attempt at fixing text repainting - moved all GDI calls to the main thread

New in Console 2.00 Build 137 Beta (Dec 17, 2007)

  • [internal] (another) attempt at fix text repainting problems
  • [BR#1848984] resizing Console will not flash inactive tabs

New in Console 2.00 Build 136 Beta (Dec 11, 2007)

  • [internal] attempt at fix text repainting problems reported by several users

New in Console 2.00 Build 135 Beta (Nov 28, 2007)

  • [internal] all bitmaps are now DIBs. Mixing DDBs and DIBs was causing problems with multiple monitors and relative backgrounds
  • [internal] character buffer is initialized with spaces
  • [internal] fixed a problem with double-width characters (introduced when fixing ClearType artifacts)

New in Console 2.00 Beta build 130 (Mar 17, 2007)

  • fixed a disappearing selection while scrolling bug
  • fixed a scrolling upwards while selecting text bug
  • Console handles wallpaper changes now
  • fixed a small background color problem
  • added support for environment variables in config file name, shell command line, startup directory, icons and background images
  • [internal] wallpaper changes, non-relative background image resizing and tab switching should be thread safe now
  • mouse cursor is changed to 'text select' cursor while selecting
  • added drop down menu to 'new tab' toolbar button
  • [internal] an attempt to fix freezing when copying/pasting while a command is running