aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* v2.2.4 - Quiet FFmpeg; add "invert" option to Classic Vis; fix CLI parsing fo...Brianna Rainey2026-02-1227-578/+685
* fix `settings.ini` not located in correct pathBrianna Rainey2026-01-292-8/+15
* v2.2.2 - fix flaky tests, fix UnboundLocalError in MainWindow.createNewProjec...Brianna Rainey2026-01-296-861/+857
* v2.2.1 - fix #74, fix #92, add optional 64th bar to Classic Visualizer, impro...Brianna Rainey2026-01-2823-1226/+1383
* bump version for PyPI releaseBrianna Rainey2026-01-221-1/+1
* make Life component respond to audioBrianna Rainey2026-01-222-78/+267
* fix #89 with Image component v2.0 + 23 tests (#90)Brianna Rainey2026-01-226-125/+234
* rename variables for claritytassaron2026-01-151-15/+15
* rename 'test report' to 'log file' in comments/errorstassaron2026-01-151-3/+3
* fix file logging for main program logtassaron2026-01-142-8/+5
* bump version numbertassaron2026-01-141-1/+1
* change Python >=3.13 to >=3.12tassaron2026-01-141-1/+1
* rename `--test` and `--debug` args && add `--version` argtassaron2026-01-141-25/+17
* log PyQt version && update ffmpeg version checktassaron2026-01-141-1/+5
* crush png filesizetassaron2026-01-131-0/+0
* Use pyproject.toml + uv_buildAeliton G. Silva2026-01-1348-133/+9
* update for Pillow 12 and Qt 6tassaron2026-01-122-3/+2
* update to Qt 6 and Pillow 12tassaron2026-01-1128-2168/+2469
* fix #78tassaron2024-09-152-3/+6
* fix #75 by computing evolution during frameRenderBrianna Rainey2023-02-171-24/+12
* ignore cells that are 40+ coords out of frameBrianna Rainey2023-02-171-0/+11
* fix typoBrianna Rainey2023-02-171-1/+1
* Add comments to Life componentBrianna Rainey2023-02-171-1/+14
* log name of missing/unreadable audio filetassaron2022-05-101-1/+1
* move variable declaration closer to usage.tassaron2022-05-092-7/+5