- Configuration: Added new date symbols.
- Configuration: The battery group, or whatever YAML calls it, now has a format
option, similar to the date group. Its symbols are fully documented in the
manpage, under the BATTERY SYMBOLS section.
- Network: When disconnected, the network notification will show a
"network-wireless-disconnected-symbolic" icon. In other terms, the network
notification is contextually-aware.
- Miscellaneous: Some refactoring work has gone into our formatters (which are
responsible for the final format of the notification's body).
- Miscellaneous: Added a CHANGELOG.md that keeps track of the history of changes
introduced by every version.
v0.10.1
-Fix a warning. I forgot to upload v0.10.0, here's what happened.
Fixed a bug that made it so the month (%m) showed up as a number and not
its textual representation, e.g. "Jan".
-Added a new symbol (%M), which shows a long version of the current month,
e.g. "January".
v0.9.0
-Configure through a config file. citron can only be configured through a
config file now, as its command-line interface has been stripped down
to subcommands and a few flags.
An example configuration file can be found at:
https://git.sr.ht/~grtcdr/citron/tree/main/item/config.yml
For more information, run man citron.
BREAKING CHANGES: Improvements to citron's CLI interfaceThis version makes
improvements to citron's CLI interface, i.e. the flags that you use to interact
with it.All of its functionalities have become subcommands.
- Previously: citron --date
- Now: citron date This means options are now specific to their respective
subcommand, e.g.--railway will only show up when consulting the help section of
the date subcommand, and it will only work for it too.
One more thing, the usage of icons no longer requires calling two different
flags, one is enough, and that one has now been renamed to just -I, it does not
currently have a long name.
-Relocate to sr.ht
This is not a feature release, nor is it a bugfix release, citron just
relocated to sr.ht, and thus its manifest (Cargo.toml) had to be updated.
v0.6.4
-Hotfix: squash a bug that stopped network statistics from showing up on NetBSD.
v0.6.3
-This addresses a bug (incorrect filter usage) that occurs
during the fetching of battery statistics on Linux.
v0.6.2
-Small fix in the backend that adds back an allow:dead_code attribute in
a specific module to avoid getting a bunch of warnings at build-time.
v0.6.1
-citron is not affected by libmacchina's new breaking changes, but the most
notable change in this new version of libmacchina is the introduction
of the "hash" feature, which citron does not enable, this drops a lot of
dependencies that we don't need.
v0.6.0
-Add icon support
citron is:
-a non-intrusive alternative to panels.
-extremely fast, thanks to libmacchina.
-works across different distributions, window managers and desktop environments.