2021-10-25 07:24:28 by pin | Files touched by this commit (1) | |
Log message:
sysutils/macchina: fix PLIST after update
|
2021-10-25 00:05:38 by pin | Files touched by this commit (2) | |
Log message:
sysutils/macchina: update to 4.0.1
v4.0.1
Bugfix
-Fix --long-shell doing the opposite of its intended behavior.
Other
-We've added a new command-line flag, --ascii-artists to credit the ASCII
artists whose ASCII art we use throughout macchina.
v4.0.0
macchina v4.0, codename "Copper"
-macchina now looks for themes in $XDG_CONFIG_HOME/macchina/themes, the previous
data path is deprecated. (#172)
-Many command-line flags have been deprecated in favor of being moved to/present
in theme files. (#172)
-Themes are now written in TOML rather than JSON. (#172)
|
2021-10-22 11:19:36 by pin | Files touched by this commit (4) | |
Log message:
sysutils/macchina: update to 3.0.0
macchina v3.0, codename "Nickel"
-You can now customize the text of every readout's key (#165).
see the new Carbon.json, if installing using pkgsrc you can find it inside
${PREFIX}/share/examples/macchina/
-Added initial FreeBSD support libmacchina#77
-Provide an option to shorten kernel output using the --long-kernel flag or
long_kernel configuration option (#168)
-Use if-addrs as our IP crate (#163)
You now have to specify your network interface through the --interface
flag or interface configuration option.
-Bump our dependencies to their latest versions.
|
2021-10-18 11:17:26 by pin | Files touched by this commit (2) | |
Log message:
sysutils/macchina: update to 2.0.0
Breaking change:
-The palette option, previously taking a boolean value, now accepts the
following:
-Dark: Display darker color variants.
-Light: Display lighter color variants.
-Full: Display all color variants.
|
2021-10-07 16:58:44 by Nia Alarie | Files touched by this commit (630) |
Log message:
sysutils: Remove SHA1 hashes for distfiles
|
2021-10-07 13:47:08 by pin | Files touched by this commit (3) | |
Log message:
sysutils/macchina: update to 1.1.8
-libmacchina: bump to v2.1.8
-linux: don't subtract 1 from package count values to avoid future panics.
-linux: count linuxbrew packages.
-linux: query every distribution-specific package managers.
|
2021-10-01 23:27:41 by pin | Files touched by this commit (3) | |
Log message:
sysutils/macchina: update to 1.1.7
- macOS: Count Homebrew packages in `/opt/homebrew` (for Apple Silicon)
|
2021-09-17 22:58:09 by pin | Files touched by this commit (3) | |
Log message:
sysutils/macchina: update to 1.1.6
v1.1.6
-Update libmacchina dependency to v2.1.4, finally fixing the brightness readout.
v1.1.5
-Update to latest libmacchina, libc, serde_json and dirs versions
-Import libmacchina's backlight method (#102)
-netbsd/terminal: Traverse /proc to which terminal the user is operating in,
ignoring the shell.
-netbsd/resolution: Remove this method for the time being
On my previous commit I wrote the following, "As of version 1.0.0 macchina uses
google-speech to support text-to-speech. I've disabled this feature, please let
me know if you think this should be on."
This was a mistake from my side, the feature was available but, disabled by
default in versions 1.0.0 to 1.1.5.
The relevant code is only compiled into the binary if, and only if, the feature
is enabled at compile time.
This feature and the code have been removed on version 1.1.6
|
2021-09-15 15:35:55 by pin | Files touched by this commit (3) | |
Log message:
sysutils/macchina: update to 1.1.3
As of version 1.0.0 macchina uses google-speech to support text-to-speech.
I've disabled this feature, please let me know if you think this should be on.
v1.1.4
-Fix NetBSD build.
v1.1.3
-macOS: manually look for config in $HOME/.config/ (#138)
v1.1.2
-readme: Fix Linux benchmark table formatting
v1.1.1
-misc: Remove X11 feature from codebase after having replaced it with a built-in
resolution parser (#135)
-misc: Bump all dependencies' versions
-config: Fallback to original naming for some ReadoutKeys
-readme: Remove saythanks badge
-readme: benchmarks: disclose the environment/processor
-readme: Nix's installation section now mentions all channels
-actions: Bring back netbsd workflow after having removed all X11 code
-libmacchina: Bump from v0.8.1 to v1.0.1
-[*nix only] Implement a new readout, disk_space() which for now returns the
used bytes of the root partition
-Add macOS resolution (#56)
-Address a panic caused by too much output in the resolution readout (#132)
-src/macos/mach_ffi.rs: Remove useless CGError typedef
-src/macos/mod.rs: Search for "brew" rather than "homebrew" \
before getting
package count
-src/data/mods.rs: Significantly improve shell readout logic
-macchina.toml: Be more specific in small_ascii description
-src/cli.rs: Be more specific in small_ascii description
v1.1.0
Bug fixes:
-Address an issue that causes text to overflow when the terminal
is reduced beyond its original size
-Address an issue that causes terminal information to be incorrect
when in a nested shell situation
Features:
-Added the commit hash to --version
-Added an option to toggle between displaying the current or default shell
Misc:
-Added macOS Monterey to list of macOS versions
-Removed many build dependencies (breaking shell auto-completion)
-Removed many annoying conflict checks in the configuration file
-No longer capitalize shell output
-Bumped most dependencies' versions
|
2021-09-11 23:14:32 by pin | Files touched by this commit (1) |
Log message:
sysutils/macchine: explain reason for not updating
|