Releases: KristofferC/OhMyREPL.jl
Releases · KristofferC/OhMyREPL.jl
v0.5.6
OhMyREPL v0.5.6
Closed issues:
- Square brackets don't behave like the rest for auto-closing (#196)
- Showing time in prompt (#197)
- no auto-complete single quotation mark immediately after letter (#200)
- Missing website (#208)
Merged pull requests:
- Install TagBot as a GitHub Action (#195) (@JuliaTagBot)
- allow using functions for prompt modifications (#198) (@KristofferC)
- fixing transpose expressions (#202) (@daviehh)
- fix errors on v1.6 (#206) (@aviatesk)
v0.5.5
v0.5.5 (2020-03-13)
v0.5.4
v0.5.4 (2020-02-03)
Closed issues:
- Quotes and backticks not paired if immediately after another non brace character (#192)
- Backtick strings not correctly highlighted? (#190)
- Where are the stack traces (#189)
- CTRL-P which is history substring search in the REPL is mapped to history recall when OhMyREPL is loaded. (#169)
Merged pull requests:
v0.5.3
v0.5.3 (2019-10-16)
Closed issues:
- Save and set as default a new colorscheme (#185)
- Can't initialize for REPL mode only (#183)
- 1:m doesn't detect the colon as a range (#181)
- Don't add closing quotation symbol after parens (#124)
- Loading OhMyREPL for interactive sessions only (#68)
Merged pull requests:
- fixup Project file (#187) (KristofferC)
- fix initing interface if not yet inited (#186) (KristofferC)
- Don't add closing quote after right bracket (#184) (MarcMush)
- fix coloring of a:b (#182) (MarcMush)
v0.5.2
v0.5.2 (2019-08-26)
Closed issues:
- Pasting word containing ß into OhMyREPL causes an error (#177)
- Keymap Error, after typing certain unicode strings (#176)
- There is no .julia/config/startup.jl (#173)
- Pasting "mean_μ = 0" into OhMyRepl causes error (#172)
- Ctrl T errors (#167)
- StringIndexError (#164)
Merged pull requests:
- update doc deps and test on 1.2 instead of 1.1 (#180) (KristofferC)
- fix calls into LineEdit for transpose (#179) (KristofferC)
- fix some string indexing errors (#178) (KristofferC)
v0.5.1
fix for Crayons update (#165)
v0.5.0: fixup tests (#149)
* fixup tests
v0.4.1
fix markdown highlighting (#140)
v0.4.0
New logger stuff
Markdown display bugfix
v0.3.0: make work with 0.7 (#112)
* Minor fixes in order to work with latest master. Update refresh_lines.jl Update OhMyREPL.jl Update OhMyREPL.jl Update repl.jl Update repl.jl Update REQUIRE * OMR 0.7 * more 0.7 updates * disable bracket complete on windows by default