“Recently released” in Community Plugins browser appears broken or mislabeled

Title
Community Plugins search/sort: “Recently released” does not appear to sort by release date

Bug description
In Settings → Community plugins → Browse, selecting the “Recently released” sort option does not appear to order plugins by their actual release date.

Based on the plugin list shown after applying the filter, older plugins and/or plugins with older update timestamps still appear near the top. This makes the “Recently released” filter seem incorrect or misleading.

Steps to reproduce

  1. Open Obsidian.

  2. Go to Settings → Community plugins → Browse.

  3. Open the sort dropdown.

  4. Select “Recently released”.

  5. Review the plugin list order.

Expected result
Plugins should be sorted by release date, with the most recently released plugins shown first.

Actual result
The list does not appear to reflect actual recent releases. It seems to show plugins in an order that may be based on something else, such as update date, stale metadata, or another sorting field.

Why this is a problem
The current behavior makes it hard to discover newly released plugins and reduces trust in the filter label. If the sort is intentionally using something other than release date, the label may be misleading.

Possible causes

  • The filter may be sorting by last updated instead of first release date

  • The UI label may not match the backend sort field

  • Plugin metadata for release date may be missing or not handled correctly

Environment

  • Platform: [Windows]

  • Obsidian version: [Catalyst]

I don’t see a bug. Recently Released refers to when they are accepted to the plugin directory.

There is a separate “Recently updated” too

Correct, but if you look at it, the results are all over the timeline rather than most recently accepted. you can have 3, weeks, next to 3 months, next to 3 days. So it’s not chronological. Recently updated works fine though.

They are all over because “recently released” sorts based on when they were added to directory not when they where last updated. So it should not be surprising that sorting by “recently released” does not produce a list with ascending of “Updated xyz ago”.