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)