diff --git a/.changeset/add-logo-favicon.md b/.changeset/add-logo-favicon.md new file mode 100644 index 0000000..8217387 --- /dev/null +++ b/.changeset/add-logo-favicon.md @@ -0,0 +1,5 @@ +--- +"landing": patch +--- + +Add logo and favicon (#18). diff --git a/.changeset/add-open-api-versioning.md b/.changeset/add-open-api-versioning.md new file mode 100644 index 0000000..df1b769 --- /dev/null +++ b/.changeset/add-open-api-versioning.md @@ -0,0 +1,5 @@ +--- +"landing": minor +--- + +Add API versioning for the `/open` URL scheme (#27). diff --git a/.changeset/download-buttons-github-releases.md b/.changeset/download-buttons-github-releases.md new file mode 100644 index 0000000..ff1ab7e --- /dev/null +++ b/.changeset/download-buttons-github-releases.md @@ -0,0 +1,5 @@ +--- +"landing": patch +--- + +Update download buttons to link to GitHub releases (#5). diff --git a/.changeset/gitlab-issue-url-support.md b/.changeset/gitlab-issue-url-support.md new file mode 100644 index 0000000..bbe6abe --- /dev/null +++ b/.changeset/gitlab-issue-url-support.md @@ -0,0 +1,5 @@ +--- +"landing": minor +--- + +Add support for GitLab issue URLs (#24). diff --git a/.changeset/mobile-responsive-layout.md b/.changeset/mobile-responsive-layout.md new file mode 100644 index 0000000..f06b2e3 --- /dev/null +++ b/.changeset/mobile-responsive-layout.md @@ -0,0 +1,5 @@ +--- +"landing": minor +--- + +Add mobile-responsive layout and mobile e2e tests (#8). diff --git a/.changeset/open-page-auto-close.md b/.changeset/open-page-auto-close.md new file mode 100644 index 0000000..0124bee --- /dev/null +++ b/.changeset/open-page-auto-close.md @@ -0,0 +1,5 @@ +--- +"landing": minor +--- + +Auto-close the `/open` page after 10s, with a persistent toggle to disable it (#26). diff --git a/.changeset/path-based-open-versioning.md b/.changeset/path-based-open-versioning.md new file mode 100644 index 0000000..d0739d4 --- /dev/null +++ b/.changeset/path-based-open-versioning.md @@ -0,0 +1,5 @@ +--- +"landing": patch +--- + +Use path-based versioning (`/v2/open`) instead of query param (`?v=2`) for the open URL scheme (#28).