Skip to content

Commit

Permalink
Merge pull request #238 from cdepillabout/multi-win
Browse files Browse the repository at this point in the history
Split out Preferences-related functions from Termonad.App to Termonad.Preferences
  • Loading branch information
cdepillabout authored Oct 23, 2023
2 parents fadd12c + 8466908 commit 2a61acc
Show file tree
Hide file tree
Showing 8 changed files with 381 additions and 282 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,15 @@
funtionality, you should be able to use the `Termonad.start` function (in
place of `Termonad.defaultMain`).

* Rename the `Termonad.PreferencesFile` module to `Termonad.Preferences.File`.

Also, add a `Termonad.Preferences` module that re-exports everything helpful
from the `Termonad.Preferences.File` module. Also, some of the
preferences-related functionality from `Termonad.App` has been moved into
`Termonad.Preferences`.
[#238](https://github.com/cdepillabout/termonad/pull/238)


## 4.5.0.0

* Add an `allowBold` option (which defaults to `True`). This can be used if
Expand Down
Loading

0 comments on commit 2a61acc

Please sign in to comment.