Changelog

Version 0.7-beta1 (29th Sept 2008)

Submitted by Matthew Smith on Mon, 2008-09-29 12:48.
  • New feature: Multiple accounts
  • New feature: Assistance to user in filling out location/server details, depending on which CMS or blog service is in use
  • Build system: Ability to disable the use of QPlainTextEdit if it is present (as in Qt 4.4), as that class has the same "scroll bug" as earlier versions of QTextEdit
  • Bug fix: Tenth entry in Recent Files menus now has hotkey 0, not 1 as before

Version 0.6.3 (8th June 2008)

Submitted by Matthew Smith on Sun, 2008-06-08 19:31.
  • New feature: recent files menu in both the system tray icon and each window
  • New feature: two new D-Bus signals, quickpostTemplatesUpdated and
    quickpostTemplateTitlesUpdated
  • Bug fix: use double newlines when pasting text as Blockquotes
  • Bug fix: strips out extra newlines when pasting text as lists
  • Bug fix: proportions of the two sides of the quickpost template dialog set correctly
  • Build system: now use a CMake configure_file command to generate qtm_version.h (had not been generating properly on Mac for some reason)
  • Build system: now uses full paths for all generated files, to facilitate out-of-source builds
  • Build system: all generated files included in "make clean" list
  • Read more »

Version 0.6.2 (17th May 2008)

Submitted by Matthew Smith on Sat, 2008-05-17 18:35.
  • New feature: D-Bus interface, allowing other applications to open new and saved entries and trigger Quickpost
  • Bug fix: Fix to a typo which was preventing new entries from opening on startup when the checkbox in the system-tray icon menu was marked.

Version 0.6.1 (14th May 2008)

Submitted by Matthew Smith on Wed, 2008-05-14 12:40.
  • New feature: now includes user agent string when making HTTP requests, so that QTM shows up in web server statistics
  • Improvement: now uses a QPlainTextEdit on Qt 4.4, rather than the heavier old QTextEdit, as console and editor widgets
  • Search widget: can now interact with a QPlainTextEdit as well as an old QTextEdit
  • Build system: building universal binaries no longer the default as it is really only necessary for distributors, not end users building from source
  • Build system: version number now inserted into the program dynamically, using a define in a header built by a shell script/batch file
  • Bug fix: stopped loading of system-try icon image on the Mac, where it is not displayed

Version 0.6.0.1 (28th April 2008)

Submitted by Matthew Smith on Mon, 2008-04-28 11:36.
  • Compatibility: Restored Qt 4.2 compatibility by removing layout features specific to Qt 4.3, which had been inserted by Qt Designer. Anyone who is using Qt 4.3, such as if you are using a recent Linux distribution, does not need this upgrade.

Version 0.6 (23rd April 2008)

Submitted by Matthew Smith on Wed, 2008-04-23 00:49.

(Note: this includes changes which appeared in the beta) Read more »

  • New feature: QTM now saves blog and category lists in an XML file from session to session, saving the delay of fetching them several times in a session
  • Installer: New Windows installer
  • New feature: Opening files by specifying them on the command-line when starting QTM
  • New feature: Ability to quickpost articles downloaded through HTTPS as well as HTTP (requires Qt 4.3, doesn't work on Windows, at least not out of the box)
  • Compatibility: Removed regex searching on Qt 4.1, because that version of Qt doesn't support searching a text document (QTextDocument) using regular expressions
  • User interface: New yellow system-tray icon displayed while quickpost is in progress (Windows only)

Version 0.5.90 or 0.6 beta 1 (7th April 2008)

Submitted by Matthew Smith on Sun, 2008-04-06 20:28.
  • Installer: QTM now has a Windows installer
  • New feature: QTM now saves blog and category lists in an XML file from session to session, saving the delay of fetching them several times in a session
  • New feature: QTM can now open files specified on the command line in Windows or Unix/X11 (not, to my knowledge, on the Mac)
  • Compatibility: Removed regex searching on Qt 4.1, because that version of Qt doesn't support searching a text document (QTextDocument) using regular expressions

Version 0.5.8.2 (24th Feb 2008)

Submitted by Matthew Smith on Sun, 2008-02-24 13:18.
  • Bug fix: Sorts categories in the selectors in proper alphabetical order, rather than with uppercase first as before
  • User interface improvement: When a new window is displayed, the keyboard focus goes to the title entry box
  • Build system: Allowed out-of-source builds, such as using a "build" subdirectory (patch by Patryk Cisek)

Version 0.5.8.1 (18th Feb 2008)

Submitted by Matthew Smith on Mon, 2008-02-18 21:55.
  • Bug fix: A bug in the search bar API, which meant that when the expert search capability was disabled, the function was not turned off; instead, the "Expert search" check-box was hidden, leaving expert search on with no means for the user to turn it off.

Version 0.5.8 (15th Feburary 2008)

Submitted by Matthew Smith on Sat, 2008-02-16 00:41.
  • New feature: A search bar, similar to that in Firefox (but actually largely derived from Qt Assistant), which also supports regular expression searching
  • Bug fix: When loading entries from files, now displays the blog name in the selector rather than its ID.