Skip to content

Releases: browsh-org/browsh

v1.3.3

11 Jul 21:09
Compare
Choose a tag to compare

Changelog

6471b6f Remove Firefox as a dep in Brew Tap recipe

v1.3.2

11 Jul 10:13
Compare
Choose a tag to compare

Changelog

5263897 Add 386 and arm64 builds
d66d3e2 JS prettier formatting
c2fe5a1 Update NPM packages
2fc0b5c Formatted all Go code
3c41974 Increase sendRawText() wait hack to 400ms
be098c0 Redirect HTML service requests for favicon.ico
85affab Collapse recursive URLs to the HTML service
3d0c224 Error if Firefox version is older than 57
24c4921 Use firefox | firefox-esr as OR dep for .deb
b8d031e Goreleaser: format default zip, override to binary
3cc5485 Merge branch 'master' of github.com:browsh-org/browsh
b4c9f2d Added Homebrew Tap recipe
3ee9b16 Prevent mouse interaction crashing app

v1.2.3

10 Jul 02:50
Compare
Choose a tag to compare

Changelog

7e21f89 Merge branch 'master' of github.com:browsh-org/browsh
bd08ae4 Version 1.2.3
6593691 Don't use curl's --fail in setting up Browsh
c26b632 Remove gcloud_logger from Dockerfile
74fd11a Correct link on text.brow.sh home page
19d97a8 README: Fix a typo
c457210 Refactor disallowed domains in HTTP service
90078ff Add --fail and set -e when setting up Browsh

v1.2.2

09 Jul 06:03
Compare
Choose a tag to compare

Changelog

29132f3 Better attempt to fix Google phishing warnings

v1.2.1

09 Jul 05:21
Compare
Choose a tag to compare

Changelog

3846883 Quick fix to stop Chrome detecting phishing
4b9ff90 Change Docker image name in README to browsh's
ba373e9 Change 'texttop' refs to 'browsh'
0c22a05 Merge branch 'webext-rewrite'
421b0df Update README.md to specify ssh port as per mosh man page
37a48ae Update README.md to cd to the folder with run.sh
c1eac09 Referenced note from @jfdhuiz about elinks
57931eb seperate -> separate
18db9ac begining -> beginning
cdae166 Fixed link to function example in README
60423b5 Emergency note about rewrite. Hello HN!
6524500 Update README.md
73604f1 Don't print 'KB OFF' on every render. Prevents glitches in non-KB mode
8fe026e Remove dependency on hacky glibc support. It was only needed by a UTF8 conversion call in hiptext. Thanks to another hack where I patch hiptext to just use the actual Upper Half block character pasted into the file, then glibc support isn't needed.
1453c01 Keyboard mode. For terminals with no/bad mouse support. Closes #5
01a551c Print the stages of starting up
bb497ae Ensure hiptext's O(1) rendering with -fast=true
de82679 Use hiptext's -fast option for O(1) rendering
576821f Provide CTRL+ALT+Q to cleanly exit
287d219 Mount .ssh volume read-only. Example of mounting system folder.
c4ed739 README tidying
0ee394d Start noting good/bad terminals. Add instructions for running other apps
1d03a3a Added link to Youtube video
e46884a Updated README with new unicode demo gif
65e0d7c Hiptext UTF8 block element rendering! Provides almost double the resolution by using the unicode upper block character, "▀", and setting its colour as with the fg colour and the missing space below it with the bg colour. Clever stuff.
e9f5124 'docker run' command for remote install was wrong.
de6a2a1 Running texttop with a oneliner doesn't get the correct stty size
496e10f Add note about Docker image's size
ad12822 README typos
763ec31 Add note to README about AMD CPU arch. Closes #3
8052f98 Rearrange Dockerfile. Update README. Using mirrors in Dockerfile because default ones were down at time of writing. Refactor all build commands into 1 RUN command to try and reduce the number of cached build layers and thus reduce the size of the finished image.
bea7b7c Change xdotool command for spacebar from 'Space' to 'space'
ca8b1ba README updates
053326a Shorten the quickstart command
6993b87 Use .gif instead of asciinema embed
65dda3e Add asciinema gif
a1d5a06 Add -bgprint=true flag to hiptext. Seems to stop background bleeding.
e598d84 Added license and updated README
9ec5c8c Needed to add the dejavu font for hiptext and dbus for firefox.
4639ea6 Updated Dockerfile and README. But now it doesn't work :/
09168fc Just some atom-beautify to make code look better
8c7071f Updated Dockerfile with some Go build lines. Added README
093b5ad Expands texttop to full size of current terminal
8acb1bc Just some simple refactoring and tidying up
653eb6b Panning working well. This is now very, very usable. Time to tidy up.
13d9fad Fixed zoom bug by writing some tests. Also moved thigns around a lot.
fa72b1b Fixed showstopper bug that crashed stdin_forward when you zoom in then out
b25feff Big milestone. Actually able to browse the web with Firefox :D
0afecac Actual usable zooming and panning! Still needs work though.
932a4b3 Big change! Using code based on the little-known xzoom program, so no need for XFCE The big problem with XFCE's zoom was that it follwed the mouse. So there was no way to have the terminal representation of the desktop map to a smaller segment of the real desktop without the terminal mouse position being able to exactly 'hover' over the real mouse position.

v1.2.0

08 Jul 08:06
Compare
Choose a tag to compare

Changelog

f6308f0 Version 1.2.0
160a19e Add arg for HTTP server bind address
26fa4cb Use www.brow.sh's HTML service welcome page
8d8168b First implementation of bg image for HTML service
0854191 Add gif to README
2ea4eb0 Better ENTER key UX

v1.1.5

06 Jul 06:59
Compare
Choose a tag to compare

Changelog

6fc594b Version v1.1.5
8bd5f3d Post-release hook to update www.brow.sh version
1a6fa69 Added donation link to HTML response pages
7f8893f Add logo to TTY startup. README updates
752f34d Redirect HTTP to HTTPS

v1.1.4

26 Jun 08:04
Compare
Choose a tag to compare

Changelog

af1f47b Version 1.1.4
16f1917 Basic application-level HTTP rate limiting
c0c6884 Added gzip compression to HTTP server
1bbe912 Move start of raw text perf measurement
642fd83 Include original favicon in HTTP server responses
2e1de9d Add 10min public cache to HTTP server
c549f74 The tagging saga continues :'(

v1.1.3

23 Jun 11:49
Compare
Choose a tag to compare

Changelog

5ddba85 Don't put any HTML in plain raw pages
f89ecc6 Version 1.1.3
4f637cc F1 key to open help tab
3f6211c Added robots.txt to ignore everything but /
d4cb55f Force monospace for raw text HTML pages
2350000 Add time stamp to HTML raw text
9ce338f Add limit to HTTP service's page size
61626b5 Fix for errant tags appearing on HTTP server
b2f1315 More rigourous definition of mode
70d3f45 Extra loggina and README updates
802a612 Add 1 extra delayed big frames render at page load
f01b72d Remove brightness filter for em, strong, text
0bfd0c4 Tag before reseting during release

v1.1.2

18 Jun 12:16
Compare
Choose a tag to compare

Changelog

e4933ac Version v1.1.2
ea53e6b Return help message for / request on HTTP service
cddd3ca Fix for HTTP server tabs not automatically closing
4b18c55 Ensure webext-rewrite branch is used to push tags