summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2023-02-02Merge branch 'master' into vim-mode-2022vim-mode-2022Thomas Buckley-Houston
2023-02-02fix: Golang install: use "amd64" for "x86_64"Thomas Buckley-Houston
2023-02-02Bump http-cache-semantics from 4.1.0 to 4.1.1 in /webextdependabot[bot]
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/kornelski/http-cache-semantics/releases) - [Commits](https://github.com/kornelski/http-cache-semantics/compare/v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: http-cache-semantics dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
2023-02-02remove unnecessary RUN commandAdam Leskis
WORKDIR already runs "mkdir -p" under the hood, so we don't need to add this extra command (and layer) to the Dockerfile.
2023-02-02Bump loader-utils from 2.0.2 to 2.0.4 in /webextdependabot[bot]
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.2 to 2.0.4. - [Release notes](https://github.com/webpack/loader-utils/releases) - [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.4/CHANGELOG.md) - [Commits](https://github.com/webpack/loader-utils/compare/v2.0.2...v2.0.4) --- updated-dependencies: - dependency-name: loader-utils dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
2023-02-02Bump fast-json-patch and web-ext in /webextdependabot[bot]
Bumps [fast-json-patch](https://github.com/Starcounter-Jack/JSON-Patch) to 3.1.1 and updates ancestor dependency [web-ext](https://github.com/mozilla/web-ext). These dependencies need to be updated together. Updates `fast-json-patch` from 2.2.1 to 3.1.1 - [Release notes](https://github.com/Starcounter-Jack/JSON-Patch/releases) - [Commits](https://github.com/Starcounter-Jack/JSON-Patch/compare/v2.2.1...3.1.1) Updates `web-ext` from 7.1.1 to 7.5.0 - [Release notes](https://github.com/mozilla/web-ext/releases) - [Commits](https://github.com/mozilla/web-ext/compare/7.1.1...7.5.0) --- updated-dependencies: - dependency-name: fast-json-patch dependency-type: indirect - dependency-name: web-ext dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
2023-01-30chore: Release v1.8.2v1.8.2Thomas Buckley-Houston
2023-01-30chore: Bump version v1.8.1Thomas Buckley-Houston
2023-01-30[scripts/misc.bash]Remove hard-coded arch in golang download, and use build ↵v1.8.1Samveen
platform arch instead.
2023-01-30Use Debian's firefox-esr instead of the standalone Mozilla buildSamveen
2023-01-30ci: Run Github Actions for PRs as well as pushesThomas Buckley-Houston
2022-07-25LintingThomas Buckley-Houston
2022-07-25Merge branch 'master' into vim-mode-2022Thomas Buckley-Houston
2022-07-25Vim Mode 🥳Thomas Buckley-Houston
After nearly 4 years I'm finally getting round to shipping all the tremendous hard work of @tobimensch, @j-rewerts and @ed2k. I can't apologise enough that it's taken so long.
2022-07-25Use ENTRYPOINT instead of CMD in DockerfileThomas Buckley-Houston
Fixes #346
2022-07-21ci: Also push Docker image 'latest' tagThomas Buckley-Houston
2022-07-20devops: Update release process for Githubv1.8.0Thomas Buckley-Houston
2022-07-20devops: Update Docker process for releasingThomas Buckley-Houston
2022-07-20chore: Update READMEThomas Buckley-Houston
2022-07-16chore: Upgrade all node depsThomas Buckley-Houston
2022-07-16chore: Upgrade all Golang depsThomas Buckley-Houston
2022-07-16devops: Refactor CI to use ctl.shThomas Buckley-Houston
Also updates our goreleaser setup to work again
2022-07-16fix: Don't load startup URL in HTTP Server modeThomas Buckley-Houston
I think this is the source of a long-standing issue in the HTTP Server where it would just freeze after a certain period of time. Every successful page load, wether it was explicitly requested as a raw-text request or not, attempts to send a raw text payload on page load. So I think the automatic default home page startup loading was confusing things. Fixes #207
2022-07-16chore: Update .nvmrc to Node 16Thomas Buckley-Houston
2022-07-16chore: Golang formattingThomas Buckley-Houston
2022-07-16devops: Move random scripts into central ctl.shThomas Buckley-Houston
2022-07-16chore: Move dev setup docs to rootThomas Buckley-Houston
2022-07-16tests: Migrate to Github ActionsThomas Buckley-Houston
2022-07-15fix: build firstTormod Alf Try Tufteland
2022-07-15feat: github action for testsTormod Alf Try Tufteland
2022-07-01feat: github action for cross-compiling releasesTormod Alf Try Tufteland
2022-06-29fix: conversion errorTormod Alf Try Tufteland
2022-06-29fix: build, and go 1.18Tormod Alf Try Tufteland
2022-05-24Fix Mac Build Environment DocumentationGreg Sadetsky
2020-12-28Added in Ctrl+U option for view-source (#355)Yash Singh
* Added in Ctrl+U option for view-source * Fix
2020-10-31Implemented detection of the Firefox flavor on Windows and fixed registry ↵Paulo Manrique
detection (#350)
2020-09-13Update setup_linux_build_environment.md (#344)Yash Singh
2020-09-02Add donation link to READMEThomas Buckley-Houston
2020-08-21Improved CLI's flags and changed help page (#341)Yash Singh
* Improved CLI's flags Allowed users to use just --v instead of --version as a CLI flag. Also added in the --name flag that simply prints out "Browsh." An alias for the --name flag is --n. * Changed the help page inside the config.go to include the name flag
2020-07-27Move to Go modules (#338)Érico Nogueira Rolim
* interfacer: Move to Go modules. * interfacer/contrib: remove dep usage. No longer needed due to the move to Go modules. * Move src/main.go to cmd/browsh/main.go. Allows installation with `go install ./cmd/browsh`, no need to specify output. * interfacer/src/browsh/firefox: fix browsh.xpi path * setup_linux_build_env: clean up and update. - Remove references to dep and GOPATH - Use code blocks for commands - Update for new build instructions
2020-07-27Bump lodash from 4.17.13 to 4.17.19 in /webext (#333)dependabot[bot]
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.13 to 4.17.19. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.13...4.17.19) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-27Improve the mac guide (#322)toyboot4e
* fix typo in setup_mac_build_environment.md * improve setup_mac_build_environment.md
2020-07-27Bump https-proxy-agent from 2.2.1 to 2.2.4 in /webext (#316)dependabot[bot]
Bumps [https-proxy-agent](https://github.com/TooTallNate/node-https-proxy-agent) from 2.2.1 to 2.2.4. - [Release notes](https://github.com/TooTallNate/node-https-proxy-agent/releases) - [Commits](https://github.com/TooTallNate/node-https-proxy-agent/compare/2.2.1...2.2.4) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-08update main documentation to improve spelling (#330)Morgan
Thank you!
2020-06-18default to https for donate (#325)Andres Lowrie
2019-11-19Bring Go current in Travis (#292)Gábor Lipták
2019-11-12Bump lodash from 4.17.11 to 4.17.13 in /webext (#290)dependabot[bot]
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.13. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.13) Signed-off-by: dependabot[bot] <support@github.com>
2019-11-12Bump eslint-utils from 1.3.1 to 1.4.3 in /webext (#289)dependabot[bot]
Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils) from 1.3.1 to 1.4.3. - [Release notes](https://github.com/mysticatea/eslint-utils/releases) - [Commits](https://github.com/mysticatea/eslint-utils/compare/v1.3.1...v1.4.3) Signed-off-by: dependabot[bot] <support@github.com>
2019-10-24README: fix build script name (#287)Devan Carpenter
2019-10-24Bump mixin-deep from 1.3.1 to 1.3.2 in /webext (#286)dependabot[bot]
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. - [Release notes](https://github.com/jonschlinkert/mixin-deep/releases) - [Commits](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2) Signed-off-by: dependabot[bot] <support@github.com>