Skip to content

Releases: maxmilton/reader

v0.3.0

24 Nov 00:14
v0.3.0
1b3023f
Compare
Choose a tag to compare

What's Changed

  • feat: Refactor by @maxmilton in #359
    • feat: Migrate to new stage1 runtime — much faster and smaller JS bundle
    • feat: Improve HTML extractor performance
    • feat: Refactor build; migrate to bun build
    • feat: Golf output CSS bundle size
    • feat: Refactor extension manifest generation
    • bug: Refactor footer to workaround bun macro issues
    • test: Refactor, improve, and add more tests
    • chore: Update and refactor dependencies
    • chore: Refactor eslint config
    • chore: Tweak CodeQL in CI
    • chore: Tweak VS Code settings
  • feat: Add extra security options to manifest by @maxmilton in #389
  • test: Add and improve tests
  • chore: Improve test tooling & update dependencies by @maxmilton in #370
  • chore: Fix TypeScript module resolution value by @maxmilton in #372
  • chore: Update dependencies
  • chore: Improve lint tooling configuration
  • chore: Tweak CI workflows

Full Changelog: v0.2.0...v0.3.0

v0.2.0

21 May 11:32
v0.2.0
b9c2460
Compare
Choose a tag to compare

What's Changed

  • feat: Refactor in #320
    • Use custom fork of html5parsermaxmilton/html-parser
    • Tweak visual styles
    • Update description
    • Update extension icon
    • Update Literata font from v23 to v34
    • Simplify reader code and improve performance
    • Add CSP rules for stricter security
  • feat: Migrate package manager from pnpm to bun, improve build and tooling, and refactor tests in #319
  • chore: Update dependencies
  • chore: Refactor GitHub actions workflows in #181
  • chore: Migrate tests from jsdom to happy-dom in #183
  • chore: Add semgrep CI worflow + clean up codeql workflow in #186

Full Changelog: v0.1.4...v0.2.0

v0.1.4

10 Aug 07:16
v0.1.4
64afcc1
Compare
Choose a tag to compare

What's Changed

  • feat: Smaller CSS bundle file
  • chore: Build tweaks in #180
  • chore: update dependencies

Full Changelog: v0.1.3...v0.1.4

v0.1.3

04 Jul 02:32
v0.1.3
2662962
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.2...v0.1.3

v0.1.2

23 Feb 22:38
v0.1.2
352f9b1
Compare
Choose a tag to compare

What's Changed

  • feat: Add page URL to error reports in #53
  • chore: Update dependencies

Full Changelog: v0.1.1...v0.1.2

v0.1.1

29 Dec 06:48
Compare
Choose a tag to compare

What's Changed

  • Update dependency esbuild to v0.14.9 by @renovate in #3 — resulting in a significant JS bundle size reduction

Full Changelog: v0.1.0...v0.1.1

v0.1.0

28 Dec 06:11
Compare
Choose a tag to compare

What's Changed

  • Improve word flow timing
  • Improve page text extraction quality and correctness
  • Improve browser paint performance
  • Reduce complexity
  • Golfing to reduce size

Full Changelog: v0.0.1...v0.1.0

v0.0.1

27 Dec 23:21
Compare
Choose a tag to compare

Initial public release!

Full Changelog: https://github.com/maxmilton/reader/commits/v0.0.1