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: catppuccin/tmux
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.0
Choose a base ref
...
head repository: catppuccin/tmux
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.0
Choose a head ref
  • 16 commits
  • 27 files changed
  • 4 contributors

Commits on Aug 5, 2024

  1. fix(ci): disable release-please draft releases (#271)

    When a release is a draft release-please can't find it,
    see googleapis/release-please#1650 for
    more info.
    vdbe authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    90dcb8a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51dde6e View commit details
    Browse the repository at this point in the history
  3. perf: batch tmux show-options (#240)

    * feat: batch tmux show options
    
    * dont check for duplicates
    
    * fix: status modules
    
    * batch and cache build_window_icon
    
    * perf: batch new options
    
    * chore: tmux_batch_setup_module -> tmux_batch_setup_status_module
    vdbe authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    3c6f6f2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    362a306 View commit details
    Browse the repository at this point in the history
  5. feat: error/warning messages on first load (#278)

    `tmux_echo` now uses hooks this allows it to print on the first load. To cleanup the hooks every hook gets a _unique_ number/index, this is _not_ enforced.
    vdbe authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    a2dda02 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Revert "perf: batch tmux show-options (#240)" (#283)

    This reverts commit 3c6f6f2.
    vdbe authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    e2a1043 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Don't add icon separator if there is no icon for a status module (#265)

    Implemented with advice of @vdbe
    
    Co-authored-by: Aleksandr Jakusev <no@email.com>
    j-xella and Aleksandr Jakusev authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    df23892 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. perf: batch tmux show (#288)

    * feat: batch tmux show options
    
    * dont check for duplicates
    
    * fix: status modules
    
    * batch and cache build_window_icon
    
    * perf: batch new options
    
    * chore: tmux_batch_setup_module -> tmux_batch_setup_status_module
    
    * fixup! perf: batch tmux show-options (#240)
    
    Changes the line separator used by tmux_batch from ':' to the ascii unit
    separator
    
    FIXES: #240
    
    * fix: string escaping of `..._tmux_batch_...`
    
    `tmux show -v <option>` returns/prints the escaped value while the value string
    of `tmux show <option>` is not escaped.
    
    FIXES: #281
    vdbe authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    99013fa View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Don't prepend separator before empty window status icons (#270)

    Only works for catppuccin_window_status_icon_enable = yes
    
    Co-authored-by: Aleksandr Jakusev <no@email.com>
    j-xella and Aleksandr Jakusev authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    3860374 View commit details
    Browse the repository at this point in the history
  2. fix: add missing batch options catppuccin_pane{,_active}_border_style

    fix: add missing batch options catppuccin_pane{,_active}_border_style
    vdbe authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    3ffbc37 View commit details
    Browse the repository at this point in the history
  3. refactor: @catppuccin_flavour -> @catppuccin_flavor (#277)

    Most catppuccin ports have adopted the spelling flavor.
    
    `@catppuccin_flavour` is still available but no longer documented and
    `@catppuccin_flavor` takes priority.
    vdbe authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    84a84bd View commit details
    Browse the repository at this point in the history
  4. refactor: catppuccin_window_status{_icon}_enable->`catppuccin_windo…

    …w_status` (#292)
    
    `@catppuccin_window_status_enable` and
    `@catppuccin_window_status_icon_enable` have been merged into
    `@catppuccin_window_status`.
    
    Current configurations will remain to work but receive a warning message of the
    change.
    vdbe authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    41f2cf2 View commit details
    Browse the repository at this point in the history
  5. fix: warning @catppuccin_window_status (#294)

    No longer print warning if `@catppuccin_window_status` is not used
    vdbe authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    9ee1695 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. fix: warning @catppuccin_flavour (#296)

    No longer warn when `@catppuccin_flavor` _and_ `@catppuccin_flavour` are not set
    vdbe authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    a71f3c0 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. fix: escaping in options (#298)

    * fix: escaping in options
    
    * chore: ignore shellcheck warning
    vdbe authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    9b57c20 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. chore(main): release 0.2.0 (#272)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    c26d7b8 View commit details
    Browse the repository at this point in the history
Loading