Skip to content

Releases: 0xBoji/verifyOS

v0.13.1

02 Apr 08:31
bae5e29

Choose a tag to compare

Added

  • make scans easier to discover and automate

v0.13.0

01 Apr 16:57
bef357a

Choose a tag to compare

Added

  • (rules) enhance existing compliance rules with deep auditing capabilities
  • (rules) add App Store compliance rules for icons, stripping, and OS versioning
  • (core) enhance Mach-O and Plist parsers for deep compliance scanning

Other

  • (cli) update integration tests for new compliance rules

v0.12.2

26 Mar 07:26
7807ef1

Choose a tag to compare

Added

  • Introduce a new UI/UX Pro Max skill with associated data and scripts, add new Rust rules, and update existing taste-skill research and documentation while removing old example apps and agent workflows.

Other

  • (ci) fix taste-skill github actions checkout error
  • Merge branch 'main' of https://github.com/0xBoji/verifyos-cli
  • improve code formatting and organize module imports and declarations for consistency.
  • Update help banner ASCII art from block characters to line characters and adjust test assertion.

v0.12.1

18 Mar 06:52
0dd4a05

Choose a tag to compare

Added

  • (frontend) implement apple-style liquid glass UI using taste-skill

v0.12.0

17 Mar 16:33
0b15b54

Choose a tag to compare

Added

  • (frontend) implement diagnostic AST visualization with pan/zoom and UI refinements
  • (frontend) implement pan and zoom for AST diagnostic tree
  • (frontend) add interactive details panel to AST visualization
  • (frontend) transition AST visualization to Modal to fix layout issues
  • (frontend) implement diagnostic AST visualization with Apple-inspired design
  • implement multi-target scanning and fix aggregate scan discrepancies

Fixed

  • (frontend) improve AST mode connectors node spacing and label readability
  • (ci) whitelist package-lock.json to fix release-plz
  • (ci) fix formatting and ReportData initialization in tests

Other

  • Remove unused FiActivity icon and selectedNode state, and add ESLint disable comments.
  • (frontend) update comprehensive README and workflow documentation
  • (frontend) theme-aware custom scrollbars
  • (frontend) add custom iOS-inspired scrollbar styles
  • update .dockerignore with new result patterns

v0.11.0

17 Mar 11:04
cb0921f

Choose a tag to compare

Added

  • (engine) implement multi-target scanning and result aggregation
  • (frontend) implement smart folder discovery and noise filtering
  • (frontend) add client-side folder zipping support
  • support project-only scans and improve frontend folder upload feedback
  • (frontend) allow uploading .zip and Xcode project files in scan tool

Fixed

  • (core) allow project-only scans even if project is unparseable

v0.10.1

17 Mar 06:59
37e7e65

Choose a tag to compare

Fixed

  • (lint) resolve cargo fmt and clippy violations across workspace

v0.10.0

17 Mar 06:48
406e6b7

Choose a tag to compare

Added

  • (core) implement recursive .app bundle discovery in zip extractor
  • (frontend) add interactive severity filtering and bulk tree controls
  • (frontend) refine Findings Explorer UI and update example report
  • (frontend) add hierarchical Findings Explorer tree view
  • (rules) implement Xcode 26 build mandate and enhance privacy sdk checks

Fixed

  • (rules) prevent test failures on empty manifests and downgrade Xcode mandate
  • (frontend) ensure Findings Explorer and summaries only include failures
  • (backend) fix ownership errors and restore optimized MUSL build

Other

  • add agent workflow for CI/CD pipelines
  • add agent workflows for frontend, backend, and extension
  • update README badges and resources with official links

v0.9.0

16 Mar 08:54
91853a5

Choose a tag to compare

Fixed

  • (parser) validate ipa path

v0.8.2

16 Mar 08:25
d2aa576

Choose a tag to compare

Added

  • (frontend) add google analytics
  • (frontend) wire google oauth callback
  • (frontend) remove email login block
  • (frontend) refine login layout
  • (frontend) add email auth panel
  • (frontend) sync header and scan widths
  • (frontend) match quick scan width to header
  • (frontend) round favicon asset
  • (frontend) set header width to 75%
  • (frontend) widen header to full width
  • (frontend) widen header panel
  • (frontend) use library icons in footer
  • (frontend) adjust logo styling and footer icons
  • (frontend) add logo and favicon
  • (frontend) pin footer to bottom
  • (frontend) polish footer links
  • (frontend) move project links into footer
  • (frontend) move agent bundle action to report
  • (frontend) add project links
  • (backend) accept zipped app bundles
  • (frontend) show scanning status
  • (frontend) colorize severity pills
  • (frontend) add custom copy icon
  • (frontend) colorize summary and copy state
  • (frontend) remove hero stats
  • (frontend) simplify hero actions
  • (frontend) add project zip hero action
  • (frontend) add advanced scan options
  • (frontend) link docs and show example report
  • (cli) support xcworkspace project context
  • (frontend) expand quick scan width
  • (frontend) move quick scan below hero
  • (frontend) add report summary view
  • (frontend) stabilize scan layout

Fixed

  • (frontend) align header width
  • (frontend) let quick scan match header width
  • (frontend) align header and scan widths
  • (frontend) restore header width
  • (frontend) round header logo image
  • (frontend) reduce header height
  • (frontend) use single header logo
  • (frontend) use vscode icon from vsc pack
  • (frontend) restore header logo shape

Other

  • (frontend) remove login note
  • (frontend) drop login wiring
  • (frontend) add ga setup
  • (git) ignore terraform secrets
  • (frontend) document backend url
  • (frontend) install react-icons
  • (frontend) expand supported artifact copy
  • add project context examples
  • ignore local lockfiles