Commit graph

30 commits

Author SHA1 Message Date
Jared Rewerts 76a8c065e1
Create setup_mac_build_environment.md 2018-10-02 21:59:16 -06:00
Jared Rewerts 99d8468920 Used a cross-platform Bash shebang. 2018-09-22 21:31:04 +08:00
Tobi 64f0f33310
Merge pull request #214 from CodyGramlich/windows-dev-guide
Windows dev guide
2018-09-21 13:03:00 -04:00
Cody Gramlich 1f1f54ac7d
Update setup_windows_build_environment.md 2018-09-21 10:40:52 -06:00
Cody Gramlich e882459ca2
Update running browsh 2018-09-21 08:13:46 -06:00
Cody Gramlich bc9821207a
Fix setup_windows_build_environment.md 2018-09-21 08:11:18 -06:00
Cody Gramlich d675d1fa1b
Update setup_windows_build_environment 2018-09-21 08:05:30 -06:00
Cody Gramlich 868e4f8771
Add set GOPATH 2018-09-17 17:42:53 -06:00
Cody Gramlich be62ef8845
Add install golang 2018-09-17 16:20:43 -06:00
Cody Gramlich 59a916ba97
Create setup_windows_build_environment.md 2018-09-16 13:18:18 -06:00
Tobi b558cc165e
Fixed missing line break 2018-09-16 08:36:47 -04:00
Tobi 88efbc0bb6
Update setup_linux_build_environment.md
Added webpack-cli installation.
2018-09-16 07:31:08 -04:00
Tobi c0dbc5d5da
URL correction 2018-09-16 06:49:54 -04:00
Tobi 11070a1ba5
Small spelling/grammar corrections 2018-08-31 12:57:42 -04:00
Tobi 4434c0cb66
Create setup_linux_build_environment.md
New guide on how to setup build environment on a generic Linux system.
2018-08-30 06:02:46 -04:00
Thomas Buckley-Houston 9abc3aaa3f Refactor build process to not use pre-built bins
This means that there's now a canonical script that allows other
distributers to build Browsh. The only caveat being that the web
extension cannot be built (Mozilla only allows one signed `.xpi` per
version), so it is downloaded.
2018-07-26 18:44:01 +08:00
Thomas Buckley-Houston 1737f29423 Attempt to add signed .xpi to Github release 2018-07-25 11:22:19 +08:00
Thomas Buckley-Houston e270dca8aa Refactor to keep Browsh version in Go 2018-07-19 13:14:59 +08:00
Thomas Buckley-Houston ba373e9815 Change 'texttop' refs to 'browsh' 2018-07-08 17:07:10 +08:00
Thomas Buckley-Houston 8bd5f3df0a Post-release hook to update www.brow.sh version 2018-07-06 14:53:49 +08:00
Thomas Buckley-Houston c549f74bf5 The tagging saga continues :'( 2018-06-25 22:06:20 +08:00
Thomas Buckley-Houston 0bfd0c48ca Tag before reseting during release
Still the saga continues of the old master branch getting the tag
rather than the actual pushed commit.
2018-06-18 20:27:10 +08:00
Thomas Buckley-Houston 4b18c55d5c Ensure webext-rewrite branch is used to push tags
...this is during a release
2018-06-18 19:16:56 +08:00
Thomas Buckley-Houston 92de166b77 Ensure correct branch checked out to tag release 2018-06-14 05:30:19 +08:00
Thomas Buckley-Houston 0109fa206e Move .goreleaser.yml file 2018-06-10 22:47:49 +08:00
Thomas Buckley-Houston 2f72159670 Goreleaser: replace fpm with nfpm 2018-06-10 21:01:25 +08:00
Thomas Buckley-Houston 14796c0d93 Updates for Goreleaser
Update Golang to 0.10

Use `curl -sL http://git.io/goreleaser | bash` instead of `go get`
2018-06-10 20:33:41 +08:00
Thomas Buckley-Houston 74538fed0e Fix for zero-width chars in page titles
Also removes the Mozilla Cliqz disclaimer tab on first startup.
Interestingly it has a carriage return in its HTML page title, which is
of course zero-width. But also the fact that this tab can sometimes load
before the requested tab at startup is a showstopper for automated
tests.
2018-01-31 15:40:43 +08:00
Thomas Buckley-Houston 0b3ff030cd Release v0.2.3 2018-01-30 17:50:55 +08:00
Thomas Buckley-Houston 2985774859 Automate releases 2018-01-28 16:08:19 +08:00