Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rodrigogs/whats-reader
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.30.1
Choose a base ref
...
head repository: rodrigogs/whats-reader
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.30.2
Choose a head ref
  • 3 commits
  • 15 files changed
  • 2 contributors

Commits on Apr 3, 2026

  1. chore: add local GitHub Actions testing via act

    npm run act:ci to validate lint, typecheck, and build locally
    before pushing. Uses nektos/act with Docker.
    rodrigogs committed Apr 3, 2026
    Configuration menu
    Copy the full SHA
    f2355ff View commit details
    Browse the repository at this point in the history
  2. perf: reduce Electron app bundle size

    - Move frontend-only deps to devDependencies so electron-builder
      excludes them from the asar (eliminates ~88MB of node_modules)
    - Replace 1.9MB raster-in-SVG favicon with optimized 40KB PNG
    - Exclude web-only assets (OG images, PWA icons) from Electron build
    - Add exclusion patterns for .ts sources and config files
    rodrigogs committed Apr 3, 2026
    Configuration menu
    Copy the full SHA
    bf6b3b1 View commit details
    Browse the repository at this point in the history
  3. chore(release): 1.30.2 [skip ci]

    ## [1.30.2](v1.30.1...v1.30.2) (2026-04-03)
    
    ### Performance Improvements
    
    * reduce Electron app bundle size ([bf6b3b1](bf6b3b1))
    semantic-release-bot committed Apr 3, 2026
    Configuration menu
    Copy the full SHA
    c0a7534 View commit details
    Browse the repository at this point in the history
Loading