- Integrating Funding information from GitHub source repository (#412)
- Fixed text color for header and button in login page (#418)
- Exclude deprecated releases from latest versions and search (#373)
- Add namespace browsing (#375)
- Overhaul the
nix
setup of flora and adjust the docs accordingly (#369) - Allow importing from index tarballs and incremental importing (#387)
- Introduce a public API (#415)
- Fix mismatching OpenSearch names (#427)
- Limit the display of versions on package pages (#358)
- Speed-up package(s) import using bounded concurrency (#360)
- Fix the display of latest viable version when viewing a deprecated release (fd96294)
- Tweak the mobile view dropdown & search (#358)
- Add buttons to the main page for ghcup and cabal guides (#341)
- Split the project into internal libraries (#337)
- Fetch and store deprecation information about packages (#342)
- Only index versionless package pages (#343)
- Display deprecation information on the package page (#344)
- Display deprecation information for releases (#347)
- Make package listings denser (#355)
- Fix package title size in smaller screens (#297)
- Enqueue package import jobs (#300)
- Make the categories page more responsive on smaller screens (#310), (#314)
- Only keep MAJ.Min numbers of a version in the package page "installation" section (#310)
- Add a GIN index on the payload jsonb for oddjobs (#312)
- Don't fail the upload time job when the package doesn't exist (#313)
- Respect manual override of system theme (#321)
- Paginate reverse dependencies page (#322)
- Display compiler version with which the package declares having been tested (#249)
- Promote exact matches when searching packages (#284)
- Unify "Debugging" and "Profiling" categories
- Added Profiling, Debugging and Telemetry to
categories.dl
(#259) - Improve the package versions listing (#260)
- Implement assets cache invalidation with SRI (#262)
- Hash assets files for production build (#266)
- Fix leading whitespace in pre > code blocks (#267)
- Fix the
dependents
materialized view to include other namespaces (#256)
- Reorder the package page columns in mobile view (#233)
- Enable the use of markdown extensions in package READMEs (#236)
- Autofocus the search field on the home page (#235)
- Support release changelogs (#241)
- Packages are no longer kept as their own dependent (#242)
- Show library dependencies only (#244)
- Show licenses in package listings (#245)
- Show package flags (#246)
- Renders release descriptions when no README is present (#248)
- Colourise the search bars on focus (#215)
- Add OpenGraph metadata in package pages (#217)
- Request ID in logging and traces (#224)
- Remove padding from README code paragraphs (#203)
- Simplify the database pool settings (#210)
- Readjust the size of the main title across browser sizes (#211)
- Take the database settings as a libpq connstring (#213)
- Use CSS variables to split dark and light themes (#199)
- Gone READMEs are better handled in the job queue (#200)
- Fix the SQL to query for releases without a README
First release!🥳