Skip to content

Commit f650d59

Browse files
committed
add release note
1 parent a74e176 commit f650d59

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

release-notes/0.12.5.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
2+
## Release notes
3+
4+
### Features
5+
- Fuzzy completions ([#308](https://github.com/JunoLab/Atom.jl/pull/308) and [#713](https://github.com/JunoLab/atom-julia-client/pull/713)):
6+
![image|337x441](https://aws1.discourse-cdn.com/business5/uploads/julialang/original/2X/b/b6e7d7a4feb29564356d3e67d1f260a936aa5b74.png)
7+
- Juno now displays the currently active environment in the toolbar ([#330](https://github.com/JunoLab/Atom.jl/pull/330) and [#741](https://github.com/JunoLab/atom-julia-client/pull/741)).
8+
9+
### Improvements
10+
11+
- Improved functor display ([#305](https://github.com/JunoLab/Atom.jl/pull/305) and [#303](https://github.com/JunoLab/Atom.jl/pull/303)).
12+
- Improved `missing` display ([#306](https://github.com/JunoLab/Atom.jl/pull/306)).
13+
- Traceur.jl integration is now lazy-loaded ([#309](https://github.com/JunoLab/Atom.jl/pull/309)).
14+
- Better error handling when retrieving an object's documentation fails ([#310](https://github.com/JunoLab/Atom.jl/pull/310)).
15+
- Better regex for matching paths in the REPL ([#734](https://github.com/JunoLab/atom-julia-client/pull/734), [#731](https://github.com/JunoLab/atom-julia-client/pull/731), [#320](https://github.com/JunoLab/Atom.jl/pull/320), and [#322](https://github.com/JunoLab/Atom.jl/pull/322) -- thanks [**@FAlobaid**](https://github.com/FAlobaid)).
16+
- Juno now supports a `.JuliaFormatter.toml` instead of configuration settings ([#325](https://github.com/JunoLab/Atom.jl/pull/325) and [#735](https://github.com/JunoLab/atom-julia-client/pull/735)).
17+
- SVGs in the plot pane are now zoom- and panable ([#327](https://github.com/JunoLab/Atom.jl/pull/327)).
18+
- Improvements to the `evalsimple` handler ([#333](https://github.com/JunoLab/Atom.jl/pull/333)).
19+
- Allow Julia paths relative to the Atom install directory ([#711](https://github.com/JunoLab/atom-julia-client/pull/711)).
20+
- We're now showing release notes when Juno is updated ([#725](https://github.com/JunoLab/atom-julia-client/pull/725)).
21+
- Upgrade xterm.js to 4.6.0 ([#276](https://github.com/JunoLab/atom-ink/pull/276)).
22+
23+
### Bugfixes
24+
- Fix plot display with "Show in REPL" result style ([#312](https://github.com/JunoLab/Atom.jl/pull/312)).
25+
- Make sure to run all user code in `invokelatest` ([#313](https://github.com/JunoLab/Atom.jl/pull/313)).
26+
- Fixed one-element tuple display ([#323](https://github.com/JunoLab/Atom.jl/pull/323)).
27+
- Fixed a bug on x86 systems ([#314](https://github.com/JunoLab/Atom.jl/pull/314)).
28+
- Fixed a bug where `include` statements resolved to the wrong paths when debugging ([#329](https://github.com/JunoLab/Atom.jl/pull/329)).

0 commit comments

Comments
 (0)