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: s1n7ax/nvim-window-picker
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.1
Choose a base ref
...
head repository: s1n7ax/nvim-window-picker
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.3
Choose a head ref
  • 16 commits
  • 17 files changed
  • 5 contributors

Commits on Jul 28, 2023

  1. add ability to configure colors with highlight groups (#57)

    * fix: global highlights are overridden on pick
    
    * fix: hl set by nvim API is not applied
    
    * fix: lint issues
    s1n7ax committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    57cf8cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    886f541 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    944c2fc View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2023

  1. Configuration menu
    Copy the full SHA
    e65f2c4 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 2.0.2

    s1n7ax committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    ead28ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    82f9032 View commit details
    Browse the repository at this point in the history
  4. fix: release 2.0.2 in manifest

    Release-As: 2.0.2
    s1n7ax committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    b0eed25 View commit details
    Browse the repository at this point in the history
  5. chore(main): release 2.0.2 (#62)

    * chore(main): release 2.0.2
    s1n7ax committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    1b1bb83 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2023

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

Commits on Dec 16, 2023

  1. Configuration menu
    Copy the full SHA
    41c4677 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f32f4f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    794fd5e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7c936dd View commit details
    Browse the repository at this point in the history
  5. fix(floating-big-letter): calculate max width (#74)

    Instead of calculating width based on 2nd index of a line, we calculate
    it based on the longest length instead. Without it, we have rendering
    issues on "wide" characters being forcibly wrapped.
    
    This enables future support of custom fonts via `figlet` or `toilet`.
    
    Fixes: #69
    lamchau committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    154b2c4 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2023

  1. chore: release 2.0.3

    Release-As: 2.0.3
    s1n7ax committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    06f2949 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 2.0.3 (#76)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    41cfaa4 View commit details
    Browse the repository at this point in the history
Loading