m417z / winbindex

An index of Windows binaries, including download links for executables such as exe, dll and sys files
https://winbindex.m417z.com
GNU General Public License v3.0
605 stars 62 forks source link

Latest View #177

Open zeropio opened 4 months ago

zeropio commented 4 months ago

I think a "Latest" view where we can see any recently updated file could be really nice, specially to keep track of all Microsoft updates.

m417z commented 4 months ago

The default sorting, by Update, already sorts by the date of the earliest update, which seems to be what you're looking for.

zeropio commented 3 months ago

I'm more looking to an "All binaries recently updated", sorting by update do a lot of the work, but a view of all the binaries updated, or to be able to see all binaries changed on a specific KB could be really nice.

I'm talking about researching about Patch Tuesday or a KB, where you want to filter older updates with the newer ones. I think this view kind of do the trick https://github.com/m417z/winbindex/commits/gh-pages but maybe it can be integrated into the page.

If you don't want to feel free to close this issue!

m417z commented 3 months ago

I don't have a common use case for it, so I don't think I'm the right person to implement it. Contributions are welcome. Or, since the Winbindex data wasn't designed for it (the data of each file is stored separately), perhaps it's best to implement it as a separate tool.

zeropio commented 3 months ago

I have created a simple script to do it: https://gist.github.com/zeropio/8fe77f27084b7c90ec07238bf67daaac I will consider if I have time to contribute and add a "Latest Updated" page view