NikitaIvanovV / ctpv

Image previews for lf file manager
https://www.nikitaivanov.com/man1/ctpv
MIT License
264 stars 24 forks source link

Could you tag another release? #42

Closed nechtarg closed 1 year ago

nechtarg commented 1 year ago

Why

The last tagged release is -right now- 50 commits behind. Using this release is obviously not really ideal, as all the progress from these 50 commits would go to waste.

Why installing from source isn't an option

I use nixos, which makes your OS deterministic, thus directly installing from the tip of your master branch is impossible. That's why we specify the release version directly. Using a release over a commit hash is preferred because it leaves the control to decide which features get packaged by the developer

What I'm asking

Please tag a new release on a stable commit to allows us to package a slightly newer version.

NikitaIvanovV commented 1 year ago

I see. There are a few error which I still want to fix first. Once I do that, I will definitely tag a new version!

nechtarg commented 1 year ago

Great, thank you!

NikitaIvanovV commented 1 year ago

Just published v1.1!

NikitaIvanovV commented 1 year ago

To clarify: do you want to make a package for Nixos?

nechtarg commented 1 year ago

It's actually already packaged (see nixpkgs), but at version 1.0. I'll open a pr in the next days that updates it to 1.1.

NikitaIvanovV commented 1 year ago

Oh, I didn't know the package already exists. Please open a PR with installation instructions! You can use instructions for Arch Linux as a template.

nechtarg commented 1 year ago

Sure, I'm going to do that in the coming days!

nechtarg commented 1 year ago

Added them in #50.