Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 14 Aug 09:50
· 9 commits to main since this release
cac6ecd

main updates (The higher up, the newer):

  • b94822b docs>new&&docs>modify.fix: add new and modify old content in README
  • 4883ef1 infra.misc>modify.refactor: modify project description in pyproject.toml
  • add0f84 infra.ci>new: add release action
  • 1d0cc36 infra.misc>new: add FUNDING
  • 71c4bd6 infra.ci>modify.new: add step to upload coverage reports to codecov, and add trigger condition on push
  • 10823a8 code.core>modify.fix: fix bug when working with ui when url_base is a relative url or a sub directory
  • 46e097c code.core>modify.refactor: detail the error msg when missing cookie for export subcommand
  • a61e7e3 code.core>new: add new type diigo_web_exported into convert -f
  • e0ee4a5 code.core>modify.fix: fix the default value of export -o
  • 37e4232 infra.ci>modify.fix: fix ci lint error for PEP8 E203, see infra.misc>modify.fix: ignore E203 in flake8, see psf/black#315 for details
  • dac87bb code.core>new: add export subcommand and diigo web exporter
  • 53123e8 code.core>modify.fix: fix the default value of covert -o option
  • 7b95e7d infra.misc>modify.refactor: simplify arg name of make changelog
  • 41e7b74 code.core>modify.refactor: add log to show no definition tags into autotagdef subcommand
  • c1910ef code.core>modify.refactor: add error log containing line string into maketagdoc subcommand
  • 519ffe1 code.core>modify.fix: maketagdoc wrong count when template exppression is {{f+c:sec AND article AND NOT chinese AND NOT japanese AND NOT korean}}
  • c4a5d22 code.core>modify.fix: maketagdoc f: template expression missed brackets
  • 7ea8e23 code.core>modify.fix: maketagdoc generated url is not encoded
  • b48b99a code.core>new: checktag add check for duplicated tag formatted names
  • 0bbdd0d code.misc>new: add sub command "maketagdoc"
  • 651d309 code.core>modify.fix: fix checktag subcommand error
  • 94a6f17 code.core>modify.fix: fix tagmark_cli -h not work
  • 17d271b core.misc>modify.refactor: change the data structure of tag json file, and making relate change to code: 1. change the way to generating gpt prompt 2. detail tag with several properties to make preparation for adding the cheatsheet subcommand
  • b200ae5 infra.misc>modify.fix: add changelog into .PHONY in Makefile