Skip to content

Releases: pwnfan/tagmark-py

v1.0.0

14 Aug 09:50
cac6ecd
Compare
Choose a tag to compare

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

v0.3.0

24 Jul 04:47
Compare
Choose a tag to compare

main updates:

  • 9149248 docs>modify.refactor: collect all docs into one folder
  • 90a5765 infra.build>new: add new vsc extension into devcontainer
  • 64005ff infra.build>modify.new&&code.core>modify.fix: bump revchatgpt 6.8.6 to fix gpt not working, see acheong08/ChatGPT#1470 for details
  • 5cbea2a docs>modify.fix: fix changelog order
  • a22084c infra.misc>new&&docs>new: add new make command changelog
  • 659fed1 infra.misc>new&&docs>new: add Makefile and related doc
  • f0e7091 infra.build>new: add new vsc extension into devcontainer
  • a02cc50 code.core>new: update github info only when user specified number of hours has passed since the last update
  • 643ebc1 infra.build>new: add devcontainer(vscode)
  • c8245c3 code.tool>modify.fix: sometimes gpt return empty string with no error, which will unexpectedly overwrite the original prompt string
  • d979e52 code.core>new: validate github repo url availability and set TagmarkItem.valid according to the result
  • e8925fd docs>new: add new scope and action of git commit mesage rule into CONTRIBUTING.md

v0.2.0

23 May 15:18
Compare
Choose a tag to compare

main updates:

  • dca3576 code.tests>new: add test case for Tagmark.count_github_url
  • f5c4bb6 docs>new: add new section into CONTRIBUTING
  • 54a19bc code.misc>new: add sub command "checktag"
  • c07d897 code.core>modify.style: add support for utf-8 encoding in output jsonlines file
  • 5199240 code.misc>new: Tagmark.get_github_repo_infos add condition filter
  • 112eeda code.misc>new: add msg to show rate of process in convert command
  • a72d352 code.misc>modify.refactor: change defualt value of "checktag -c", and some help message modify
  • 73df5f8 code.misc>new: add sub command "autotagdef"
  • 4438d16 code.tool>modify.new: add output file log info into convertsubcommand
  • 745bcfc docs>new: add new content into README
  • 609bc56 infra.build>modify.new: bump requests from 2.28.2 to 2.31.0 to fix security vul reported by github dependabot

v0.1.0

11 May 14:55
a3f08fd
Compare
Choose a tag to compare
  • finished basic features