Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
44491
Reakcje/Polubienia
36755
CopyQ 4.0.0
Features
  • Synchronization plugin newly keeps order of new items consistent between
    multiple application instances (
    Zaloguj lub Zarejestruj się aby zobaczyć!
    ). Newly added items in one instance
    will appear at the top of other instances.
  • Search now finds separate words if regular expressions are disabled (
    Zaloguj lub Zarejestruj się aby zobaczyć!
    ).
    Searching for "foo bar" will find items containing both "foo" and "bar" and
    the relative position of words no longer matter.
  • System notification popups are now used instead of own implementation.
  • Item rows in main window and tray menu are now indexed from one instead of
    zero by default (
    Zaloguj lub Zarejestruj się aby zobaczyć!
    ). This can be reverted to the old behavior using
    command copyq row_index_from_one false.
  • A tag can be marked as "locked" in configuration. Items with such tags cannot
    be removed until the tag is removed or "unlocked".
  • Command line completion for bash (
    Zaloguj lub Zarejestruj się aby zobaczyć!
    ). Thanks, Jordan!
  • History combo box is focused when Action dialog opens to easily recall recent
    commands. Note: Focusing combo boxes is not supported on macOS.
  • Web plugin has been completely dropped (unmaintained with performance and
    possible security problems). Simple HTTP rendering is still supported by Text
    plugin.
  • Advanced option window_paste_with_ctrl_v_regex to change default paste
    shortcut Shift+Insert to Ctrl+V for specific windows (only on Windows and
    Linux/X11). This is regular expression matching window titles.
  • New advanced options allow to set intervals and wait times for copying,
    pasting and window focus:
    • script_paste_delay_ms - delay after paste(), default is 250ms (
      Zaloguj lub Zarejestruj się aby zobaczyć!
      )
    • window_wait_before_raise_ms
    • window_wait_raised_ms
    • window_wait_after_raised_ms
    • window_key_press_time_ms
    • window_wait_for_modifiers_released_ms
  • Format "text/plain;charset=utf-8" is now preferred to "text/plain".
  • FakeVim: Auto-indents when adding new lines.
Scripting
  • New scripting engine. This adds some new functionality, better ECMAScript
    support, improved performance and would allow Qt 6 support in the future.
  • Argument --start-server to both starts the app if not yet running and runs
    a command (
    Zaloguj lub Zarejestruj się aby zobaczyć!
    ). For example, copyq --start-server show would show main
    window even if the app was not started yet.
  • Accessing a missing plugin from script throws an human-readable error and
    show an popup if uncaught (for example, "plugins.itemtags" could throw
    "Plugin itemtags is not installed").
  • Script function setPointerPosition() throws an error if it fails to set the
    mouse pointer position.
  • Fixes for NetworkReply objects to properly fetch data when needed (
    Zaloguj lub Zarejestruj się aby zobaczyć!
    ).
    Script functions networkGet() and networkPost() now wait for data to be
    fetched. New script functions networkGetAsync() and networkPostAsync()
    can be used to make asynchronous network request. Property
    NetworkReply.finished can be used to retrieved completion status of a
    request.
  • New script function styles() to list possible application styles and option
    style to override the default or current style.
Platforms
  • Wayland support, notably clipboard access and window size restoring.
  • Windows: Builds are now 64bit (built by Visual Studio tools).
  • Linux: Selecting the app icon in the desktop environment using the installed
    entry in the application menu or launcher, shows main window immediately.
    Previously, the app started silently in tray or minimized state.
  • Linux/X11: Fixes copying from VirtualBox (
    Zaloguj lub Zarejestruj się aby zobaczyć!
    ).
  • macOS: Fix version information (
    Zaloguj lub Zarejestruj się aby zobaczyć!
    ).
User Interface
  • The default theme is kept consistent with system theme (
    Zaloguj lub Zarejestruj się aby zobaczyć!
    ). This also
    allows to use new special placeholders like default_bg and default_text
    in custom style sheet files.
  • Command dialog always shows the command type at top.
  • Updated icons (Font Awesome 5.15.3).
  • FakeVim: Command line not supports better text interaction (select, copy,
    cut, paste).
