Releases: KristofferC/OhMyREPL.jl
Releases · KristofferC/OhMyREPL.jl
v0.5.28
OhMyREPL v0.5.28
Merged pull requests:
- Update documentation website (#360) (@abhro)
- fix disappearing fzf matches (#363) (@sandyspiers)
- fix macro highlighting (#364) (@ChrHorn)
- use an explicit list of precompiles instead of trying to generate them dynamically (#368) (@KristofferC)
Closed issues:
v0.5.27
OhMyREPL v0.5.27
Merged pull requests:
Closed issues:
v0.5.26
OhMyREPL v0.5.26
Merged pull requests:
- fix crash when repl.mistate is defined but nothing (#353) (@ExpandingMan)
v0.5.25
OhMyREPL v0.5.25
Merged pull requests:
- Re-add typeassert highlighting (#322) (@jakobnissen)
- return active colorscheme after
colorscheme!
(#327) (@MarcMush) - Remove traling newline in Markdown code blocks (#336) (@Keluaa)
- Small fzf search QOL update. (#347) (@curtd)
- Fix moving up and down in REPL (#350) (@huangyxi)
- disable precompilation on 1.12+ since it hangs (#352) (@KristofferC)
Closed issues:
- Fail to press
UP
orDOWN
keys in REPL afterv1.11.0-rc1
(#349)
v0.5.24
OhMyREPL v0.5.24
Merged pull requests:
- adjustment to JuliaLang/Pkg.jl#3777 (#339) (@aviatesk)
Closed issues:
v0.5.23
OhMyREPL v0.5.23
Merged pull requests:
- Show tab complete hints, if supported (#330) (@IanButterworth)
v0.5.22
v0.5.20
v0.5.19
OhMyREPL v0.5.19
Closed issues:
- OMR fails after JuliaSyntax upgrading to v0.3.3 (#308)
Merged pull requests:
- Use post-parse
JuliaSyntax.tokenize()
API (#306) (@c42f) - add a red background for error tokens (#309) (@KristofferC)
v0.5.18
OhMyREPL v0.5.18
Merged pull requests:
- move to JuliaSyntax.jl over Tokenize.jl (#277) (@KristofferC)
- Add OneLight/TommorowDay themes, update bracket colours (#304) (@tecosaur)
- change precompile strategy to FakePTYs (#305) (@KristofferC)