8000 Comparing v1.0.0...v1.1.0 · famiu/feline.nvim · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.
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: famiu/feline.nvim
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0
Choose a base ref
...
head repository: famiu/feline.nvim
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.0
Choose a head ref
  • 6 commits
  • 6 files changed
  • 3 contributors

Commits on Feb 13, 2022

  1. chore: yank master -> develop (#198)

    Co-authored-by: Famiu Haque <famiuhaque@protonmail.com>
    lukas-reineke and famiu authored Feb 13, 2022
    Configuration menu
    Copy the full SHA
    4f5afbc View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2022

  1. Configuration menu
    Copy the full SHA
    2c26a34 View commit details
    Browse the repository at this point in the history
  2. fix: allow reloading feline configuration (#231)

    Previously, Feline configuration couldn't be reloaded due to the custom providers from the previous configuration being cached, causing an error if a provider with the same name was in the new configuration as well. This commit fixes that by unloading the feline providers Lua module before loading it, to prevent its values from being cached.
    
    Closes #229
    famiu authored Mar 11, 2022
    Configuration menu
    Copy the full SHA
    28ee9b8 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2022

  1. feat: allow updating providers through triggers (#232)

    Providers can now be updated by autocmd and function triggers in order to prevent re-running a function everytime the statusline is generated.
    
    Closes #227
    famiu authored Mar 12, 2022
    Configuration menu
    Copy the full SHA
    677ce7d View commit details
    Browse the repository at this point in the history
  2. chore: generated vimdoc (#233)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Mar 12, 2022
    Configuration menu
    Copy the full SHA
    3fb93a8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #234 from feline-nvim/develop

    v1.1
    famiu authored Mar 12, 2022
    Configuration menu
    Copy the full SHA
    d8093d2 View commit details
    Browse the repository at this point in the history
Loading
0