Parcellite Changelog

What's new in Parcellite 1.1.9

Jan 9, 2015
  • Fixed bug 120, position_history broken. We limit x & y with screen limit -100.
  • Fixed bug 124, Enter does not select entry.
  • Fixed bug 125, Unsolicited error message about xdotool.
  • Added feature request 57, change systray icon.
  • Updated Spanish translation by jcsl.
  • Updated Chinese translation by wenjie.
  • Fixed Bug 123, right-click edit broken.
  • Fixed unsolicited error message on startup (related to bug 125).
  • Cleaned up many warnings. Note to self: use env CFLAGS=-Wall ./configure --prefix=/usr/local
  • Initial attempt at fixing bugs 129/137/133 - unable to copy files in file manager & text deselection.
  • Attempt to clean up 'malformed email address' for Lintin.

New in Parcellite 1.1.7 (Dec 9, 2013)

  • Added remote i386 build and upload to Source Forge.
  • Fixed bug 100, pot doesn’t contain b> entries
  • Updated French translation.
  • Fixed duplicate empty string which causes errors in translations.
  • Final fix for bug 81.
  • Fix Duplicate Edit box when editing keyboard history entries (reported in bug 103 as sidenote).
  • Added Right-click edit option, to directly edit any history item, without it being current selection.
  • Fixed bug 102/feature request 49, low resolution icon.
  • Fixed history containing 0 length items.
  • Added ability to right-click edit each menu item (rather than Alt-E).
  • Fix part 1 of bug 104, Right-click edit with 0 len text results in blank entries on clip.
  • Fix part 2 of bug 104, crashing with right-click edit blank entries.
  • Changed append_item so it is not de-allocating/reallocating memory, instead just repositions entry in list.
  • Fixed two or more action keys having the same key.
  • Fix bug 105, failure to build with libappindicator.

New in Parcellite 0.9.2 (Jan 4, 2010)

  • New:
  • Danish translation (by Kim Jensen).
  • Czech translation (by Miloš Koutný).
  • French translation (by Vincent Coiffier).
  • Romanian translation (by Ovidiu D. Niţan).
  • Changes:
  • Modified action execution code.
  • Removed dependency on pthreads.
  • Clear option clears clipboard and primary contents.
  • Use accessor functions instead direct access (by Javier Jardon).
  • Add missing include statements to silence gcc warnings (by Ludwig Nussel).
  • Clipboard sync cannot be enabled unless both copy and primary are enabled.
  • Empty clipboard and primary recovery no longer overwrites contents of other types.
  • Removes newline characters (’n’) from the history menu entries (by Daniel Di Marco).

New in Parcellite 0.9.1 (Mar 18, 2009)

  • New:
  • Several new translations.
  • Print primary contents command line option.
  • Clipboard and primary synchronization (by Wolfgang Schnerring).
  • Changes:
  • Updated translations.
  • Eliminated redundant disk activity.
  • Control-click patch for actions menu.
  • Selected items are bumped to the top of the history.
  • Improved (once again) new clipboard/primary contents handling.
  • Piping clipboard contents no longer truncates new line character.
  • New Edit Clipboard dialog. Old dialog had strange behavior under different window managers.

New in Parcellite 0.9 (Nov 21, 2008)

  • New:
  • Confirm clear option.
  • Parcellite menu hotkey.
  • Translated .desktop files.
  • Support for managing x-selection (primary).
  • Hungarian and turkish translation (disabled until tr.po is updated).
  • Prevent empty clipboard. Clipboard/Primary contents are backed up and recovered if they ever become NULL.
  • Changes:
  • Fixed/updated daemon mode.
  • Changed preferences dialog.
  • Changed actions preferences to use GtkTreeView's built in editing mode.
  • Fixed bug with icon showing up in --no-icon mode when you execute an action.
  • Fixed parcellite-startup.desktop to include "Type=Application" to prevent desktop-file-validate from failing.