Skip to content

Releases: marcoarnulfo/notion-cli

v0.8.0

Choose a tag to compare

@github-actions github-actions released this 06 Aug 14:26
20663ca

Changelog

  • e643384: Merge pull request #36 from harasuke/feat/page-content (@marcoarnulfo)
  • 20663ca: Merge pull request #38 from marcoarnulfo/fix/body-file-bom-wipe (@marcoarnulfo)
  • 8949753: feat(cli): read a page body back, and append to one without destroying it (@harasuke)
  • 1f0967a: fix(cli): cap --append-file at Notion's real payload limit, not the body's (@harasuke)
  • 46b0106: fix(cli): measure the append request, not the file it came from (@harasuke)
  • cfaa477: fix(cli): name a size the pre-gate measured, and treat a BOM-only file as empty (@harasuke)
  • a67e142: fix(cli): stop a body file with no content from wiping the page (@marcoarnulfo)
  • c765f25: fix(notion): stop reporting a landed append as failed, and as re-runnable (@harasuke)

Verify a download against checksums.txt before running it. Checking the
whole file at once with --ignore-missing can exit 0 having verified
nothing, if your archive's name doesn't match any line in it — pull out
that one line first, so a missing line fails loudly instead:

archive=notion-track_0.8.0_linux_amd64.tar.gz   # swap in the file you downloaded
grep -E "  ${archive}\$" checksums.txt > expected.txt
sha256sum --check expected.txt   # no sha256sum? use: shasum -a 256 --check expected.txt

v0.7.1

Choose a tag to compare

@github-actions github-actions released this 01 Aug 11:51
b633eda

Changelog


Verify a download against checksums.txt before running it. Checking the
whole file at once with --ignore-missing can exit 0 having verified
nothing, if your archive's name doesn't match any line in it — pull out
that one line first, so a missing line fails loudly instead:

archive=notion-track_0.7.1_linux_amd64.tar.gz   # swap in the file you downloaded
grep -E "  ${archive}\$" checksums.txt > expected.txt
sha256sum --check expected.txt   # no sha256sum? use: shasum -a 256 --check expected.txt

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 30 Jul 10:59
00a4232

Changelog


Verify a download against checksums.txt before running it. Checking the
whole file at once with --ignore-missing can exit 0 having verified
nothing, if your archive's name doesn't match any line in it — pull out
that one line first, so a missing line fails loudly instead:

archive=notion-track_0.7.0_linux_amd64.tar.gz   # swap in the file you downloaded
grep -E "  ${archive}\$" checksums.txt > expected.txt
sha256sum --check expected.txt   # no sha256sum? use: shasum -a 256 --check expected.txt

v0.6.1

Choose a tag to compare

@github-actions github-actions released this 30 Jul 06:41

Changelog


Verify a download against checksums.txt before running it. Checking the
whole file at once with --ignore-missing can exit 0 having verified
nothing, if your archive's name doesn't match any line in it — pull out
that one line first, so a missing line fails loudly instead:

archive=notion-track_0.6.1_linux_amd64.tar.gz   # swap in the file you downloaded
grep -E "  ${archive}\$" checksums.txt > expected.txt
sha256sum --check expected.txt   # no sha256sum? use: shasum -a 256 --check expected.txt

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 29 Jul 19:47

Changelog

Read more