summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2026-02-12v2.2.4 - Quiet FFmpeg; add "invert" option to Classic Vis; fix CLI parsing fo...Brianna Rainey
2026-01-29fix `settings.ini` not located in correct pathBrianna Rainey
2026-01-29v2.2.2 - fix flaky tests, fix UnboundLocalError in MainWindow.createNewProjec...Brianna Rainey
2026-01-28v2.2.1 - fix #74, fix #92, add optional 64th bar to Classic Visualizer, impro...Brianna Rainey
2026-01-22bump version for PyPI releaseBrianna Rainey
2026-01-22make Life component respond to audioBrianna Rainey
2026-01-22fix #89 with Image component v2.0 + 23 tests (#90)Brianna Rainey
2026-01-15rename variables for claritytassaron
2026-01-15rename 'test report' to 'log file' in comments/errorstassaron
2026-01-14fix file logging for main program logtassaron
2026-01-14bump version numbertassaron
2026-01-14change Python >=3.13 to >=3.12tassaron
2026-01-14rename `--test` and `--debug` args && add `--version` argtassaron
2026-01-14log PyQt version && update ffmpeg version checktassaron
2026-01-13crush png filesizetassaron
2026-01-13Use pyproject.toml + uv_buildAeliton G. Silva
2026-01-12update for Pillow 12 and Qt 6tassaron
2026-01-11update to Qt 6 and Pillow 12tassaron
2024-09-15fix #78tassaron
2023-02-17fix #75 by computing evolution during frameRenderBrianna Rainey
2023-02-17ignore cells that are 40+ coords out of frameBrianna Rainey
2023-02-17fix typoBrianna Rainey
2023-02-17Add comments to Life componentBrianna Rainey
2022-05-10log name of missing/unreadable audio filetassaron
2022-05-09move variable declaration closer to usage.tassaron
2022-05-09use pytest-qt to test actual export processtassaron
2022-05-09no components on commandline adds a default visualizertassaron
2022-05-09include test data in package, pytest-qt plugin for testing Qt event loop, rem...tassaron
2022-05-09rename visualisation to visualizationtassaron
2022-05-09demote error message to debug messagetassaron
2022-05-08reorganize Classic Visualizer widgets to be more left-alignedtassaron
2022-05-08Add sensitivity option to classic visualizertassaron
2022-05-07fixtassaron
2022-05-07concatenate trimmed ffmpeg logs to the test reporttassaron
2022-05-07--export-project uses -i and -o if providedtassaron
2022-05-07Fix drawing of "peace" shape. Rename a shape to pietassaron
2022-05-07change default colour to white for consistency with the default settings of o...tassaron
2022-05-07Add initial state to the grid - a Queen Bee Shuttletassaron
2022-05-07fix to make the QFontComboBox update the previewtassaron
2022-05-07set window titles of minor dialog windowstassaron
2022-05-06ffmpeg filter_complex creation code is more readabletassaron
2022-05-06convert Spectrum FFmpeg complex_filters to f-stringstassaron
2022-05-06fix ffmpeg syntax errortassaron
2022-05-06convert to f-stringtassaron
2022-05-06convert to f-string for readabilitytassaron
2022-05-06undoStack dialog's creation moved to __init__.tassaron
2022-05-06disable undo/redo while video is exportingtassaron
2022-05-05show program name as 'avp' when invoked as python -m avptassaron
2022-05-05start mainwindow smaller and with classic visualizertassaron
2022-05-05update module docstringtassaron