Skip to content

docs: update version to 1.1.0#80

Closed
hashfwu wants to merge 1 commit into
okuuva:mainfrom
hashfwu:patch-1
Closed

docs: update version to 1.1.0#80
hashfwu wants to merge 1 commit into
okuuva:mainfrom
hashfwu:patch-1

Conversation

@hashfwu

@hashfwu hashfwu commented Apr 16, 2026

Copy link
Copy Markdown

Toogle function with snacks.nvim not working in lazy.nvim if version 1.0.0 is installed

Toogle function with snacks.nvim not working in Lazy.vim if version 1.0.0 is installed
@okuuva

okuuva commented Apr 16, 2026

Copy link
Copy Markdown
Owner

Hey, thanks for the contribution but I don’t think this is a necessary change. ^1.0.0 means >=1.0.0, <2.0.0. So pinning to it will install 1.1.0. More on version ranges at https://devhints.io/semver.

The README is using that version range specifically so that we don’t have to bump it for every release. Not that there’s been many releases lately or at all, but still.

@okuuva okuuva closed this Apr 16, 2026
@primeapple

Copy link
Copy Markdown
Collaborator

He has a point, tho. I'll add a new tag for the toggle function. It won't be available otherwise.

@hashfwu

hashfwu commented Apr 16, 2026

Copy link
Copy Markdown
Author

Hey, thanks for the explanation and for adding the tag! My bad, I definitely had a 'brain fart' there. I was testing it with the line commented out and somehow convinced myself the version change was what fixed it:

return {
  "okuuva/auto-save.nvim",
  -- version = "^1.1.0",
  branch = "main",
  ...
}

I was mainly trying to get the auto-toggle working and noticed the enabled() function was missing in my local setup. Thanks for the quick fix and for the tag, it helps a lot!

@hashfwu hashfwu deleted the patch-1 branch April 16, 2026 20:14
@okuuva

okuuva commented Apr 17, 2026

Copy link
Copy Markdown
Owner

Hey, thanks for the explanation and for adding the tag! My bad, I definitely had a 'brain fart' there. I was testing it with the line commented out and somehow convinced myself the version change was what fixed it:

return {
  "okuuva/auto-save.nvim",
  -- version = "^1.1.0",
  branch = "main",
  ...
}

I was mainly trying to get the auto-toggle working and noticed the enabled() function was missing in my local setup. Thanks for the quick fix and for the tag, it helps a lot!

Ah, sorry! I didn’t realize it wasn’t released in a tagged version. My bad!

He has a point, tho. I'll add a new tag for the toggle function. It won't be available otherwise.

Thanks! 🙏🏼

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants