If I right click on my database in explorer pane and go to Local History, the list of results just shows me the changes I’ve made to whatever object I’ve got open in the main area (such as a specific stored procedure).
I want to be able to see a list that will tell me what Stored Procedures have been amended today, yesterday, and so on (and tables altered, if possible).
Sort of a UI equivalent to SELECT * FROM sys.all_objects ORDER BY modify_date DESC