History.txt 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. History
  2. -------
  3. Beta 1 (unknown)
  4. The most first version IEView ("Y. Gershanov").
  5. Beta 2 (1.12.2002)
  6. - extensions are now case-insensitive
  7. - added protection against wrong file formats (like text files with .doc or .pdf extension)
  8. - displaying of directories is now optional
  9. Beta 3 (3.12.2002)
  10. - Extensions for directories are not checked now.
  11. - Fixed many issues mostly related to focus and hotkey handling.
  12. - Esc handling is fixed
  13. - Print, ProvFile, NextFile, Search hotkeys work now
  14. - Search (Ctrl-F) is now operational in the IE window as well
  15. - INI file: replaced ShowUpDir with IgnoreDirs (may be useful for future pugins that work with directories)
  16. Beta 4 (17.12.2002)
  17. - Fixed crash on exit under Win98/ME
  18. - Fixed some resource-related problems
  19. - Added control over what HTML elements IEView loads and displays
  20. - Added optional blocking of display of the .. directory
  21. 1.0 (22.08.2004)
  22. Last, final version ("Y. Gershanov").
  23. (Author has stopped the most further work.)
  24. New history
  25. -----------
  26. 1.1 (31.08.2004 )
  27. First version new IEView ("Rk" under editing "Konstantin")
  28. (Thank you "Rk" and "Konstantin" for continuation of the work.)
  29. - corrected focus Acrobat Reader (not for all version completely correct).
  30. - not it is necessary to clique mouse for interception of the focus web-files (not always works). (Ctrl+Q - press Tab, F3 - automatically.)
  31. 1.2 (3.09.2004)
  32. - Is Corrected mistake of the interception of the focus.
  33. (Mistake is Added. When viewing directory (QuickView mode), cursor disappears from file panel.)
  34. 1.3 (9.09.2004)
  35. - Is Corrected error. When viewing directory (QuickView mode), cursor does not disappear from file panel.
  36. 1.4 (15.09.2004)
  37. - Is Corrected interception of the focus in Word,Excel.
  38. - Is Corrected loss of the focus in Word Splash.
  39. - Is Added interception of the focus when viewing directory (QuickView mode).
  40. - In ieview.ini is added adjusting the focus: Key FocusByWindowClass, Key UseMiddleWhenFocusByPoint, Section [WindowClasses].
  41. 1.5 (18.09.2004)
  42. - Is Corrected loss of the focus when viewing directory and PDF. (The Incorrect interception of the focus Acrobat Reader 6.0 until it is corrected.)
  43. - Now on directory and HTML possible to move by means of Backspace, Z (back), X (onward).
  44. - Is Added determination of the file on type, rather then only on extension (only HTML). (In section [Signatures] ieview.ini is added key %=... He is used if filename does not correspond to the extensions in sections [Extentions]. For instance "index.xml.ru" or "index.php@id=dif&page=8".)
  45. 1.6 (19.09.2004)
  46. - Is Corrected focus when change the mode of the showing the file (if press '1 when viewing PDF).
  47. - Is Corrected focus in file, opened on [Signatures] %=... (determination file on type)
  48. - In ieview.ini is added key CaseInsensitiveSignatures and key ListerTitle (Style of IEView WindowText).
  49. 1.7 (22.09.2004)
  50. - bug with ListerTitle=1 fixed. (Note.: Works only with html files, since there is no concept 'Title' for arbitrary document.)
  51. - Hotkey added: Ctrl+L.
  52. - Section added [BlockFocus].
  53. 1.8 (24.09.2004)
  54. - some more bugfixes connected with focus.
  55. - [Hotkeys] section renamed to [TranslationHotkeys].
  56. - Section added: [IEViewHotkeys].
  57. 1.9 (2.10.2004)
  58. - ListerTitle is string with specifiers %TITLE, %DRIVE, %DIR, %NAME, %EXT.
  59. - Focus processing method changed.
  60. - Values in [BlockFocus] section are set as "group=0/1", instead of "ext=count".
  61. - Added CHM files support.
  62. 1.91 (10.10.2004)
  63. - CHM support extended
  64. - Key added: [options] Silent
  65. - Fixed: Excel didn't finish correctly when viewing xls files
  66. - Fixed: Many IE windows opened, when viewing html file
  67. - Quick View title changes, when navigating html file or folder
  68. 1.91a (13.10.2004)
  69. - some bugfixes
  70. - Hotkeys added: Stop, Refresh
  71. 1.92 (29.11.2004)
  72. - Searching with F3/F7 in HTML files
  73. - [Signatures]->"%" key replaced with [DefaultSignatures] section and [options]->"CheckDefaultSignatures" key
  74. - bugfixes
  75. 1.93 (10.02.2005)
  76. - StatusBar
  77. - "RemoveImages", "CmdFind" hotkeys
  78. - bugfixes
  79. 1.94 (18.06.2005)
  80. - Keys removed: NoFocusChange, BlockParentDir
  81. - Keys added: [Extensions]->WordToHTML, [Extensions]->WordToMHT, [options]->StatusBarInQuickView,
  82. [options]->SavePositionOnExit, [options]->AllowPopups.
  83. - Hotkey added: SavePosition
  84. - Word files are opened read-only
  85. - bugfixes
  86. 1.94a (14.07.2005)
  87. - bugfixes
  88. - FocusByWindowClass and UseMiddleWhenFocusByPoint keys moved to the [Debug] section
  89. HTMLView
  90. --------
  91. 1.0 (05.05.2006)
  92. - All non-html functionality removed
  93. - Toolbar
  94. - Keys added: [Hotkeys]->TypingTranslationHotkeys, [options]->UseDefaultBrowser, [options]->ShowToolbar
  95. 1.1 (08.05.2006)
  96. - [options]->UseDefaultBrowser key replaced with [options]->NewWindowHTML and [options]->NewWindowCHM
  97. - [options]->ShowDirs key restored
  98. - [options]->ShowToolbar key changed and StatusBarInQuickView replaced with ShowStatusbar
  99. - bugfix: toolbar images did not load when screen color depth is not 32bpp.
  100. 1.2 (15.07.2007)
  101. - ListLoadNext support
  102. - GlobalHook is disabled by default
  103. - [Extensions]->SignatureSkipSpaces key added
  104. - Hotkeys section: commands added
  105. - bugfix: focus loss when opening file
  106. - other bugfixes
  107. 1.2.2 (15.11.2007)
  108. - [Debug]->ToolbarBPP key added
  109. - Browser window is opened in separate thread
  110. 1.2.3 (07.02.2009)
  111. - Paste toolbar button removed
  112. - Fixed: module did not unload on cm_UnloadPlugins
  113. 1.2.4 (18.07.2009)
  114. - Unicode search
  115. 1.2.5 (09.01.2011)
  116. - Fixed: bug with search button in QuickView mode
  117. - Fixed: some files with unicode paths were not opened properly
  118. - Fixed: status bar was not visible when using the plugin with Universal Viewer
  119. - Don't show search and copy buttons when using the plugin with Universal Viewer
  120. - Search toolbar icon replaced
  121. - New hotkeys: CmdZoomIn, CmdZoomOut, CmdZoomDef
  122. 1.2.6 (18.12.2011)
  123. - Fixed: backward search did not work
  124. - [options]->HighlightAllMatches key added
  125. - x64 build