aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge branch 'TheEvilSkeleton/linux-bump_runtime'ohfp2021-01-08
|\
| * Bump runtimeTheEvilSkeleton2021-01-07
| |
* | add patch to binary_tarball script as wellohfp2021-01-08
|/
* v84.0.1-1ohfp2021-01-07
|
* Merge branch 'TheEvilSkeleton/linux-master'ohfp2021-01-07
|\
| * Merge https://gitlab.com/librewolf-community/browser/linux into masterTheMainOne2020-11-22
| |\
| * | Enable native Wayland supportTheMainOne2020-09-14
| | |
* | | updated changelog; added unity-menubar.patchohfp2021-01-07
| | |
* | | Block some more undesired requestsohfp2021-01-04
| | | | | | | | | | | | See https://gitlab.com/librewolf-community/browser/common/-/issues/10
* | | Improve the Flatpak build processohfp2021-01-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | .desktop file, icon and appdata are now properly exported by flatpak. "Wayland first" flatpak, falling back to X11 if not on Wayland. Note: this is currently potentially broken on many systems (ie. font rendering is broken). See https://github.com/flatpak/flatpak/issues/2861. Might work when using Wayland + Gnome, does not seem to work on Arch + Sway (couldn't get it working with any workaround for now). Several smaller issues addressed. A few untested issues might remain (Screensharing, WebRTC/Camera access) Addresses (at least partially): #128, #132, #131, #118
* | | Set default XDG_DATA_DIRS in AppRun if unsetohfp2020-12-31
| | | | | | | | | | | | | | | This fixes #139 by providing default values for `XDG_DATA_DIRS` when `XDG_DATA_DIRS` is not set on the host system the AppImage is run on.
* | | update Changelog and add a note to the Readmeohfp2020-12-25
| | |
* | | drop rust fixed versionohfp2020-12-20
| | |
* | | v84.0-1ohfp2020-12-20
| | |
* | | workaround for build issue with rust 1.48.0HEADmasterohfp2020-11-23
| |/ |/|
* | v83.0-1ohfp2020-11-21
| |
* | v82.0.3-1ohfp2020-11-10
| |
* | v82.0.2-1ohfp2020-10-29
| |
* | v81.0.2-1ohfp2020-10-18
| |
* | v81.0-2 – Changelogohfp2020-10-02
| |
* | v81.0-2ohfp2020-09-30
|/
* v80.0.1-1ohfp2020-09-06
|
* changed tarball pathohfp2020-08-27
|
* actually use the added py3.5 patch for debianohfp2020-08-27
|
* fix pwd/obj path substition failing in scriptohfp2020-08-27
|
* v80.0.1ohfp2020-08-27
|
* add pcsc socket for smartcard access with flatpakohfp2020-08-26
|
* Merge branch 'TheMainOne/linux-master' into masterohfp2020-08-26
|\
| * Move content to ~/.var/app/io.gitlab.LibreWolf/.{mozilla,librewolf}TheMainOne2020-08-24
| |
| * Restrict $HOMETheMainOne2020-08-24
|/
* v79.0-1 #5: python >= 3.5 for deb/xenial buildohfp2020-07-31
|
* v79.0.1 #4ohfp2020-07-31
|
* v79.0.1 #3 – missing patch downloadohfp2020-07-31
|
* v79.0-1 #2ohfp2020-07-31
| | | | Fix some wrong build options for aarch64; correct patch pathes
* v79.0-1ohfp2020-07-30
| | | | | | Also (re-)adds some debian armhf-patches – not really needed, but making it easier to apply the libstdc++-related patches without having to modify them.
* Fix version number typoShreyas Minocha2020-07-12
|
* v78.0.2-1ohfp2020-07-10
|
* fix broken debian patch (whitespace issue)ohfp2020-07-02
|
* v78.0.1-1ohfp2020-07-02
|
* update megabar patchohfp2020-07-01
|
* v78.0.1-1ohfp2020-07-01
|
* fix broken megabar-removal / urlbarohfp2020-06-08
|
* v77.0.1-1ohfp2020-06-06
|
* Make it pass desktop-file-validateprobonopd2020-05-16
|
* v76.0.1-1ohfp2020-05-08
|
* bump pkgrel for new buildsohfp2020-05-08
|
* fix missing locales from removed extension breaking the build when building ↵ohfp2020-05-08
| | | | a profiled browser
* Drop AppImage validationohfp2020-05-08
| | | | | | | The AppImage validation tools complain even when one follows their recommendations on supplying AppStream metadata and with correctly named files. I'm now starting to understand why most AppImages don't bother with it.
* v76.0-1ohfp2020-05-07
|
* Mention other builds in the readmeShreyas Minocha2020-04-15
|
bgstack15