Today I ran Discover and upgraded a random plasma widget (some kind of weather one, I suspect it was WeatherUnderground). Suppose I want to see list of what plasma widgets discover has upgraded in time order, is there a way?
I’m afraid not.
So a hackish workaround would be:
ls -ltr ~/.local/share/plasma/plasmoids/
and look at the timestamps of the folders
ls -tlr ./share/plasma/plasmoids/
drwxr-xr-x. 3 user user 4096 Oct 28 16:30 org.kde.plasma.advancedradio
drwxr-xr-x. 3 user user 4096 Feb 19 17:17 org.kde.olib.thermalmonitor
drwxr-xr-x. 4 user user 4096 Apr 27 18:03 com.github.k-donn.plasmoid-wunderground
I simply saw that some plasmoid updated a while back and wanted to try it, so this shows it was wunderground.