Fixes
  • Fix crashed with some custom system themes (
    Zaloguj lub Zarejestruj się aby zobaczyć!
    ).
  • Fix importing old saved tabs/configuration (
    Zaloguj lub Zarejestruj się aby zobaczyć!
    ).
  • Fix trailing spaces in copied commands.
  • Fix filtering shortcuts in preferences.
  • Fixes for window geometry restoring.
  • Tray menu items are updated only just before the menu is shown.
  • Avoid storing "text/richtext" by default since displaying of this format is
    not supported.
  • Better performance when updating synchronized items.
  • Various appearance and theme fixes (
    Zaloguj lub Zarejestruj się aby zobaczyć!
    ).
Various
  • Code base now follows C++17 standard.
  • GitHub Actions now continuously build and test for Linux and macOS, and
    provide development builds for macOS.
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
44491
Reakcje/Polubienia
36755
CopyQ Portable 4.1.0
April 23, 2021
  • Old notification system can now be used instead of native/system notifications (#1620). This can be disabled in Notifications tab in Preferences.
  • Additional configuration file for notifications will not be created automatically (#1638).
  • In scripting, console object can be used for logging, measuring elapsed time and asserting conditions.
  • Plugins.itempinned.mimePinned contains item data format for pinned items (item is pinned if it contains the format).
  • Command completion menu contains more complete list of script objects/function and better description.
  • Action dialog command, action() and commands (if "Content"/filter regular expression is unset) now do not replace %2 through %9. This allows passing URLs without requiring to escape encoded characters like %20 or %3A.
  • Syntax highlighting for hexadecimal and boolean values in the command editor.
  • Fix moving the main window to different display/screen (#1624).
  • Windows: Native notifications are disabled on Windows 7 (#1623). This fixes crash because of unsupported features.
  • Windows: Fixed crash when loading some themes (#1621).
  • Wayland: Restores last stored geometry for a window (since getting current screen does not work).
  • MinGW Windows builds are available again (without native notification support).


Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
44491
Reakcje/Polubienia
36755
CopyQ 5.0.0
  • Search matches similar accented characters (
    Zaloguj lub Zarejestruj się aby zobaczyć!
    ). For example, searching
    for "vacsina" would also show items containing "väčšina".
  • If the clipboard tab is renamed, clipboard will be still stored in the
    renamed tab. Similarly if a specific tab is set for tray menu. This basically
    modifies clipboard_tab, tray_tab options when renaming tabs.
  • New predefined command to clear the current tab.
  • Tabs can be reordered in Preferences (in addition to tab bar/tree).
  • Tabs can be reordered from command line or a script. For example:
    copyq 'config("tabs", ["&clipboard", "work", "study"])'

  • New buttons can move commands, tabs and plugins in configuration to top and
    bottom with a single click. This previously required dragging item to the
    top/bottom or multiple clicks on the move up/down buttons.
  • Script function dialog() supports non-editable combo box. For example:
    var choice = dialog('.combo:Select', ['a', 'b', 'c'])

  • Script function dialog() restores last position and size of dialog
    windows with matching title (set with .title).
  • Syntax highlighting for more script keywords.
  • New script class ItemSelection allows more powerful, consistent, safe and
    fast handling of multiple items. Examples:
    // move matching items to the top of the tab
    ItemSelection().select(/^prefix/).move(0)

    // remove all items from given tab but keep pinned items
    ItemSelection(tabName).selectRemovable().removeAll();
Changed
  • Simpler lock file mechanism is used instead of a system semaphore and shared
    memory lock (
    Zaloguj lub Zarejestruj się aby zobaczyć!
    ). This allows to support more platforms.
  • Editor font from Appearance settings is used for the edit widget in Command
    and Action dialogs (
    Zaloguj lub Zarejestruj się aby zobaczyć!
    ).
  • Theme does not modify the scrollbar in item list by default (
    Zaloguj lub Zarejestruj się aby zobaczyć!
    ).
Removed
  • Windows: Migrating old configuration from registry to file format is no
    longer supported.


Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
44491
Reakcje/Polubienia
36755

CopyQ 6.0.0​

January 1, 2022
  • Added:
  • Native notifications now have lower urgency if the display interval is less than 10 seconds. This makes clipboard change notification less intrusive.
  • Preview dock can be focused with Tab key (#1826). Escape, Tab or Shift+Tab returns focus back to the item list.
  • All options are now documented/described when using command copyq config.
  • Command editor now supports highlighting multi-line strings enclosed by backticks (#1845).
  • New option to disable restoring window/dialog geometry (app needs to be restarted after changing the option):
  • copyq config restore_geometry false
  • macOS: New option to enable native tray menu (#1652):
  • copyq config native_tray_menu true
  • Support for building the source code with Qt 6 framework.
  • Changed:
  • While search bar is focused, pressing Down or PageDown key now selects next item without focusing the item list (#1834).
  • Internal commands (like ""Show/hide main window", Pin/Unpin, Encrypt/Decrypt) will now be automatically updated in following application releases or whenever the language changes. The side-effect is that only icon, shortcuts,enabled state and list order can be changed for these commands. Old internal commands added in previous versions (5.0.0 and lower) of the app need to be
  • removed manually.
  • Increases the default delay for storing changed clipboard owner. This can help save correct window title for new clipboard content when the window is closed right after the copy operation. The delay can be changed using:
  • copyq config change_clipboard_owner_delay_ms 500 The application version now excludes the "v" prefix in UI and CLI.
  • Log Qt warnings by default (at Warning log level messages).
  • Linux: Other data formats are now stored for primary selection so as to support some automatic commands properly (for example, ignore selection when it contains a special format). Images and non-plain text formats are still ignored for performance reasons.
  • Fixed:
  • Drag'n'drop operations are now properly ended (#1809).
  • Main window will now open only inside the visible screen area (#1768).
  • "Clear Current Tab" command will no longer show a message dialog if there are pinned items (#1823).
  • Improves initial size for native tray menu.
  • Fixes removing backup file for old commands configuration.
  • Fixes broken item selection state (#1828).
  • Fixes hiding main window immediately when shown. This can be caused by long animations in window manager.
  • Further performance improvements for logging, application startup and file synchronization.
  • Linux: Native status icon (using D-Bus) is used by default instead of the legacy tray icon. Application start delay/sleep hacks should no longer be needed (#1526).
  • Wayland: Improved clipboard access.
  • Wayland: Fixes selection/clipboard synchronization.
  • Windows: Any application instance is now closed automatically before installation.
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
44491
Reakcje/Polubienia
36755

CopyQ 6.1.0​

March 6, 2022
  • Added:
  • Users can now customize shortcuts for the built-in editor (#708).
  • Users can now set default style sheet for HTML items to override for example color for hyperlinks with a { color: lightblue } (#1859). The new settings can be found under Item configuration tab under Text sub-tab.
  • Changed:
  • Window geometry (size and position) restoring is now simpler: The app sets
  • geometry only initially and when the current screen/monitor changes.
  • The mouse cursor position indicates the current screen. In case the app
  • cannot inspect the mouse pointer position (for example on some Wayland
  • compositors), it is left up to the window manager to decide to move the window to another screen.
  • Users can still disable the automatic geometry by running the following
  • command (in Action dialog or terminal) and restarting the app:
  • copyq config restore_geometry false
  • Fixed:
  • Fixes moving items in synchronized tabs after activating them from the
  • context menu (#1897).
  • Windows: Fixes tray icon tooltip (#1864).
  • Windows: External editor command now treats native path separators properly
  • (#1894, #1868).
  • Wayland: Fixes using correct window title icon (#1910).
  • Wayland: Fixes retrieving UTF-8 encoded text from selection in environments
  • which supports it.
  • Wayland: Fixes restoring window size without breaking window position (window
  • position cannot be set in most or all Wayland compositors).
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
44491
Reakcje/Polubienia
36755

CopyQ 6.2.0

Added

  • Tabs can now load at least some items from a partially corrupted data file
    dropping the rest of the items.
  • Simpler and safer data saving uses Qt framework (QSaveFile).
  • New Settings class in scripts can be used to manage INI configuration
    files (
    Zaloguj lub Zarejestruj się aby zobaczyć!
    ).

Changed

  • Obscure untested Save button has been removed from Action dialog.

Fixed

  • Fixes restoring window geometry in a loop (
    Zaloguj lub Zarejestruj się aby zobaczyć!
    ).
  • Fixes converting internal byte array representation in scripts in some rare
    cases.
  • Fixes tray menu appearance to follow the configuration (
    Zaloguj lub Zarejestruj się aby zobaczyć!
    ).
  • The search history popup menu for will be closed if mouse wheel scrolls and
    mouse pointer is outside the menu (
    Zaloguj lub Zarejestruj się aby zobaczyć!
    ).
  • macOS: Fixes pasting (
    Zaloguj lub Zarejestruj się aby zobaczyć!
    ).
  • Windows: Fixes exiting the app on logout (
    Zaloguj lub Zarejestruj się aby zobaczyć!
    ).
  • Windows: Workaround to treat native path separators properly and not as
    special escape characters.
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
44491
Reakcje/Polubienia
36755

CopyQ 8.0.0

Added
  • Tab item limit has been increased to 100,000 (
    Zaloguj lub Zarejestruj się aby zobaczyć!
    ).
  • New macOS builds for M1/arm64 architectures are available (
    Zaloguj lub Zarejestruj się aby zobaczyć!
    ).
  • New Debian/Raspbian builds for arm/arm64 architectures are available.
  • Allows overriding item activation using paste().
  • Allows overriding script functions to handle some events: items
    added/removed/changed (onItemsAdded(), onItemsRemoved(),
    onItemsChanged()), tab items loaded (onItemsLoaded()), tab selected
    (onTabSelected()) (
    Zaloguj lub Zarejestruj się aby zobaczyć!
    ).
  • Allows to cancel removing items by overriding onItemsRemoved() script
    function. If the exit code is non-zero (for example fail() is called),
    items will not be removed. But this can also cause a new items not to be
    added if the tab is full.
  • Allows overriding current clipboard owner (currentClipboardOwner()) used by
    the clipboard monitor process. By default it uses currentWindowTitle().
  • Allows using Ctrl+C to copy items even if search entry box is focused unless
    it has a selection (
    Zaloguj lub Zarejestruj się aby zobaczyć!
    ).
  • Linux: Adds build option to disable X11 support (cmake -DWITH_X11=OFF ...)
    (
    Zaloguj lub Zarejestruj się aby zobaczyć!
    ).
  • Linux: Adds build option to disable autostart which is useful mainly for
    Flatpak builds (
    Zaloguj lub Zarejestruj się aby zobaczyć!
    ,
    Zaloguj lub Zarejestruj się aby zobaczyć!
    ).

Changed

  • Windows binaries (which are 64 bit) are now by default installed to "Program
    Files" instead of incorrect "Program Files (X86)". After installing the new
    version, the old path must be manually removed.
  • Windows and macOS builds are now based on newer Qt 6.
  • Avoids accessing clipboard from password managers (
    Zaloguj lub Zarejestruj się aby zobaczyć!
    ,
    Zaloguj lub Zarejestruj się aby zobaczyć!
    ,
    Zaloguj lub Zarejestruj się aby zobaczyć!
    ). This
    disallows storing and processing such data. Specifically, the clipboard is
    ignored if it contains following data: Clipboard Viewer Ignore on Windows,
    application/x-nspasteboard-concealed-type on macOS,
    x-kde-passwordManagerHint with secret value on Linux.
  • Large data items in tabs are now stored in separate location unless
    Synchronize or Encryption plugins are active for the tab. This allows storing
    more items in tabs while using less memory. The data path can be printed via
    copyq info data command and overridden using COPYQ_ITEM_DATA_PATH
    environment variable. To disable this functionality use copyq config item_data_threshold -1 - the default value is 1024 and items larger than
    this amount of bytes are stored in the separate location.
  • Command dialog now shows advanced properties for built-in commands allowing
    to copy the command line to set global shortcut in system.
  • Global shortcuts are now also visible in menus (
    Zaloguj lub Zarejestruj się aby zobaczyć!
    ).
  • Avoids pasting all image formats as new item.
  • Display commands are now applied to tray menu items too.
  • Linux: Last stored text item is updated from any new mouse selection only if
    the item content matches the start or the end of the selection (but not the
    middle like previously). This may avoid some unexpected item updates.
  • Updates icon font from Font-Awesome 6.5.1.

Fixed

  • Fixes drag'n'drop ordering for plugins and commands. This could have caused a
    missing icon, app crash or various inconsistencies.
  • Fixes managing keys with gpg 2.1 and above (
    Zaloguj lub Zarejestruj się aby zobaczyć!
    ,
    Zaloguj lub Zarejestruj się aby zobaczyć!
    ).
  • Fixes creating duplicate item with Synchronize plugin when adding a tag for
    example (
    Zaloguj lub Zarejestruj się aby zobaczyć!
    ).
  • Fixes conflicting notes and text with Synchronize plugin (
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
  • Fixes deleted global object after running scripts (
    Zaloguj lub Zarejestruj się aby zobaczyć!
    ).
  • Wayland: Fixes copying images to another app instance.
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
44491
Reakcje/Polubienia
36755
CopyQ 9.0.0
Added
Changed
  • Removes large margins in the tab tree.
  • Single action "Toggle Tag …" replaces the two separate actions "Tag as …" and
    "Remove tag …" for each custom tag (this can make the item context menu a lot
    more compact).
  • Selected items can now be accessed even from commands started from outside
    the app using global commands or from command line.
  • The dialog() script function can now be used for asking Yes/No questions
    without providing any fields. In such case, the function will return true
    instead of undefined after accepting the dialog. For example:
    const remove = dialog(
    '.title', 'Remove Items',
    '.label', 'Do you really want to remove all items?'
    );

    if (!remove)
    abort();

    // remove items ...

  • The execute() script function now throws an exception when command cannot
    be executed instead of returning undefine.
Fixed
  • Includes many performance improvements for working with large amount of items.
  • Fixes triggering menu items by number (
    Zaloguj lub Zarejestruj się aby zobaczyć!
    ).
  • Fixes text color in the internal item editor (
    Zaloguj lub Zarejestruj się aby zobaczyć!
    ).
  • Fixes showing global shortcuts in tray menu (
    Zaloguj lub Zarejestruj się aby zobaczyć!
    ).
  • Fixes passing captured texts to automated commands (
    Zaloguj lub Zarejestruj się aby zobaczyć!
    ).
  • Fixes duplicate synchronized items after tagging or modifying data.
  • Fixes situation when display commands stop updating items.
  • The pre-defined "Move to tab" action will be shown only if the current tab is
    not the same as target tab (
    Zaloguj lub Zarejestruj się aby zobaczyć!
    ). Previously, in such case the item was
    removed unexpectedly.
  • Windows: Detect and ignore secrets from more apps (
    Zaloguj lub Zarejestruj się aby zobaczyć!
    ).
  • Linux: Fixes storing previously synchronized clipboard (
    Zaloguj lub Zarejestruj się aby zobaczyć!
    ).
  • Linux: Fixes storing selection when "Store text selected using mouse" option
    is enabled but "Run automatic commands on selection" is disabled (
    Zaloguj lub Zarejestruj się aby zobaczyć!
    ).
  • Linux: Fixes clipboard synchronization with Qt 6 GUI framework.
  • Linux: Fixes showing tab tree labels with Qt 6 GUI framework.
Zaloguj lub Zarejestruj się aby zobaczyć!
 
Ostatnia edycja:
Do góry