Html SymboliZe Changelog

What's new in Html SymboliZe 2.0.4

Jul 30, 2013
  • hsz.py:
  • (decode): fixed an incorrect reference of `self.debug' to `defs.debug'

New in Html SymboliZe 2.0.3 (Jul 19, 2013)

  • hsz.py:
  • main: adding command-line parsing functionality--uses python's implementation of `getopt'. Added a `main' function.
  • Added support for the user to be able to specify whether or not to disable the maximize ability of the window--by default, maximizing is enabled.
  • revised a few loose ends here and there--removed the last `_' from the `version' variable. Added a new variable to `defs'
  • Fixed a bug that prevented users from decoding encoded strings while in `Debug mode'. Lol, kind of funny really, you see, the Linux version uses unicode characters in its debug-info--and apparently--when I ported the Linux version to Windows, the thought never occured to me that Windows might have trouble with unicode characters. I swapped the unicode characters for their traditional non-unicode counter-parts.

New in Html SymboliZe 2.0.1 (Jul 11, 2013)

  • sz.py (imports): moved all imports to the start of the file
  • (class version): renamed `__duh__' to the more descriptive `version_'.
  • (MainWindow): added a style definition--removes the ability to maximize the window: `style=wx.DEFAULT_FRAME_STYLE - wx.MAXIMIZE_BOX':
  • added a key-shortcut thingy for `self.m_Stat' in the `debugmenu' (`self.m_Stat' shows up in the debug menu thingy as `Show Stats')
  • added a new menu-item `Update Stats' to the `debugmenu'
  • (OnUpStat +): defined new method for updating `Stats'

New in Html SymboliZe 2.0.0 (Jun 21, 2013)

  • hsz.py (aboutmenu += m_Bugs; OnBugs +): New menu item, contains contact info
  • ond, one): renamed to OnD and OnE, respectively.
  • decode +- transcode.decode, sfilter +- transcode.processor, encode +- transcode.encode; OnD, OnE, OnClear): Fixed a bug that prevented the decode button from clearing the text area's contents when said contents consisted of--at least--a single space.
  • license +- info.license, version +- info.version, Version, License): provide the same support for hsz.py that info.py provided.
  • lookfor): No longer requires external python modules (wxPython is still a dependency).
  • Added lots of comments.
  • OnStat; defs +): Replaced most instances of True, False, or debug (in the context of determining whether to print debugging info) with defs.debug

New in Html SymboliZe 1.12pre_delta.0 (Jun 5, 2013)

  • Moved from BSD licensing to GPLv3 licensing
  • Icon now works, but is different than the icon used in the Linux/Unix version.

New in Html SymboliZe 1.12c.0 (Jun 4, 2013)

  • Fixed the decode button size issue.

New in Html SymboliZe 1.12b.0 (Jun 4, 2013)

  • Added better undo/redo support (greying out support)
  • Added clear to edit menu
  • Added Cut, copy and paste menuitems to the edit menu.
  • Added debug submenu to the Help menu
  • Added stats to the debug submenu
  • Polished the GUI some more.
  • Decode button is slightly bigger than Encode button.

New in Html SymboliZe 1.11.2_rc1 (Jun 4, 2013)

  • Added edit menu to GUI
  • added undo to edit menu
  • added redo to edit menu
  • Redesigned About message dialog.
  • license doesn't look right in about dialog.

New in Html SymboliZe 1.11.1.d1 (Jun 4, 2013)

  • Fixed the broken windows:steps links in the README.html file.
  • Updated the windows:steps so that they now refer to hsz's gui as hsz and not xhsz.

New in Html SymboliZe 1.11.1 (Jun 4, 2013)

  • Addressed weird gui bug issue thingy

New in Html SymboliZe 1.11.1_rc2 (Jun 4, 2013)

  • Removed VERSION.txt
  • New versioning schema.
  • Rewrote README.txt using asciidoc
  • README.html
  • Removed TODO.txt for now.

New in Html SymboliZe 1.11.1.s0.d0 (Jun 4, 2013)

  • Added a TODO.txt
  • Revised Versioning Schema.
  • Added a VERSION.txt, which contains the current versioning schema

New in Html SymboliZe 1.11.d1.1 (Jun 4, 2013)

  • wxpython setup file removed completely
  • python2.7.5 setup file removed completely
  • updated the README.txt to reflect these changes

New in Html SymboliZe 1.11.1 (Jun 4, 2013)

  • Just realized that I neglected to add a wxpython setup file and a python2.7 setup file to the release(s) like I said I would, my bad.
  • wxpython setup file added.
  • python2.7.5 setup file added.

New in Html SymboliZe 1.11 (Jun 4, 2013)

  • fixed a bug that affects the Unix/Linux version more than the Windows, but if I ever do add command-line support to the windows version, it would then affect the Windows version as well, so this is more of a pre-emptive bugfix than anything else.