From 12fee4826bd9c7986d04e77a6645af552941a406 Mon Sep 17 00:00:00 2001 From: Zui Young Date: Fri, 25 Oct 2024 11:50:52 +0800 Subject: [PATCH] Create latest-release.json --- docs/latest-release.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 docs/latest-release.json diff --git a/docs/latest-release.json b/docs/latest-release.json new file mode 100644 index 0000000..7a4a735 --- /dev/null +++ b/docs/latest-release.json @@ -0,0 +1,8 @@ +{ + "latestRelease": "0.10.16", + "latestPreRelease": "0.10.0", + "allReleaseTags": ["0.10.16","0.10.15","0.10.14","0.10.7","0.10.5","0.10.4","0.9.59","0.9.52","0.9.51","0.9.47","0.9.46","0.9.45","0.9.42","0.9.40","0.9.35","0.9.34","0.9.33","0.9.32","0.9.28","0.9.25","0.9.17"], + "allPreReleaseTags": ["0.10.0","0.9.54","0.9.50","0.9.48","0.9.43","0.9.31","0.9.26","0.9.19","0.9.14"], + "latestReleaseNotes": "### Release info\r\nPurple A11y is available as a desktop app for Mac and Windows. The setup files can be downloaded under `Assets` at the bottom of the page.\r\n\r\n### Installation Guide\r\n* Refer to the [Installation Guide](https://github.com/GovTechSG/purple-a11y-desktop/blob/master/INSTALLATION.md) for Windows and Mac.\r\n\r\n### What's New\r\n#### Features\r\n- Support large scan by increasing heap memory to 6GB limit\r\n\r\n#### Improvements\r\n- Reduce errors when crawler encounter non-HTML document\r\n- Reduce verbosity when MIME check fails\r\n- More robust handling of redirected URLs\r\n- Preparation for rename to Oobee\r\n\n", + "latestPreReleaseNotes": "### Release info\r\nPurple A11y is available as a desktop app for Mac and Windows. The setup files can be downloaded under `Assets` at the bottom of the page.\r\n\r\n### Installation Guide\r\n* Refer to the [Installation Guide](https://github.com/GovTechSG/purple-a11y-desktop/blob/master/INSTALLATION.md) for Windows and Mac.\r\n\r\n### What's New\r\n#### New features\r\n- Migration to TypeScript \r\n- Custom Flow 2.0 is now Custom Flow\r\n- Removal of original Custom Flow (record and playback)\r\n\r\n#### Improvements\r\n- Enhancements for Clicking Elements for Links\r\n\r\n#### Bug fixes\r\n- Sitemap scan issues\n" +}