Skip to content

Releases: icyflame/kindle-my-clippings-parser

v0.2.0-beta

12 Jul 05:30
4715ac8
Compare
Choose a tag to compare
Include all tags using "*"

Using "v.*" probably accepts only tags which start with the fixed string "v.", which will never
happen. This is not regular expression but Glob according to the documentation.

	The =branches=, =branches-ignore=, =tags=, and =tags-ignore= keywords accept glob patterns that use characters like =*=, =**=, =+=, =?=, =!= and others to match more than one branch or tag name. If a name contains any of these characters and you want a literal match, you need to /escape/ each of these special characters with =\= . For more information about glob patterns, see the "[[https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet][Workflow syntax for GitHub Actions]]."

	-- [[https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#onpushbranchestagsbranches-ignoretags-ignore][Workflow syntax for GitHub Actions - GitHub Docs]]
	(/Retrieved:/ [2024-07-12 Fri 14:50])

v0.2.0

12 Jul 05:33
4715ac8
Compare
Choose a tag to compare
Include all tags using "*"

Using "v.*" probably accepts only tags which start with the fixed string "v.", which will never
happen. This is not regular expression but Glob according to the documentation.

	The =branches=, =branches-ignore=, =tags=, and =tags-ignore= keywords accept glob patterns that use characters like =*=, =**=, =+=, =?=, =!= and others to match more than one branch or tag name. If a name contains any of these characters and you want a literal match, you need to /escape/ each of these special characters with =\= . For more information about glob patterns, see the "[[https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet][Workflow syntax for GitHub Actions]]."

	-- [[https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#onpushbranchestagsbranches-ignoretags-ignore][Workflow syntax for GitHub Actions - GitHub Docs]]
	(/Retrieved:/ [2024-07-12 Fri 14:50])

v0.1.0

12 Jul 05:17
4dee1c1
Compare
Choose a tag to compare
Build binaries only for tags

This is to reduce the usage of GitHub Actions. I did not look into the pricing of GitHub Actions. If
it is based on the amount of build time that is consumed, then I want to consume less by building
only tags.

v0.0.3-alpha

12 Jul 04:11
11a11b3
Compare
Choose a tag to compare
Wrap everything into a tar and gzip it to reduced transferred bytes

Also, the permission bits of the executable file and the text file are retained if we do this.

v0.0.2-alpha

12 Jul 04:02
2a18a82
Compare
Choose a tag to compare
Don't execute. Echo the name instead.