Transfz Changelog

What's new in Transfz 1.22 Beta

Jun 25, 2010
  • Bug Fixes:
  • Regress in 1.21b whole hotkey panel down, fixed (thnx to remo&maxtofa!)
  • About box updated with right data
  • Resource data fixed

New in Transfz 1.21 Beta (Jun 20, 2008)

  • Change: Quicker, simpler keypress simul.;fixes clipboard sometimes pasting wrong entry
  • Change: Significant code cleanup; slightly faster init and easier future dev.
  • Change: More stable way of loading ext/plg's into Transfz on init & after Options changes
  • Change: New re-worked code for managing clipboard-chain; friendlier for other apps and..
  • Change: Better at repairing clipboard-chain in case other apps mess with it (OpenOffice...)
  • Change: Cut 4 unnessary loops from clipboard monitoring globalmenu updater; faster
  • Change: Transfz no longer updates clipboard entries in memory when clipboard is turned off
  • Bugfix: Error when enabling/disabling clipboard shifting from options is fixed
  • Bugfix: Sometimes Transfz would not wait for window when pasting text from clipb; fixed

New in Transfz 1.20 Beta (May 20, 2008)

  • Feature: New compile method cuts away nearly 100kb from main exe (now just 370kb big!)
  • Feature: Compatible with both Office2007 & OpenOffice via new app. detection rutine
  • Change: Removed lots of specialized ext's -these are all available from transfz.com now
  • Change: Help file moved online; quicker download (minus 300kb) & more maintainable
  • Bugfix: Displayed global menu hotkeys in tray tooltip & traymenu are back to normal
  • Bugfix: Extra measures to ensure keys never get 'stuck'
  • Bugfix: (regress. from 1.15) Direct hotkeys for search plugins fixed
  • Bugfix: When pasting from global menu clipb, ordinary clipboard was cleared, fixed
  • Bugfix: Problem with installing multiple plg's/ext's in same session fixed
  • Bugfix: Extension/Plugin web-installer sometimes added "-[0-9]" to filenames, fixed
  • Bugfix: Perm.hotkeys for clipboard required reload of app to register right, fixed
  • Bugfix: Visual; wrong icon for plugins in windows explorer, fixed

New in Transfz 1.15 Beta (Jan 4, 2008)

  • Feature: Permanent clipboard can now be hotkey'ed to CTRL 1 - 9, set in options
  • Feature: Size of Clipboard holder can now be adjusted directly from traymenu
  • Feature: Plugins added: 'Amazon.com/co.uk', 'eBay.com'
  • Feature: Permanent clipboard now sequentially numbered for easier overview
  • Feature: Permanent clipboard reloads correct numbers on menu re-open
  • Feature: Global Menu Clipboard no longer shifts its queue when pasting from it
  • Changed: Intelligent caching: plugins launch instantly with no harddrive access involved
  • Changed: Plugin special chars loading, example: 1=c=ć instead of 1="c=ć"
  • Changed: Global menu open function optimized (50% code reduction)
  • Changed: Optimized hotkey loading rutines
  • Changed: Instant detection & closure of multiple instances
  • Changed: Search is launched on clipb entry 1, avoiding null searches on other data types
  • Bugfix: New upd. rutine to avoid shutdown when copying large amount of image data
  • Bugfix: Statistics in trayicon tooltip now work properly
  • Bugfix: AutoUpd could spawn multiple instances
  • Bugfix: Transfz could close involuntarily on system standby
  • Bugfix: Silent shutdown when using the permanent clipboard

New in Transfz 1.13 Beta (Aug 27, 2007)

  • Feature: New 'Permanent Clipboard', rightclick clipb. item to add it, r.c. to remove it
  • Changed: Various code optimizations
  • Changed: NSIS 2.30 for installer
  • Changed: Significantly faster due to better compilation (minimal usage impact though)
  • Bug fix: Searchbox relied on unstable way of getting path to main program
  • Bug fix: Linebreaks displayed as rectangles in GUI menu, now as simple void spaces

New in Transfz 1.11 Beta (Aug 7, 2007)

  • Feature: All modules integrated into -one- exe, modules still runs in seperate processes
  • Feature: New extension to integrate with "Mamma Desktop Search" & possib. others
  • Change: Faster GUI menu 'drawing'
  • Change: ~200kB cut from install size "more features less bloat" is the mantra here
  • Change: More reliable move/delete/edit code in options module
  • Change: Faster string handling in options module (less dependency on third party libs)
  • Bug fix: Clipboard loads and saves unicode text correctly
  • Bug fix: Windows registered icons corrected for tfplugins
  • Bug fix: Special space coversion fixed (raw edit "Free Dictionary.tfplugin" for example)
  • Bug fix: Changelog on update now opens a messagebox alone, no more notepad problem
  • Bug fix: Fix of regression in 1.10 -hotkey reload is working properly again
  • Bug fix: Possible array overflow fixed
  • Bug fix: Nasty bug that caused frist item just above subdirs in global menu to not work
  • Bug fix: Gui inconsistenct when moving extensions the "raw edit" button is now disabled

New in Transfz 1.10 Beta (Jul 27, 2007)

  • BETA
  • Feature: High resolution icons in the global menu are included for all menuitems
  • Feature: Clipboard holder now holds unicode chars without problems
  • Feature: Google Video plugin added
  • Change: Better tooltip handling (eliminated unnecessary checks)
  • Change: Loop for clipboard gui update is faster due to less branching
  • Change: Restructured included plugins to allow more plugins to appear in enabled by default
  • Change: Numerous optimizations to make the icon based menu redraw faster
  • Bugfix: Menu now no longer 'double-draw' if ctrl-d is pressed after menu has opened
  • Bugfix: Clipboard disable in options module caused crash
  • Bugfix: CNN plugin updated to reflect site changes

New in Transfz 1.09 Beta (Jul 18, 2007)

  • New AutoUpdate extension introduced (if you're feeling paranoid=check the source)
  • Language system now autoloads english for strings not updated in other languages
  • Options module updated for AutoUpd function (gui)
  • Main module updated for AutoUpd function (silent, shows changes when new version installed)
  • Optimized options module initialization code
  • Fixed buttonfocus gui inconsistency in options module
  • Fixed set clipboard size gui bug in options
  • Installer now starts transfz per default after silent install (/S for sysadmins)
  • Proper search string handling for non-english search engines
  • Now shows update dialog with latest changes after install/update
  • Global menu latency down by another 100 milliseconds
  • Check for update added to traymenu
  • Current Searchbox hotkey can now be viewed from both traymenu and traytip
  • Current Globalmenu hotkey can now be viewed from both traymenu and traytip
  • UAC dialog support on Vista for autoinstall (silent not possible with UAC enabled)
  • Serious tooltip-event-loop flaw has been fixed -transfz now effectively uses 0% cpu when dormant
  • Engine change - program speed up and size brought down by use of dynamic plugin/ext. association
  • Installer updated to NSIS