Camel1965

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

CopyQ 11.0.0

Zaloguj lub Zarejestruj się aby zobaczyć!



  • Adds support for dark/light window title scheme.
  • New frameless_window option (
    Zaloguj lub Zarejestruj się aby zobaczyć!
    ) toggles the main window frame and title
    bar (if supported by the window manager):
    copyq toggleConfig frameless_window


  • Adds support for localizing command names in the command INI files (
    Zaloguj lub Zarejestruj się aby zobaczyć!
    ):
    [Command]
    Name = ...
    Name_cs = ...
    Name_fr = ...
    Name_pt_BR = ...
    Name_pt = ...


  • Adds support for showing preview for more image formats
    (namely ico and webp).
  • Adds support for more complex network requests in scripts. New
    NetworkRequest class can be used to set custom headers, HTTP method, number
    of allowed redirects and timeout.

Changed​


  • Avoids hiding the main window on backspace (
    Zaloguj lub Zarejestruj się aby zobaczyć!
    ).
  • Enables Vi/Emacs navigation (
    Zaloguj lub Zarejestruj się aby zobaczyć!
    ) in menus, and Ctrl+[ in Vi and Ctrl+G
    in Emacs to work in many other places as Esc key (for example, to hide menus,
    dialogs). Users can override shortcuts, but not some reserved ones in
    specific cases (mainly, if the item list or a menu has focus).
  • Selections and current items/rows/data in scripts now only relate to the
    tab selected with tab(...) in scripts (this is still by default the
    selected tab when the command started). Affected script functions:
    • move()
    • setData()
    • removeData()
    • selectedItems()
    • selectedItemData()
    • setSelectedItemData()
    • setSelectedItemsData()
    • currentItem()
    • ItemSelection().current()
  • Drops unnecessary timeouts when executing commands and actions from scripts.
  • Avoids fetching and passing clipboard to action()/execute() if the
    commands do not contains %1 placeholder. This can improve performance.
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

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

CopyQ 13.0.0

Added

  • Windows: Preferences now include auto-start option, previously available only
    in the installer.

Changed

Fixed

Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

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

CopyQ 15.0.0

Added

  • CSS properties for pinned/notes indicator color and width. See
    Zaloguj lub Zarejestruj się aby zobaczyć!
    .
    ItemPinned { qproperty-pinnedIndicatorColor: rgba(0, 0, 255, 128); }
    ItemPinned[CopyQ_selected="true"] {
    qproperty-pinnedIndicatorColor: rgba(255, 204, 0, 255);
    }
    ItemNotes { qproperty-notesIndicatorColor: rgba(100, 200, 100, 180); }
    ItemNotes { qproperty-notesIndicatorWidth: 24; }

  • One Dark theme. Thanks to
    Zaloguj lub Zarejestruj się aby zobaczyć!
    (Javier Tia).
  • Diagnostic information in About dialog and version output for easier
    troubleshooting.
  • Script function stats() now includes per-process memory information.

Changed​

  • "Show under mouse cursor" shortcut now hides the window if it is already
    visible (
    Zaloguj lub Zarejestruj się aby zobaczyć!
    ).
  • Updated icon font to Font Awesome 7.2.0.
  • Dropped private Qt header usage (replaced with public QNativeInterface API).
    Note for packagers: The application no longer links against private Qt
    headers, so it does not need to be rebuilt on Qt minor version updates.
  • Dropped support for unmaintained Qt 5 version of the app.
  • Improved performance of scripts.

Fixed​

  • Fixed blank items appearing in search results.
  • Fixed rounded item corners showing wrong background color.
  • Fixed item background rendering on some systems and themes (
    Zaloguj lub Zarejestruj się aby zobaczyć!
    ).
  • Fixed item vertical misalignment (missing top margin).
  • Fixed tray icon not showing before encryption password prompt (
    Zaloguj lub Zarejestruj się aby zobaczyć!
    ).
  • Fixed tray menu not showing on Wayland when triggered via shortcut (
    Zaloguj lub Zarejestruj się aby zobaczyć!
    ).
  • Fixed version string (
    Zaloguj lub Zarejestruj się aby zobaczyć!
    ).
  • Fixed crash when accessing invalid ItemSelection.
  • Fixed item scrollbar colors.
  • Fixed a memory leak in clipboard monitor process and other long running
    client processes.
  • Windows: Excludes unnecessary test executable and some libraries from
    installer and portable zip.
Zaloguj lub Zarejestruj się aby zobaczyć!
 
Do góry