Commit graph

8 commits

Author SHA1 Message Date
pin
e7d95859d6 x11/citron: update to 0.11.0
- 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.
2022-01-06 07:52:32 +00:00
pin
86535ec73c x11/citron: update to 0.10.1
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.
2022-01-04 18:03:35 +00:00
pin
a98dfb6453 x11/citron: update to 0.8.0
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.
2022-01-02 21:58:36 +00:00
pin
96385b9f05 x11/citron: update to 0.7.0
-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.
2022-01-02 16:28:42 +00:00
pin
e4abd1e705 x11/citron: update to 0.6.4
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
2021-12-27 09:13:06 +00:00
pin
509f17b1d1 x11/citron: update to 0.5.0
-Feature release: Add an option (-R) to use railway time
2021-12-12 22:17:44 +00:00
pin
fee7155096 x11/citron: update to 0.4.1
-Refactor and introduce timezone auto-detection.
2021-12-10 17:18:15 +00:00
pin
b7aa81e43b x11/citron: import package
citron is:

-a non-intrusive alternative to panels.
-extremely fast, thanks to libmacchina.
-works across different distributions, window managers and desktop environments.
2021-12-06 21:45:07 +00:00