Skip to content

Commit

Permalink
Reword changelog and default config
Browse files Browse the repository at this point in the history
  • Loading branch information
printfn committed Nov 13, 2023
1 parent fb90e77 commit e0ad2d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### v1.3.2 (2023-11-11)

* You can now define your own custom units in the `~/.config/fend/config.toml`
* Custom units can now be defined in the `~/.config/fend/config.toml`
configuration file. For example:

```toml
Expand All @@ -18,7 +18,7 @@
See the [default config file](https://github.com/printfn/fend/blob/main/cli/src/default_config.toml) for more examples.
* You can now tab-complete greek letters in the CLI, e.g. `\alpha` becomes α
(by [@Markos-Th09](https://github.com/Markos-Th09))
* You can now use the `of` operator to write e.g `5% of 100`
* You can now use the `of` operator to write e.g. `5% of 100`
(by [@fa993](https://github.com/fa993))
* Add CGS units (by [@Markos-Th09](https://github.com/Markos-Th09))

Expand Down
4 changes: 2 additions & 2 deletions cli/src/default_config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ unknown-settings = 'warn'

# Whether to enable internet access. This is required for
# currency conversions, where fend makes a request to
# the European Central Bank website to download the latest
# exchange rates.
# the the UN treasury or the European Central Bank website
# to download up-to-date exchange rates.
enable-internet-access = true

# Data source for currency exchange rates. fend supports
Expand Down

0 comments on commit e0ad2d7

Please sign in to comment.