-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add an order "By Commit Date" or some such now we have commit date in #101
Comments
also include most recent commit |
and if the plugin is 'deprecated' / has a better alternative |
and maybe add small letters BLRA to show what collections this plugin features in. theres a lot of negative space to fit this all around the bottom banner |
First tracks release date much better than Most Recent. Most recent contains things like subsequent fixes and sweeps across the codebase and stuff. The 'has a better alternative' etc... is what the collections are for. I'll think about if we want to display the collections that prominently. It seems kinda cluttered to me. But maybe make it available somehow. |
This will eventually allow us to have the auto job do the first commit date as discused in #101
paul ~/dev/music/rack/airwin2rack/libs/airwindows/plugins/MacVST (remotes/origin/HEAD) % git log --format="%ci" --reverse PodcastDeluxe/source/PodcastDeluxeProc.cpp | head -1 | awk '{print $1}' |
The text was updated successfully, but these errors were encountered: