# \[ANN\] Juno 0.12

**URL:** https://discourse.julialang.org/t/ann-juno-0-12/34717
**Category:** Juno
**Tags:** announcement, juno
**Created:** [February 16, 2020, 10:12am UTC](https://discourse.julialang.org/t/ann-juno-0-12/34717 "2020-02-16T10:12:58Z")
**Posts on this page:** 1
**Showing post:** 34

<div class="post-metadata">

### Author: ![pfitzseb](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/pfitzseb/32/45566_2.png) [@pfitzseb](https://discourse.julialang.org/u/pfitzseb)
#### Post date: [February 21, 2020, 3:16pm UTC](https://discourse.julialang.org/t/ann-juno-0-12/34717/34 "2020-02-21T15:16:38Z")

</div>

Hey everybody,

we’ve just released Juno 0.12.1, which mainly fixes a bunch of bugs:

- Fixed an unrecoverable error when Julia was force closed on Windows ([#687](https://github.com/JunoLab/atom-julia-client/issues/687), fixed by [#261](https://github.com/JunoLab/atom-ink/pull/261)).
- Prevent in-editor profile lines to be shown when no corresponding line exists in the editor ([#481](https://github.com/JunoLab/Juno.jl/issues/481), fixed by [#260](https://github.com/JunoLab/atom-ink/pull/260)).
- Updated version of the terminal library Juno uses ([#258](https://github.com/JunoLab/atom-ink/pull/258)).
- In-editor breakpoints stay attached to the correct line now ([#259](https://github.com/JunoLab/atom-ink/pull/259)).
- Detecting the REPL’s current module is now much faster ([#288](https://github.com/JunoLab/Atom.jl/pull/288) and [#691](https://github.com/JunoLab/atom-julia-client/pull/691)).
- Improved in-editor evaluation so that e.g. [`readline()` looks a lot better now](https://discourse.julialang.org/t/getting-user-input-like-with-javas-scanner/34960) ([#288](https://github.com/JunoLab/Atom.jl/pull/288),[#286](https://github.com/JunoLab/Atom.jl/pull/286), and [#694](https://github.com/JunoLab/atom-julia-client/pull/694)).
- Massive speed improvement for big HTML objects being send to the plot pane ([#287](https://github.com/JunoLab/Atom.jl/pull/287)).
- Fixed a regression in Juno’s block finding mechanism ([#685](https://github.com/JunoLab/atom-julia-client/pull/685)).
- Fixed a bug where cell evaluation results would always be displayed in-editor, even when a different setting is selected ([#486](https://github.com/JunoLab/Juno.jl/issues/486), fixed by [#689](https://github.com/JunoLab/atom-julia-client/pull/689)).
- Fixed display of big (\>2MB) HTML objects in the plot pane ([#488](https://github.com/JunoLab/Juno.jl/issues/488), fixed by [#690](https://github.com/JunoLab/atom-julia-client/pull/690)).
- Various improvements to the process cycler ([#692](https://github.com/JunoLab/atom-julia-client/pull/692)):
  - Changing e.g. the number of threads now invalidates cached processes, so it’s no longer necessary to kill a bunch of processes to get the updated settings.
  - A warning about mismatched versions of julia-client and Atom.jl is now displayed more consistently.

- Prettier buttons for the debugger toolbar ([#693](https://github.com/JunoLab/atom-julia-client/pull/693), thanks to @jules).

As always, please follow the update instructions in the first post and keep reporting any issues you might find – all feedback is much appreciated.

Enjoy!

---

_[View the full topic](https://discourse.julialang.org/t/ann-juno-0-12/34717)._
