cargo fend 1.3.2
Version 1.3.2

latest releases: 1.4.9, 1.4.8, 1.4.7...
7 months ago

Changes in this version:

  • You can now define your own custom units in the ~/.config/fend/config.toml configuration file. For example:

    [[custom-units]]
    singular = 'fortnight'
    plural = 'fortnights'  # plural form is optional, defaults
                           # to singular if not specified
    definition = '14 days'
    attribute = 'allow-long-prefix'  # this makes it possible to combine this
                                     # unit with prefixes like 'milli-' or 'giga-'

    See the default config file for more examples.

  • You can now tab-complete Greek letters in the CLI, e.g. \alpha becomes α (by @Markos-Th09)

  • You can now use the of operator to write e.g. 5% of 100 (by @fa993)

  • Add CGS units (by @Markos-Th09)

Don't miss a new fend release

NewReleases is sending notifications on new releases.