Releases: browsh-org/browsh
v1.8.3
What's Changed
- Bump fast-json-patch and web-ext in /webext by @dependabot in #461
- Bump loader-utils from 2.0.2 to 2.0.4 in /webext by @dependabot in #453
- remove unnecessary RUN command by @lpmi-13 in #466
- Bump http-cache-semantics from 4.1.0 to 4.1.1 in /webext by @dependabot in #467
- fix: Golang install: use "amd64" for "x86_64" by @tombh in #463
- feat: Use log/slog for logging to file or stdout by @ananthb in #493
- feat: Structured log messages by @ananthb in #494
- chore: Clean up SETUP guides by @ananthb in #495
- chore: Remove manual install steps by @ananthb in #496
- fix: If debug is false discard logs by @ananthb in #497
- [Fix] Firefox inspecting logic on Windows by @Dragon1573 in #502
- feat: Add json schema (#505) by @Freed-Wu in #510
- build: release v1.8.3 by @tombh in #511
New Contributors
- @lpmi-13 made their first contribution in #466
- @ananthb made their first contribution in #493
- @Dragon1573 made their first contribution in #502
- @Freed-Wu made their first contribution in #510
Full Changelog: v1.8.2...v1.8.3
v1.8.2
Changelog
- 010b853 chore: Release v1.8.2
- 1591cf8 [scripts/misc.bash]Remove hard-coded arch in golang download, and use build platform arch instead.
- b389228 Use Debian's firefox-esr instead of the standalone Mozilla build
- a547ac7 ci: Run Github Actions for PRs as well as pushes
- 7e68247 Use ENTRYPOINT instead of CMD in Dockerfile
- 277ede9 ci: Also push Docker image 'latest' tag
v1.8.0
This is the first release in over 3 years, so I may well have forgotten some parts of the process, please let me know. Also, this release doesn't have any major changes, mostly minor bug fixes and complete dependency updates. The big thing is that I moved CI from Travis (where it'd stopped working) to Github Actions. So hopefully I'll have more confidence about just merging PRs.
Note that there is no v1.7.x because I used those versions in a private browsh-sandbox repo to develop the new CI process.
Changelog
- 3bc427f devops: Update release process for Github
- 87bf16d devops: Update Docker process for releasing
- 0ef4e64 chore: Update README
- 07ccc9d chore: Upgrade all node deps
- b4dae67 chore: Upgrade all Golang deps
- 6ccf2af devops: Refactor CI to use ctl.sh
- aaea254 fix: Don't load startup URL in HTTP Server mode
- 1f20113 chore: Update .nvmrc to Node 16
- 4a84be1 chore: Golang formatting
- f34ccc7 devops: Move random scripts into central ctl.sh
- 77fd0e6 chore: Move dev setup docs to root
- 8810e48 tests: Migrate to Github Actions
- 2792602 fix: build first
- 4955e24 feat: github action for tests
- 8d321c4 feat: github action for cross-compiling releases
- 094d7b8 fix: conversion error
- b4bfd1a fix: build, and go 1.18
- 64c68a9 Fix Mac Build Environment Documentation
- 540882e Added in Ctrl+U option for view-source (#355)
- 4a082a5 Implemented detection of the Firefox flavor on Windows and fixed registry detection (#350)
- 91148e8 Update setup_linux_build_environment.md (#344)
- d3d72b0 Add donation link to README
- 13dfd92 Improved CLI's flags and changed help page (#341)
- 84f5382 Move to Go modules (#338)
- 9282516 Bump lodash from 4.17.13 to 4.17.19 in /webext (#333)
- 48afc96 Improve the mac guide (#322)
- 7e945d3 Bump https-proxy-agent from 2.2.1 to 2.2.4 in /webext (#316)
- 60e2b34 update main documentation to improve spelling (#330)
- 98b5992 default to https for donate (#325)
- fbcda45 Bring Go current in Travis (#292)
- d9311bd Bump lodash from 4.17.11 to 4.17.13 in /webext (#290)
- 8880ac9 Bump eslint-utils from 1.3.1 to 1.4.3 in /webext (#289)
- 658085f README: fix build script name (#287)
- 5e8605a Bump mixin-deep from 1.3.1 to 1.3.2 in /webext (#286)
- f62d7dc Change font family, fix invalid CSS (fixes #70) (#253)
v1.6.4
v1.6.3
v1.6.2
v1.6.1
v1.6.0
Changelog
fc92642 Version 1.6.0
931cc1c Allow Firefox prefs to be set in config.toml
2b97b29 HTTP server: fix for stale DOM dimensions
554f7f3 Fix JS tests
31def7c Config to set custom global CSS
c7ddd91 Add Patreon to Github's sponsor button
d079f9a JS prettier fixes
f8b0e55 Text rendering: fixes and improvements
v1.5.2
v1.5.0
Changelog
0b754d7 Update JS and Go deps. Bump Browsh to v1.5.0
5f4c819 Update FF Marionette commands
c7bb0b1 Newer NVM formats package.lock differently
fb83ecd Update Go dep
to v0.5.0
77211ed replaced cat with i/o redirection
6c9e4be Merge pull request #227 from farhadmak/issue-205
8b7cda0 accidentally commited.. removing it
e1f7454 cleaned up un-needed spacing
c32aea0 open new tabs with each validURL
5aecb1b Added validURL array to viper
820403c implemented link verification before opening new tabs
f072915 Added NArg for non-flag arguments
cb3b5a7 Update README.md
3bc17dc Merge pull request #226 from j-rewerts/master
76a8c06 Create setup_mac_build_environment.md
40f02fc Merge pull request #222 from CodyGramlich/Monochrome-flag
5c09d70 Removed color_mode
e4761be Added monochrome CLI flag
99d8468 Used a cross-platform Bash shebang.
3c0ddf0 Switched to using a more cross-platform build script.
582ac72 optimise js
2c62d1d Added link to Windows build environment guide.
64f0f33 Merge pull request #214 from CodyGramlich/windows-dev-guide
1f1f54a Update setup_windows_build_environment.md
e882459 Update running browsh
bc98212 Fix setup_windows_build_environment.md
d675d1f Update setup_windows_build_environment
868e4f8 Add set GOPATH
be62ef8 Add install golang
59a916b Create setup_windows_build_environment.md
b558cc1 Fixed missing line break