Skip to content

Releases: KristofferC/OhMyREPL.jl

v0.5.6

24 Aug 09:01
85d5569
Compare
Choose a tag to compare

OhMyREPL v0.5.6

Diff since v0.5.5

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:

v0.5.5

13 Mar 08:33
v0.5.5
08fb658
Compare
Choose a tag to compare

v0.5.4

03 Feb 10:45
v0.5.4
7092754
Compare
Choose a tag to compare

v0.5.4 (2020-02-03)

Diff since v0.5.3

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:

  • remove wrong overloads for Ctrl-N, Ctrl-P (#194) (KristofferC)
  • Proper matching, and backtick support. (#193) (ghyatzo)
  • Add Base16 Material Darker color scheme (#188) (rgcv)

v0.5.3

16 Oct 10:06
v0.5.3
81dc145
Compare
Choose a tag to compare

v0.5.3 (2019-10-16)

Diff since v0.5.2

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:

v0.5.2

26 Aug 10:08
v0.5.2
50f95e8
Compare
Choose a tag to compare

v0.5.2 (2019-08-26)

Diff since v0.5.1

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:

v0.5.1

11 Mar 11:57
9f5e185
Compare
Choose a tag to compare
fix for Crayons update (#165)

v0.5.0: fixup tests (#149)

05 Feb 14:41
d7e5096
Compare
Choose a tag to compare

v0.4.1

10 Dec 01:24
62e4388
Compare
Choose a tag to compare
fix markdown highlighting (#140)

v0.4.0

14 Nov 12:47
Compare
Choose a tag to compare

New logger stuff
Markdown display bugfix

v0.3.0: make work with 0.7 (#112)

27 Jun 13:41
ef85ef0
Compare
Choose a tag to compare
* 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