summarylogtreecommitdiffstats
path: root/.gitignore
AgeCommit message (Collapse)Author
2024-01-28Add .nvchecker.toml to enable checking for new versions with pkgctlCarl Smedstad
2023-12-08Publish version 3.6.1-4 - Split packageCarl Smedstad
Split package into two: * protonmail-bridge-core: Containing only core deamon & CLI program. * protonmail-bridge: Containing the desktop application. The second package depends on the first. Removes the need for the package https://aur.archlinux.org/packages/protonmail-bridge-nogui. This is a backwards compatible change. No action is needed.
2023-12-05Publish version 3.6.1-3 - Major refactoringCarl Smedstad
* Remove vcpkg dependency and dynamically link to system dependencies. This massively reduces the build time as we don't have to build for example curl & zlib from source. * Depend on system Qt instead of bundling it. Brings installed package size down to 30.18 MiB. * Add a check() stage running the googletest suite and a subset of the Go unit test suite. * Set proper LDFLAGS for the Go build. This PKGBUILD passes namcap without any warnings.
2023-11-15Fix gitignoreAli Molaei
2023-11-15Update to 3.6.1Ali Molaei
2020-08-14Use git for this version to fix wrong version problemAli Molaei
2020-08-13Update to 1.3.3Ali Molaei
2020-05-25Update to 1.2.7Ali Molaei
2020-04-16Build from source. Change LicenseAli Molaei
2018-03-02protonmail-bridge - initial releaseEmiel Wiedijk