Skip to content

Releases: pgxn/pgxn-site

Release v0.21.0

28 May 02:10
v0.21.0
ae73ecb
Compare
Choose a tag to compare

Changes for v0.21.0

  • Added required --base-url option. Required for absolute URLs, such as the fallback icon for Gravatar.
  • Moved the code to load another distribution version from the version select list to a script element, so that it can be allowed via a content security policy hash.
  • Increased the size of the download and browse buttons on the distribution page.
  • Updated the layout to be responsive for usability and readability on mobile an tablet devices.

Release v0.20.3

23 May 14:02
v0.20.3
2baae26
Compare
Choose a tag to compare

Changes for v0.20.3

  • Switched to HTTPS for Gravatar images.
  • Updated the browse and download icons to more pleasing variants.

Release v0.20.2

16 May 02:16
v0.20.2
6b09123
Compare
Choose a tag to compare

Changes for v0.20.2

  • Fixed the Safari pin tab icon.
  • Restored the blue margin on the right and at the bottom of the logo icon.
  • Fixed the incomplete sentence on the identity page (/art).
  • Removed Safari mask-icon, as Safari will use the regular favicon in more recent versions, and its styling wasn't quite right in any case, since no background color was supported.
  • Simplified the favicon config, removing older stuff and stuff unlikely to be used.
  • Merged html.css into layout.css, to reduce the number of files to load.
  • Added PNG links to the art page.

Release v0.20.1

14 May 19:31
v0.20.1
3759bbe
Compare
Choose a tag to compare

Changes for v0.20.1

  • Fixed broken logo links on the art page.
  • Fixed favicon errors and expanded and improved favicon support for various browsers.
  • Added an item to the FAQ on auto-releasing to PGXN from GitHub workflows.

Release v0.20.0

14 May 03:16
v0.20.0
b3c1b09
Compare
Choose a tag to compare

Changes for v0.20.0

  • Switched to shorter name for license links.
  • Removed the border around linked images, removed the colors for list items, and softened the color for definition terms.
  • Removed the Capfile and eg directory from the source (and distribution). Examples for managing PGXN can now be found in the pgxn/pgxn-ops repository on GitHub.
  • Updated URLs to HTTPS wherever possible and fixed some broken links.
  • Reformatted the Multimarkdown text in the source code to be user-friendly as plain text.
  • Now require SemVer v0.10.0 for compatibility with proper support for the semver 2.0.0 spec (aside from version parts larger than 32 bits).
  • Eliminated unwanted indentation in code blocks. Thanks to Hans Ginzel for the report! (#11).
  • Updated the FAQ. It was pretty seriously out of date in a few ways.
  • Replaced low-res icons with SVGs from the icons8 flat color collection.
  • Replaced logo graphics with high-res PNGs.
  • Added support for different resolution favicons and other OS and browser chrome stuff.