Skip to content

Releases: heyvito/howe

v0.2.2

05 Feb 17:01
Compare
Choose a tag to compare

This release improves the behaviour of the wildcard option in the disks widget. Using it will now list all mountpoints instead of all devices:

- type: disks
  disks:
    - '*'

Files prefixed with -compressed were compressed using UPX, and are ~28% smaller than their counterparts.

SHASums

f83ee0dcb3afd52c4bee2a53a1df31d2d87a1c22  release/howe-darwin-amd64
e5b4d882c51e1e7c8842cdd5eb0bda667d617c58  release/howe-darwin-amd64-compressed
efca51ff3005005d1a6cf9a6dcc40f37b45b0d94  release/howe-linux-amd64
3d681cea65b397e74ea0e498cf9322471e86e683  release/howe-linux-amd64-compressed

v0.2.1

04 Feb 15:34
Compare
Choose a tag to compare

This release improves the disks widget, allowing mountpoints to be used:

- type: disks
  disks:
    - /
    - /boot

This works by first attempting to find a mountpoint in the provided path, falling back and assuming the path as a device name.


Files prefixed with -compressed were compressed using UPX, and are ~28% smaller than their counterparts.

SHASums

eca8e73a2aeb71b5781e6eff84e8e50bfdaf6cd3  release/howe-darwin-amd64
d51bebb19804b1289697037316e48e564dc35afc  release/howe-darwin-amd64-compressed
4df50b37f07d9555bf504650c33f798eb94de887  release/howe-linux-amd64
972f7b1796bbcf83fa3b3ec731bc83d5bba0be2b  release/howe-linux-amd64-compressed

v0.2

08 Dec 22:26
Compare
Choose a tag to compare
v0.2 Pre-release
Pre-release

This release adds support to variable expansion in text fields, and custom fonts and colours to the banner widget.

Files prefixed with -compressed were compressed using UPX, and are ~28% smaller than their counterparts.

SHASums

a2c88e9b67104b72b59bef3b370794216414a0ce  release/howe-darwin-amd64
9800924a5e8b193fdf68679ed2d9059d772dfb76  release/howe-darwin-amd64-compressed
95a8261c24ee73b48a2599cd6ccefe10321dc4f5  release/howe-linux-amd64
5779384e438c969d3a45b92bc26d10f34a594c2e  release/howe-linux-amd64-compressed

v0.1.1

06 Dec 17:47
48fe536
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release
Merge pull request #1 from otherguy/master

Make disks wider for longer disk names

v0.1

16 May 02:59
Compare
Choose a tag to compare
v0.1 Pre-release
Pre-release
Initial commit