1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 14:49:06 -04:00
Files
egui/crates/egui_kittest/CHANGELOG.md
2026-05-04 16:18:59 +02:00

5.9 KiB

Changelog for egui_kittest

All notable changes to the egui_kittest crate will be noted in this file.

This file is updated upon each release. Changes since the last release can be found at https://github.com/emilk/egui/compare/latest...HEAD or by running the scripts/generate_changelog.py script.

0.34.2 - 2026-05-04

Nothing new

0.34.1 - 2026-03-27

Nothing new

0.34.0 - 2026-03-26

  • Turn HarnessBuilder::with_options into a proper builder method #7697 by @emilk
  • Paint mouse cursor in kittest snapshot images #7721 by @emilk
  • Add kittest.toml config file #7643 by @lucasmerlin
  • Close debug_open_snapshot temp file before viewing it #7841 by @yuriks

0.33.3 - 2025-12-11

0.33.2 - 2025-11-13

Nothing new

0.33.1 - 2025-10-15

  • Add egui_kittest::HarnessBuilder::with_options #7638 by @emilk

0.33.0 - 2025-10-09

Added

🔧 Changed

🔥 Removed

  • Remove deprecated Harness::wgpu_snapshot and related fns #7504 by @bircni

0.32.3 - 2025-09-12

Nothing new

0.32.2 - 2025-09-04

0.32.1 - 2025-08-15

  • Fix UPDATE_SNAPSHOTS: only update if we didn't pass the test #7455 by @emilk

0.32.0 - 2025-07-10

Added

🔧 Changed

0.31.1 - 2025-03-05

0.31.0 - 2025-02-04

Added

🔧 Changed

  • Extend WgpuSetup, egui_kittest now prefers software rasterizers for testing #5506 by @Wumpf
  • Write .old.png files when updating images #5578 by @emilk
  • Succeed and keep going when UPDATE_SNAPSHOTS is set #5649 by @emilk

0.30.0 - 2024-12-16 - Initial relrease

  • Support for egui 0.30.0
  • Automate clicks and text input
  • Automatic screenshot testing with wgpu