Skip to content

Commit

Permalink
Merge branch 'release/v1.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
AvatarHurden committed May 4, 2017
2 parents c5ec3b3 + e3d7b20 commit db31f33
Show file tree
Hide file tree
Showing 4 changed files with 200 additions and 230 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ This means that all of the following are allowed:

## Change Log

### v1.2

* Saves exchange information locally, updating automatically or manually
* Allow converting currencies directly in the search

### v1.1

* Allow decimal amounts to be inserted (using either a comma or a period)
Expand Down
14 changes: 14 additions & 0 deletions src/currency.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@

[defaults]

# Should the plugin try to convert currencies directly in search?
# * If no, you will have to select the catalog item before entering the
# currencies to convert
# * Default: true
#always_evaluate = true

# Whether the catalog item is enabled
# Default: true
#enable = true
Expand All @@ -13,6 +19,14 @@
# Default: Convert Currency
#item_label = Convert Currency

# The frequency at which rates are automatically updated.
# Accepted values are:
# never
# hourly
# daily
# Default: daily
#update_freq = daily

# The code of the default source currencies to assume if none is specified at
# search time.
# For multiple currencies, separate each one with a comma.
Expand Down
Loading

0 comments on commit db31f33

Please sign in to comment.