Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: TurtleMeds/albert-python-plugins
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: albertlauncher/python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 10 files changed
  • 3 contributors

Commits on Jun 21, 2025

  1. [bitwarden] Fix freeze when triggering bitwarden (albertlauncher#221)

    A freeze can be observed when triggering the bitwarden plugin.
    This seems to occur the second time `query.add` is called.
    To fix this issue the same logic as the `kill` plugin is used: Add all
    items to a local array before finally adding this using `query.add`
    
    This fixes albertlauncher#215
    
    Signed-off-by: Darrel Griët <dgriet@gmail.com>
    MagneFire authored Jun 21, 2025
    Configuration menu
    Copy the full SHA
    79969a6 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2025

  1. Configuration menu
    Copy the full SHA
    a57b6e6 View commit details
    Browse the repository at this point in the history
  2. [vscode_projects] Add plugin

    Provide a search of VSCode recent files and its Project Manager extension
    
    * [vscode_projects:1.1] Upgrade the interface version to 2.2
    * [vscode_projects:1.2] Always add action to open workdir through VSCode
      If terminal command is specified, it becomes the default action while allowing
      the user to still open the workdir using default VSCode action without running
      through terminal
    * [vscode_projects:1.3] Use new Matcher introduced in interface version 2.3
    * [vscode_projects:1.3] Remove unnecessary slashes in the icons url
    * [vscode_projects:1.3] Use cached iconUrls when building the standard item result
    * [vscode_projects:1.4] Normalize paths. Resolve symlinks to make sure only unique results are returned
    * [vscode_projects:1.5] Update to interface version 2.4
    * [vscode_projects:1.6] Provide project tags in the subtext
    * [vscode_projects:1.6] Update plugin to interface version 3
    * [vscode_projects:1.7] Fix caching and action text
    * [vscode_projects:1.8] Drop string normalization in favor of native Matcher
    * [vscode_projects:1.9] Optimize adding items to query
    Sharsie authored Jun 30, 2025
    Configuration menu
    Copy the full SHA
    cb6326c View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2025

  1. Configuration menu
    Copy the full SHA
    ab649e7 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2025

  1. [syncthing] v3

    - Drop PyPi dependendencies
      `syncthing` is broken for years. `syncthing2` simply fixes the silly dependency issue but is still heavily outdated.
    - Add pause/resume folder action (was not available in the PyPi pkgs)
    - Show exceptions as item in trigger query handler
    - Visualize paused devices/folders with desaturated icons
    ManuelSchneid3r committed Jul 17, 2025
    Configuration menu
    Copy the full SHA
    7b0c532 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2025

  1. Split modules

    ManuelSchneid3r committed Jul 26, 2025
    Configuration menu
    Copy the full SHA
    f10c789 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2025

  1. Update README.md

    ManuelSchneid3r authored Aug 7, 2025
    Configuration menu
    Copy the full SHA
    7a1612c View commit details
    Browse the repository at this point in the history
Loading