changelog: log this session's admin fixes + attribution/self-logging

This commit is contained in:
Carlos Arias 2026-07-24 02:52:55 +00:00
parent 75dcfc3098
commit f832752118

View file

@ -49,6 +49,11 @@ $entries = [
['added', 'Image and video uploads', 'Drop in a photo or clip; it is optimised on upload and placed straight into the page.', '2026-07-23 23:40'],
['added', 'Projects built from a brief', 'Describe a project and hand over the images — the agent writes the case study, groups the skills, and captions each shot.', '2026-07-24 00:05'],
['added', 'The Web Designer agent', 'A design agent for any page: give it a brief — instructions, a draft, images, video links — and it designs and publishes, working through a task queue.', '2026-07-24 00:40'],
['bug', 'Admin dropdowns unreadable in dark mode', 'The page and status menus rendered white-on-white when the admin was in dark mode.', '2026-07-24 02:34'],
['fixed', 'Admin dropdowns themed', 'Select menus now use the page palette in both light and dark, so the options are readable.', '2026-07-24 02:35'],
['fixed', 'Admin sign-in screen tidied', 'The login form and the signed-in panel no longer show at once; signing in now offers quick links to the Web Designer and projects.', '2026-07-24 02:36'],
['added', 'Changelog credits its authors', 'Every entry now shows who made the change — the site owner, or an agent that made it itself.', '2026-07-24 02:45'],
['added', 'The Web Designer logs its own work', 'Each change the design agent publishes is recorded here automatically, credited to the agent.', '2026-07-24 02:47'],
];
Db::execute('TRUNCATE TABLE cja_changelog');