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: vladimiry/ElectronMail
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.3.1
Choose a base ref
...
head repository: vladimiry/ElectronMail
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.3.2
Choose a head ref
  • 11 commits
  • 40 files changed
  • 1 contributor

Commits on Jul 31, 2025

  1. update @ProtonMail web clients: make "ProtonDriveClient" use right "b…

    …aseUrl" value
    
    * TODO: commit should be dropped when ProtonMail/WebClients#451 gets resolved.
    vladimiry committed Jul 31, 2025
    Configuration menu
    Copy the full SHA
    0ba28c5 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2025

  1. Configuration menu
    Copy the full SHA
    ffc1eaa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0cb98e View commit details
    Browse the repository at this point in the history
  3. make "block non-'Proton API' requests" feature opt-out, #312

    * The feature has proven useful in multiple cases, so it's now enabled by default for all users. It remains manually configurable and can be disabled if needed.
    vladimiry committed Aug 2, 2025
    Configuration menu
    Copy the full SHA
    b85b597 View commit details
    Browse the repository at this point in the history
  4. code-based search: fix "interrupted" error and improve error message

    * prevent interruption error on code execution due to the short timeout
    * make error message more informative
    vladimiry committed Aug 2, 2025
    Configuration menu
    Copy the full SHA
    c7aefb7 View commit details
    Browse the repository at this point in the history
  5. code-based search: include more typescript libs in "monaco-editor" env

    * so it better represents the "quickjs-emscripten" capabilities in the "monaco-editor"-based code editor
    vladimiry committed Aug 2, 2025
    Configuration menu
    Copy the full SHA
    5d79149 View commit details
    Browse the repository at this point in the history
  6. improve native modules compatibility with old systems, closes #735

    * Run "prepare-native-deps" script on "ubuntu:20.04" docker image (old system). This fixes Snap package (also should benefit some old Linux systems). Tested on Ubuntu 24.04. Originally, the Snap build from https://github.com/vladimiry/ElectronMail/releases/tag/v5.3.1 was failing on Ubuntu 24.04 with error (sodium-native.node binary): /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found.
    * Run "prepare-native-deps" in the way so compilation happens using "VS2019 & v142 Platform Toolset" vs "VS2022 & v143 Platform Toolset" default on GH CI "windows-2022" image version.
    vladimiry committed Aug 2, 2025
    Configuration menu
    Copy the full SHA
    53c85b7 View commit details
    Browse the repository at this point in the history
  7. get back "electron-mail" executable name, closes #736

    * Unintentional "electron-mail => ElectronMail" renaming in v5.3.1 got caused by electron-userland/electron-builder#9068.
    vladimiry committed Aug 2, 2025
    Configuration menu
    Copy the full SHA
    a8f1ead View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2c1436f View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2025

  1. update dependencies

    vladimiry committed Aug 3, 2025
    Configuration menu
    Copy the full SHA
    4972d08 View commit details
    Browse the repository at this point in the history
  2. update @ProtonMail web clients

    vladimiry committed Aug 3, 2025
    Configuration menu
    Copy the full SHA
    51608b7 View commit details
    Browse the repository at this point in the history
Loading