Skip to content

Latest commit

 

History

History
304 lines (191 loc) · 7.26 KB

CHANGELOG.md

File metadata and controls

304 lines (191 loc) · 7.26 KB

changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog. As of this writing, this is a rolling-release project without any meaningful versioning whatsoever. Tags/releases may be created for the sole purpose of documenting major updates to the project.

2021-08-30

changed

  • Redirect to app return URL if access is denied by user (#167).

2021-08-22

changed

  • Update upvotes and reactions UI to match GitHub's new UI (#164).
    Note: this might be a BREAKING change if you use a custom CSS.
  • Scale font size to 5% of viewport width on tiny screens (#164).
  • Project configuration fixes (#164).

2021-08-13

changed

  • Upgrade Next.js to 11.1 (#161).
  • Use next/script to load scripts (#161).

2021-08-07

changed

  • Refactor markup and CSS to improve customizability (#158).
    Note: this might be a BREAKING change if you use a custom CSS.
  • Use Navigator.clipboard API to copy to clipboard (#159).
  • Use stale-while-revalidate for theme files (#159).

2021-08-01

added

  • Add link to giscus-component (#155).

2021-07-31

changed

  • Use strict-origin Referrer-Policy to avoid excessive header length (#154).
  • Improve theme performance on initial load to prevent flashing (#155).

2021-07-25

added

  • Add security headers (#147).

changed

  • Use media query in CSS for preferred_color_scheme theme (#146).
  • The "origin not allowed" error message implemented in #125 is no longer shown. Instead, the browser will now refuse to load the iframe as a result of the frame-ancestors value in the Content-Security-Policy header (#147).
  • Upgrade Next.js to 11 and update other dependencies (#149).
  • Only apply iFrameResize to .giscus-frame iframes (#150).

fixed

  • Fix unreadable reactions popup menu due to transparent background in Transparent Dark theme (#148).

2021-07-12

added

  • Link to GitHub guides for the repository requirements (#142).

2021-07-11

added

  • This changelog (#139).
  • Add option to emit discussion metadata (#136).
  • Add support for updating config on-the-fly with postMessage (#138).

fixed

  • Minor fixes (#137).
  • Fix unchanged theme on initial load (#140).
  • Fix sendMessage example (#141).

2021-07-10

fixed

  • Improve theme performance (#135).

2021-07-09

fixed

  • Fix memory limit config (#133).

2021-07-08

changed

  • Limit functions memory usage to 256MB (#132).

2021-07-05

added

  • Add custom CSS support (#128).

2021-07-04

added

  • Implement origin checking (#125).
  • Update GitHub themes and add GitHub Dark High Contrast (#126).

fixed

  • Fix getFile service function (#127).

2021-07-03

fixed

  • Fix crash on categories with GitHub custom emojis (#122).
  • Listen to preferred theme changes (#123).
  • Force repository name to lowercase in discussion query (#124).

2021-06-13

added

  • Add Transparent Dark theme (#110).

changed

  • Minor improvements (#111).

2021-06-12

fixed

  • Remove typo from privacy policy (#109).

2021-06-06

added

  • Add option to also filter by category (#105).

2021-06-05

fixed

  • Fix prerender crash if getAppAccessToken fails (#103).

2021-06-04

added

  • Add default CSS in client script (#102).

changed

  • Drop passthru GraphQL API (#99)).

fixed

  • Fix missing space in "Sign in to" (#101).

2021-06-02

added

  • Create self-hosting guide (#98).

changed

  • Reduce bundle size (#97).

2021-06-01

added

  • Implement reactions to discussions (#93).
  • Add migrating guide (#94).

fixed

  • Handle bad credentials, invalid state, and log other errors (#95).

2021-05-30

fixed

  • Only listen to resize events from the iframe (#89).

2021-05-29

fixed

  • Opt-out of FLoC and fix some minor issues (#88).

2021-05-27

fixed

  • Minor improvements (#83).

2021-05-26

changed

  • Branding-related updates (#82).

2021-05-23

fixed

  • Don't add clipboard button to js-file-line-container (#81).

2021-05-22

added

  • Reintroduce copy to clipboard button in code blocks (#78).

fixed

  • Minor improvements (#79).

2021-05-15

added

  • Initial release.
  • Link to discussions in comments count (#74).

fixed

  • Include forks in search queries (#71).
  • Remove fork:true in discussion query (#73).