Skip to content

Releases: w4/bin

v2.0.1

27 Nov 20:21
@w4 w4
v2.0.1
06513b7
Compare
Choose a tag to compare

What's Changed

  • fix newlines in browser display by @DasLulilaan in #40
  • Update dependencies
  • Move to FROM scratch docker images
  • Use default browser monospace font to fix bad font kerning on Linux

New Contributors

Full Changelog: v2.0.0...v2.0.1

v2.0.0

14 Mar 22:54
@w4 w4
v2.0.0
3defb20
Compare
Choose a tag to compare

Moved to actix and introduced bat for more syntaxes

v1.0.5

23 Jul 14:24
@w4 w4
4eb9049
Compare
Choose a tag to compare

A regression has been fixed where new lines were lost when pastes are sent from the command line.

v1.0.3

05 Apr 13:59
@w4 w4
2502cc7
Compare
Choose a tag to compare

bin. now has line numbers courtesy of @JuliDi

v1.0.2

21 Feb 16:50
@w4 w4
5b78680
Compare
Choose a tag to compare

This release doesn't have any visible changes but improves the efficiency of bin a little bit by reducing unnecessary allocations and removing unused dependencies.

v1.0.1

16 Feb 11:55
@w4 w4
22f5e25
Compare
Choose a tag to compare

This release includes a small bugfix to apply overflow: auto to the input text area and show paste pages instead of overflow: scroll so scrollbars don't show when they're not needed.

v1.0.0

15 Feb 22:27
@w4 w4
1e1f600
Compare
Choose a tag to compare

Initial release of bin.

Features

  • Syntax highlighting
  • CLI support
  • ... that's about it