Skip to content

Latest commit

Β 

History

History
277 lines (139 loc) Β· 11.2 KB

CHANGELOG.md

File metadata and controls

277 lines (139 loc) Β· 11.2 KB

CHANGELOG

v0.1.1 (2024-11-04)

βœ… test

  • βœ… test: add e2e test (60f5a5d)

⬆️ deps

  • ⬆️ deps: upgrade typer to 0.12.0 (4f3e303)

πŸ› fix

  • πŸ› fix: fix error when ~/.config/dns-manager does not exist (#3)

  • πŸ› fix: fix error when ~/.config/dns-manager does not exist

  • πŸ› fix: fix action (955fea8)

πŸ‘· ci

  • πŸ‘· ci: update test and release (476c97b)

  • πŸ‘· ci: update runs-on to 22.04 (5327d3e)

  • πŸ‘· ci: add release action (902592e)

  • πŸ‘· ci: add codespeed and more actions (26ada52)

πŸ“ docs

  • πŸ“ docs: update readme (e31d46a)

πŸ“¦ build

  • πŸ“¦ build: use uv instead of pdm (84ef2be)

  • πŸ“¦ build: use uv instead of pdm (0b80ed7)

v0.1.0 (2024-07-15)

πŸ› fix

  • πŸ› fix: SnmpGetter use default route ip (2cc1f4f)

v0.0.15 (2024-06-01)

♻️ refactor

  • ♻️ refactor: add exception process in LexiconSetter (dd085ff)

✨ feat

  • ✨ feat: add lexicon setter (d6ed1bb)

πŸ› fix

  • πŸ› fix: fix env in ci (b684bd5)

  • πŸ› fix: fix ci (571c665)

v0.0.14 (2024-04-16)

πŸ‘· ci

  • πŸ‘· ci: update action-gh-release to v2 (6814e5a)

v0.0.13 (2024-04-09)

βž• deps

  • βž• deps: add some necessary deps (0c75a91)

⬆️ deps

  • ⬆️ deps: upgrade auto-token (ed5f686)

πŸ› ci

  • πŸ› ci: fix release action (3f16228)

πŸ› fix

  • πŸ› fix: fix get_token in create_setter_by_str (374f70a)

  • πŸ› fix: fix actions and justfile (d1f2f2c)

  • πŸ› fix: fix justfile (4075274)

πŸ‘· ci

  • πŸ‘· ci: imporve actions and add justfile (251941f)

πŸ“Œ deps

  • πŸ“Œ deps: update lockfile (f8cd94d)

v0.0.12 (2024-04-08)

♻️ refactor

  • ♻️ refactor: improve Setter (d746a9d)

✨ feat

  • ✨ feat: add ignored_records, add remove_unmanaged args, support records_files (7b37486)

🎨 style

  • 🎨 style: change line-length to 100 (ac93311)

πŸ‘· ci

  • πŸ‘· ci: fix release (7a9d566)

v0.0.11 (2024-03-17)

🧹 chore

  • 🧹 chore: remove python version 3.9 from build matrix (06c1510)

v0.0.10 (2024-03-13)

πŸ› fix

  • πŸ› fix: update python version requirement in pdm.lock and pyproject.toml files (22b4f1a)

🧹 chore

  • 🧹 chore: update gitignore, dns_manager/getter/snmp.py, and pdm.lock files (1b9903b)

v0.0.9 (2024-02-23)

♻️ refactor

  • ♻️ refactor: change deault config path (23386a5)

v0.0.8 (2024-02-23)

♻️ refactor

  • ♻️ refactor: rename to dns-manager (77c6690)

✏️ fix

  • ✏️ fix: fix some name (df271a7)

v0.0.7 (2024-02-20)

✨ feat

  • ✨ feat: support public in config (eb80c3a)

  • ✨ feat: add public getter (f237774)

v0.0.6 (2024-02-11)

♻️ refactor

  • ♻️ refactor: use auto-token (83ea4ee)

✨ feat

  • ✨ feat: support yaml and toml (0912697)

  • ✨ feat: support multi subdomain (9cfa371)

⬆️ deps

  • ⬆️ deps: update (a090c94)

v0.0.5 (2024-01-19)

Unknown

  • 🎨 format: use F (1b3ef7b)

  • βœ… tests: update test (01fc60c)

♻️ refactor

  • ♻️ refactor: improve getter (777bc9c)

  • ♻️ refactor: use setter and getter dir name (25449ab)

  • ♻️ refactor: mv update_records functions to utils (37bec9e)

  • ♻️ refactor: impl IPGetter and DNSSetter (6ed9280)

  • ♻️ refactor: improve Client and get_interface_ip (2457148)

βœ… test

  • βœ… test: add classify_record test (40347cd)

✨ feat

  • ✨ feat: add countdown in daemon (1bdffb9)

  • ✨ feat: add RecordStatus and more clear logs (dd8ee12)

  • ✨ feat: support watch config in daemon command (bb1d129)

  • ✨ feat: add daemon (9921470)

  • ✨ feat: support secret env (54093b7)

  • ✨ feat: add delete_record (f08ab80)

🎨 style

  • 🎨 style: add more ruff rules (71ced1a)

πŸ› fix

  • πŸ› fix: fix CNAME (3316ee7)

  • πŸ› fix: fix record cache (24f6a75)

  • πŸ› fix: fix generate_record (d6165dd)

  • πŸ› fix: makedir when token dir is not exsited (218483d)

  • πŸ› fix: add pyparsing dep (da2d3be)

πŸ‘· ci

  • πŸ‘· ci: add SECRET (620f56d)

  • πŸ‘· ci: add publish release (83113aa)

  • πŸ‘· ci: improve publish workflow (5202403)

πŸ’„ style

  • πŸ’„ style: improve log (53785f5)

  • πŸ’„ style: improve colors (8448694)

πŸ“Œ deps

  • πŸ“Œ deps: pin deps (290b364)

πŸ”§ chore

  • πŸ”§ chore(config): Remove some unused pdm build config (08883f3)

v0.0.4 (2023-11-30)

Unknown

v0.0.3 (2023-11-30)

Unknown

v0.0.2 (2023-11-28)

Unknown

  • improve log and fix bug (f14b243)

v0.0.1 (2023-11-27)

Unknown