Monday, August 17, 2009

v8.20.0010 - 2009-08-17 15:39

BETA versions are now only available for registered users.
Find the download link at the bottom of the License Lounge.

  • +++ Configuration: Added section "Modules". Here you can deactivate modules that you don't need. It will make the application even lighter and faster, and it will take out unnecessary GUI elements. These settings take effect only after the next restart.
    Currently implemented are modules Scripting and User-Defined
    Commands. Others will follow soon.
  • + Added tweak to layout the top bars as it was possible before Dual Pane was introduced. Note that this layout is only applied in Single Pane Mode. However, you can toggle panes while using the SP layout, so can enjoy advantages of both worlds.
      [General]
      LayoutSP=0
    Possible values:
      0 = Same as Dual Pane (= tweak is OFF)
      1 = [Address Bar] [Toolbar & Tabs]
      2 = [Address Bar] [Tabs & Toolbar]
      3 = [Toolbar & Address Bar] [Tabs]
      4 = [Address Bar & Toolbar] [Tabs]
  • ! Raw View Hex mode: Would not display Unicode files correctly on Unicode/MBCS systems like Chinese, Japanese. Fix #5.
  • ! List: Autosize Columns was not always applied to all columns after a rename. Fixed.