Skip to content
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

Open
baconpaul opened this issue May 10, 2024 · 5 comments
Open

Comments

@baconpaul
Copy link
Owner

git log --format="%ct" --reverse PodcastDeluxe/source/PodcastDeluxeProc.cpp | head -1
1559509085

git log --format="%cd" --reverse PodcastDeluxe/source/PodcastDeluxeProc.cpp | head -1
Sun Jun 2 16:58:05 2019 -0400
@RustoMCSpit
Copy link

also include most recent commit

@RustoMCSpit
Copy link

and if the plugin is 'deprecated' / has a better alternative

@RustoMCSpit
Copy link

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

@baconpaul
Copy link
Owner Author

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.

baconpaul added a commit that referenced this issue Jun 9, 2024
This will eventually allow us to have the auto job do
the first commit date as discused in #101
@baconpaul
Copy link
Owner Author

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}'
2019-06-02

baconpaul added a commit that referenced this issue Jun 10, 2024
baconpaul added a commit that referenced this issue Jun 10, 2024
@baconpaul baconpaul changed the title Reminder to self: First commit date Add an order "By Commit Date" or some such now we have commit date in Jun 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants