Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-19 | upgpkg: lens 4.1.2-2 | Óscar García Amor | |
Package clean | |||
2021-02-19 | upgpkg: lens 4.1.2-1 | Óscar García Amor | |
upstream release | |||
2021-01-22 | upgpkg: lens 4.0.8-1 | Óscar García Amor | |
upstream release | |||
2021-01-20 | upgpkg: lens 4.0.7-1 | Óscar García Amor | |
upstream release | |||
2021-01-20 | upgpkg: lens 4.0.7-1 | Óscar García Amor | |
upstream release | |||
2021-01-02 | upgpkg: lens 4.0.6-1 | Óscar García Amor | |
upstream release | |||
2020-12-28 | upgpkg: lens 4.0.5-1 | Óscar García Amor | |
upstream release | |||
2020-12-25 | upgpkg: lens 4.0.5-1 | Óscar García Amor | |
upstream release | |||
2020-12-16 | upgpkg: lens 4.0.3-1 | Óscar García Amor | |
upstream release | |||
2020-12-14 | upgpkg: lens 4.0.2-1 | Óscar García Amor | |
upstream release | |||
2020-12-11 | upgpkg: lens 4.0.1-1 | Óscar García Amor | |
upstream release | |||
2020-12-08 | upgpkg: lens 4.0.0-1 | Óscar García Amor | |
upstream release | |||
2020-10-07 | Update to 3.6.7 | David Birks | |
2020-09-30 | Update to 3.6.5 | David Birks | |
2020-09-21 | Update to 3.6.4 | David Birks | |
2020-09-21 | Specify 1 job for make | David Birks | |
2020-09-18 | Add node-gyp to makedepends | David Birks | |
Did a clean build with `extra-x86_64-build`, and noticed I needed node-gyp. | |||
2020-09-18 | Update to 3.6.3 | David Birks | |
2020-09-14 | Update to 3.6.0 | David Birks | |
2020-08-17 | Update to 3.5.3 | David Birks | |
2020-08-06 | Update to 3.5.2 | David Birks | |
2020-07-02 | Update to 3.5.1 | David Birks | |
2020-06-15 | Update to 3.5.0 | David Birks | |
2020-05-09 | Update to 3.4.0 | David Birks | |
2020-04-21 | Change packaging to fix permissions issue | David Birks | |
Use mv and mkdir instead of install. Try linking to ../../opt to fix permission problem. | |||
2020-04-20 | Fix linking to the installation folder | David Birks | |
2020-04-20 | Update to 3.3.1 | David Birks | |
2020-04-17 | Update to 3.3.0 | David Birks | |
2020-04-09 | Update to 3.2.0 | David Birks | |
2020-03-31 | Update to 3.1.0 | David Birks | |
2020-03-28 | Update to 3.1.0-rc.1 | David Birks | |
2020-03-27 | Update to 3.1.0-beta.2 | David Birks | |
2020-03-27 | Change to not using system electron due to build issues | David Birks | |
Also made lots of tweaks and fixes for the icon, descriptions, etc. | |||
2020-03-26 | Initial commit of 3.1.0-beta.1 | David Birks | |
Version 3.1.0-beta.1 looks to be the first released version that's open source. Installing from source. Initally tried using the system electron6. Ran into issues with it, with a slight mismatch between node 12 and electron 6. Error message: ``` App threw an error during load Error: The module '/tmp/.org.chromium.Chromium.BfwVJN' was compiled against a different Node.js version using NODE_MODULE_VERSION 73. This version of Node.js requires NODE_MODULE_VERSION 76. Please try re-compiling or re-installing the module (for instance, using `npm rebuild` or `npm install`). ``` |