Skip to content

v1.9.0

Latest
Compare
Choose a tag to compare
@DanielDekhtyar DanielDekhtyar released this 01 Aug 11:57
· 28 commits to main since this release

🗓️ Version 1.9.0 - 31/07/2024 (commit 01f2554)


🔥 Added

  • A filter functionality was added to the search and the results page.
    The search results can be filtered by the main language, the author of the repo, the date of the last update and the minimum amount of stars the repo has.
  • A popup modal appears when you click on the filter button.
  • In helpers.py a list of all the languages was added. The list is passed to the webpage and then a UI list of all the languages is generated using Jinja.
  • In api_requests.py the filter information is processed and a search query is contracted to match the request.
    The search query is then passed to GitHub API to get the results according to the request.