Skip to content

Latest commit

 

History

History
76 lines (56 loc) · 6.12 KB

CHANGELOG.md

File metadata and controls

76 lines (56 loc) · 6.12 KB

0.3.0 (2023-08-01)

  • feat: add support for different watchpoints (8e39845)
  • feat(backend): add keyword status check kind (1c12eec)
  • feat(frontend): add display for keywords and new status codes (9c2dfd7)
  • feat(frontend): auto-refresh status (4fe5642)
  • feat(frontend): open links in new tab (a2b7ab9)
  • chore(backend): bump rust version (3d5a9f5)
  • chore(backend): move part of the config values into environment variables as default (2abebb0)
  • chore(backend): update dependencies (e72d3b6)
  • chore(frontend): change editor settings (501a3e7)
  • chore(frontend): correct formatting (927399b)
  • chore(frontend): format files (06340f6)
  • chore(frontend): update dependencies and migrate to svelte 4 (81aefa7)
  • chore(frontend): update node version (042eeea)
  • ci: add automatic linting (a6712f6)
  • ci: change ignore paths for docker job (5561814)
  • docs: update README.md (d48c87e)
  • fix(frontend): fix build error when API is absent (7c87756)
  • style(frontend): make page name configurable (dace937)

0.2.2 (2023-07-05)

  • chore(backend): update rust, cleanup dependencies (958bee4), closes #1

0.2.1 (2023-06-27)

  • style(frontend): improve footer and links (88df0e8)
  • style(frontend): make layout more mobile friendly (55310df)
  • chore(frontend): update node version (f9c03d9)

0.2.0 (2023-06-26)

  • chore: fix default status page settings to make it usable out-of-the-box (4ce9caa)
  • chore(backend): update dependencies (a83ed7d)
  • chore(frontend): update dependencies (cdc2f17)
  • ci: add docker image workflow for master branch (0192caa)
  • ci: fix image name (23b836a)
  • ci: fix registry (2932661)
  • ci: publish images automatically to ghcr.io (f4ff0d2)
  • feat(frontend): better error messages (67b3021)

0.1.0 (2023-04-18)

  • docs: add license notice to README (b05ffcf)
  • docs: add README & LICENSE (3aa9ae5)
  • docs: add usage instructions to README (0d72269)
  • feature(backend): add logging (aeb1a40)
  • feature(backend): add static file hosting (1c5cb82)
  • feature(backend): handle more errors (61b053c)
  • feature(backend): parallelize watchpoints (751d042)
  • feature(frontend): improve styling (3c41858)
  • chore: add docker configuration (af3cd58)
  • chore(backend): move config example and update .gitignore (2ffac5e)
  • chore(backend): update cargo dependencies (8206b9e)
  • chore(backend): update dependencies (472319c)
  • chore(frontend): add .idea files (3a1017c)
  • chore(frontend): add SASS dependency (974c00a)
  • chore(frontend): cleanup README and svelte config (0dc97c1)
  • chore(frontend): use SASS rules & improve styling (1e494d6)
  • add CORS module & configuration (2779f7f)
  • add redis cache and simple JSON endpoint (b6d7061)
  • add simple frontend (55f1df3)
  • first commit (b04edf2)
  • setup basic testing (b365523)