cdown / clipmenu

Clipboard management using dmenu
MIT License
1.1k stars 90 forks source link

Release 6.3.0 #213

Open AckslD opened 4 months ago

AckslD commented 4 months ago

Hi! I wanted to update the version used on Nix packages to the latest version in develop branch but maybe it's nice to have that as a proper version. Would it make sense to merge develop into master and tag it with 6.3.0? This would include for example the new commands of clipctl.

cdown commented 4 months ago

Hey! I'm actually about to release a complete rewrite in C which will be tagged as 7.0.0. I've been testing it over the last few days and I think it's more or less ready for external testing, after which it will be released.

AckslD commented 4 months ago

Cool, sounds great :)

cdown commented 4 months ago

The C rewrite is at 70cc5d2b6a2027ba186f1555c0e114c53dc7c578 -- feel free to try it out. Packaging shouldn't change much from how it is now, although I might add manual pages.

AckslD commented 4 months ago

Started trying it out @cdown, seems to all work as expected :+1: :)

ferki commented 3 weeks ago

@cdown: could you consider tagging the last commit of the Bash-based approach as a "final Bash release", please? I mean either 9735907061cc0a69734c887a35a048805539f5dc or 87e1641b50ff0cc57ca850c34fe4d4c8cbb60bb0.

It would also help me tremendously with packaging for Gentoo. I'd like to use the already available latest developments, and would be nice if I could bring it to all Gentoo users as well.

I believe using 6.3.0 may work well without interfering with 7.0.0 as the first release of the C-based rewrite.