Compare commits
2 Commits
a5679cb1fc
...
93048d6053
Author | SHA1 | Date | |
---|---|---|---|
Jonathan Lamothe | 93048d6053 | ||
Jonathan Lamothe | d55f7b1f50 |
|
@ -1,9 +1,12 @@
|
||||||
# Changelog for mtlstats
|
# Changelog for mtlstats
|
||||||
|
|
||||||
## current
|
## 0.17.0.1
|
||||||
- updated code to use brick instead of ncurses
|
- fixed autocapitalization
|
||||||
|
|
||||||
## 0.17.0
|
## 0.17.0
|
||||||
|
- updated code to use brick instead of ncurses
|
||||||
|
|
||||||
|
## 0.16.1
|
||||||
- Don't automatically start a new game on new season
|
- Don't automatically start a new game on new season
|
||||||
|
|
||||||
## 0.16.0
|
## 0.16.0
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name: mtlstats
|
name: mtlstats
|
||||||
version: 0.17.0
|
version: 0.17.0.1
|
||||||
license: GPL-3.0-or-later
|
license: GPL-3.0-or-later
|
||||||
author: "Jonathan Lamothe"
|
author: "Jonathan Lamothe"
|
||||||
maintainer: "jlamothe1980@gmail.com"
|
maintainer: "jlamothe1980@gmail.com"
|
||||||
|
|
|
@ -127,7 +127,7 @@ ucStrPrompt
|
||||||
-- ^ The callback function for the result
|
-- ^ The callback function for the result
|
||||||
-> Prompt
|
-> Prompt
|
||||||
ucStrPrompt pStr act = (strPrompt pStr act)
|
ucStrPrompt pStr act = (strPrompt pStr act)
|
||||||
{ promptProcessChar = \ch -> editContentsL %~ insertChar ch }
|
{ promptProcessChar = \ch -> editContentsL %~ insertChar (toUpper ch) }
|
||||||
|
|
||||||
-- | Creates a prompt which forces capitalization of input to
|
-- | Creates a prompt which forces capitalization of input to
|
||||||
-- accomodate a player or goalie name
|
-- accomodate a player or goalie name
|
||||||
|
|
Loading…
Reference in New Issue
Block a user