Skip to content

Releases: GovTechSG/oobee-desktop

2024-12-10 Oobee Desktop (Pre-release)

10 Dec 06:12
Compare
Choose a tag to compare
Pre-release

Release info

Oobee is available as a desktop app for Mac and Windows. The setup files can be downloaded under Assets at the bottom of the page.

This is a pre-release and may be unstable for production use.

Installation Guide

What's New

New Features

  • Assessments for text readability, non-clickables, and vague alt text

Bug fixes

  • Resolves blank white screen issue when scanning more than approximately 1,500 pages

2024-11-13 Oobee Desktop

13 Nov 09:40
Compare
Choose a tag to compare

Release info

Oobee is available as a desktop app for Mac and Windows. The setup files can be downloaded under Assets at the bottom of the page.

Installation Guide

What's New

Bug fixes

  • Upgrade axe-core to 4.10.2
  • Resolve early termination of Oobee node process

2024-10-25 Oobee Desktop

25 Oct 03:43
bcb8d2e
Compare
Choose a tag to compare

Release info

Oobee is available as a desktop app for Mac and Windows. The setup files can be downloaded under Assets at the bottom of the page.

Installation Guide

What's New

Features

  • Rename to Oobee

2024-10-16 Purple A11y Desktop

16 Oct 08:04
Compare
Choose a tag to compare

Release info

Purple 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.

Installation Guide

What's New

Features

  • Support large scan by increasing heap memory to 6GB limit

Improvements

  • Reduce errors when crawler encounter non-HTML document
  • Reduce verbosity when MIME check fails
  • More robust handling of redirected URLs
  • Preparation for rename to Oobee

2024-09-11 Purple A11y Desktop

11 Sep 05:12
Compare
Choose a tag to compare

Release info

Purple 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.

Installation Guide

What's New

Features

  • Waits for DOM mutations on page load before scanning to account for onload accessibility fixes

Improvements

  • Resolves a rare instance where crawler causes browser to crash
  • Under the hood code refactors

2024-08-30 Purple A11y Desktop

02 Sep 08:49
Compare
Choose a tag to compare

Release info

Purple 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.

Installation Guide

What's New

Features

  • Check for confusing or vague image alt text

Improvements

  • Crawling on certain sites for clickable elements
  • Screenshots for VeraPDF WCAG PDF scans
  • Transition release to Oobee Desktop

Bug fixes

  • Report HTML WCAG Success Criteria count
  • Incompatibility with VeraPDF version with validation profile 2.6
  • Fix signing binaries on MacOS
  • Bump dependencies
  • Browser, Playwright, web crawler issues
  • Report does not render when malformed custom flow screenshot filepath
  • Issue installing napi-rs/canvas on x64 Mac

2024-06-06 Purple A11y Desktop

22 Aug 15:20
Compare
Choose a tag to compare
Pre-release

Release info

Purple 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.

Installation Guide

What's New

New features

  • Migration to TypeScript
  • Custom Flow 2.0 is now Custom Flow
  • Removal of original Custom Flow (record and playback)

Improvements

  • Enhancements for Clicking Elements for Links

Bug fixes

  • Sitemap scan issues

2024-07-16 Purple A11y Desktop

16 Jul 05:37
Compare
Choose a tag to compare

Release info

Purple 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.

Installation Guide

What's New

New features

  • Local file scan toggle and browse file

Improvements

  • Check for duplicate urls in crawlers
  • Remove outdated references to WCAG 2.1 SC 4.1.1

Bug fixes

  • Incorporate bug fixes with axe-core 4.9.1

2024-06-21 Purple A11y Desktop

21 Jun 11:03
Compare
Choose a tag to compare

Release info

Purple 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.

Installation Guide

What's New

New features

  • WCAG 2.2 update which includes axe target-size check
  • Scan local files file://
  • Custom enqueue links by clicking elements with support for and selectors and here
  • JSON scan results are now stored in scanDetails.csv with data in base64 encoding

Improvements

  • Custom enqueue links by clicking elements with support for more selectors
  • TypeScript migration
  • Clean up results folder to store just reports
  • Remove utms in URL to prevent duplicate URL from being scanned

Bug fixes

  • Handle pages that does not support full page screenshot in custom flow
  • Handle recursive sitemaps
  • Stop attempting element screenshots in Custom Flow to speed up scan when page cannot be screenshot
  • Minor bug fixes in report.html
  • Update dependencies

2024-06-20 Purple A11y Desktop

20 Jun 09:47
Compare
Choose a tag to compare

Release info

Purple 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.

Installation Guide

What's New

New features

  • WCAG 2.2 update which includes axe target-size check
  • Scan local files file://. Working on MacOS at the moment.
  • Custom enqueue links by clicking elements with support for and selectors and here
  • JSON scan results are now stored in scanDetails.csv with data in base64 encoding

Improvements

  • Custom enqueue links by clicking elements with support for more selectors
  • TypeScript migration
  • Clean up results folder to store just reports
  • Remove utms in URL to prevent duplicate URL from being scanned

Bug fixes

  • Handle pages that does not support full page screenshot in custom flow
  • Handle recursive sitemaps
  • Stop attempting element screenshots in Custom Flow to speed up scan when page cannot be screenshot
  • Minor bug fixes in report.html