Closed DarthGandalf closed 3 years ago
On a bionic-based system, it is working for me, without my having done anything to fix it, as is the Gscan2pdf::ImageView version. I'll test my Debian testing based system next.
It was you who noticed the issue at all. What system that was on?
But I confirm this behavior on Gentoo
Just committed a fix for this.
Is it time for a new release?
Or is there something you'd like to get in in the next couple of days?
Tip: you could use "Closes #1" in commit message to close the issue automatically, and that would also link the commit here.
Sure, let's release. I wanted to do it some time ~soon anyway, to get #16 in.
You forgot to push the master branch with v6
You're right that Github hadn't registered it, but I did push it, with git push --tags
, which on other repo pushes the commits, plus the tags. Github seems to need to have the commits first, and the tags afterwards in a second operation.
I think this is not specific to Github, but because of git push --tags
. git push --tags master
would push both in a single operation.
Also, from man git-push
:
When neither the command-line nor the configuration specify what to push, the default behavior is used, which corresponds to the simple value for push.default
Probably that's why it worked for you with 2 commands git push --tags; git push
without explicitly mentioning master.
It just pushes the whole selected rectangle (which is now a single line or even a point) further