Skip to content

Latest commit

 

History

History
95 lines (71 loc) · 4.97 KB

CHANGELOG.md

File metadata and controls

95 lines (71 loc) · 4.97 KB

CHANGELOG

1.0.13 -- XXXX-XX-XX

  • 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)

1.0.12 -- 2023-04-04

  • 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)

1.0.11 -- 2023-03-26

  • Tweak the mobile view dropdown & search (#358)

1.0.10 -- 2023-03-21

  • 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)

1.0.9 -- 2023-01-06

  • 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)

1.0.8 -- 2022-11-30

  • Display compiler version with which the package declares having been tested (#249)
  • Promote exact matches when searching packages (#284)
  • Unify "Debugging" and "Profiling" categories

1.0.7 -- 2022-11-01

  • 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)

1.0.6 -- 2022-10-27

  • Fix the dependents materialized view to include other namespaces (#256)

v1.0.5 -- 2022-10-22

  • 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)

v1.0.4 -- 2022-10-02

  • Colourise the search bars on focus (#215)
  • Add OpenGraph metadata in package pages (#217)
  • Request ID in logging and traces (#224)

v1.0.3 -- 2022-09-22

  • 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)

v1.0.2 -- 2022-09-13

  • Use CSS variables to split dark and light themes (#199)
  • Gone READMEs are better handled in the job queue (#200)

v1.0.1 - 2022-09-11

  • Fix the SQL to query for releases without a README

v1.0.0 - 2022-09-10

First release!🥳