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: moson-mo/pacseek
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.7.11
Choose a base ref
...
head repository: moson-mo/pacseek
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.8.0
Choose a head ref
  • 7 commits
  • 14 files changed
  • 1 contributor

Commits on Nov 21, 2023

  1. feat: add {optdepends} replacement for commands

    Allows users to pass a list of optional dependencies
    to the install command.
    
    This could be combined with a script to prompt for installation
    of any of those optional dependencies.
    
    Signed-off-by: moson-mo <mo-son@mailbox.org>
    moson-mo committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    12385a4 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump dependencies

    Signed-off-by: moson-mo <mo-son@mailbox.org>
    moson-mo committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    a7145db View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. feat: show installed state for dependencies

    Display installed indicator next to the dependency name
    if any providers are installed
    
    Signed-off-by: moson-mo <mo-son@mailbox.org>
    moson-mo committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    9b4426a View commit details
    Browse the repository at this point in the history
  2. feat: add option to separate deps listing by newline

    When enabled, dependencies will be separated with a new line
    instead of a comma.
    
    Signed-off-by: moson-mo <mo-son@mailbox.org>
    moson-mo committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    61b0012 View commit details
    Browse the repository at this point in the history
  3. fix: set default glyph style

    This is needed when there is no config file (e.g. new install),
    otherwise glyphs won't be shown for first startup.
    
    Signed-off-by: moson-mo <mo-son@mailbox.org>
    moson-mo committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    274991e View commit details
    Browse the repository at this point in the history
  4. chore: change field order in package details

    Signed-off-by: moson-mo <mo-son@mailbox.org>
    moson-mo committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    6d2fa6e View commit details
    Browse the repository at this point in the history
  5. update: bump to v1.8.0

    Signed-off-by: moson-mo <mo-son@mailbox.org>
    moson-mo committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    cde6789 View commit details
    Browse the repository at this point in the history
Loading