|
1 | 1 | # Change Log
|
2 | 2 |
|
3 |
| -## Unreleased (2021-07-19) |
| 3 | +## [0.10.0.183](https://github.com/Kotlin/kotlin-jupyter/tree/0.10.0.183) (2021-08-06) |
| 4 | +[View commits](https://github.com/Kotlin/kotlin-jupyter/compare/0.10.0.40...0.10.0.183) |
4 | 5 |
|
5 | 6 | **Closed issues:**
|
6 | 7 |
|
| 8 | +- Refactor build logic [\#306](https://github.com/Kotlin/kotlin-jupyter/issues/306) |
| 9 | +- Update Kravis and Krangl library descriptors [\#309](https://github.com/Kotlin/kotlin-jupyter/issues/309) |
| 10 | +- Create a separate repository for descriptors [\#254](https://github.com/Kotlin/kotlin-jupyter/issues/254) |
| 11 | +- Support multiplatform projects in jupyter.api plugin [\#148](https://github.com/Kotlin/kotlin-jupyter/issues/148) |
| 12 | +- Update changelog [\#253](https://github.com/Kotlin/kotlin-jupyter/issues/253) |
7 | 13 | - Update landing page screenshot [\#307](https://github.com/Kotlin/kotlin-jupyter/issues/307)
|
8 | 14 | - Display list of data classes as table [\#294](https://github.com/Kotlin/kotlin-jupyter/issues/294)
|
9 | 15 | - MIME does not allow binary data [\#293](https://github.com/Kotlin/kotlin-jupyter/issues/293)
|
10 | 16 | - Images are not displayed [\#292](https://github.com/Kotlin/kotlin-jupyter/issues/292)
|
11 |
| -- Question about the proper way to add custom classes and files [\#280](https://github.com/Kotlin/kotlin-jupyter/issues/280) |
12 | 17 | - Add Skija as a supported library [\#272](https://github.com/Kotlin/kotlin-jupyter/issues/272)
|
13 | 18 |
|
14 | 19 | **Fixed bugs:**
|
15 | 20 |
|
| 21 | +- Sources are not published for API Gradle plugin [\#310](https://github.com/Kotlin/kotlin-jupyter/issues/310) |
16 | 22 | - Fix Gradle plugin for Multiplatform project [\#255](https://github.com/Kotlin/kotlin-jupyter/issues/255)
|
17 | 23 | - Cannot find kernel [\#268](https://github.com/Kotlin/kotlin-jupyter/issues/268)
|
18 | 24 | - Completion of functions parameters works incorrectly [\#256](https://github.com/Kotlin/kotlin-jupyter/issues/256)
|
|
21 | 27 |
|
22 | 28 | **Merged pull requests:**
|
23 | 29 |
|
| 30 | +- Refactor build [\#315](https://github.com/Kotlin/kotlin-jupyter/pull/315) ([@ileasile](https://github.com/ileasile)) |
| 31 | +- Add support for IPC transport protocol [\#313](https://github.com/Kotlin/kotlin-jupyter/pull/313) ([@strangepleasures](https://github.com/strangepleasures)) |
| 32 | +- Add separate repository for library descriptors [\#303](https://github.com/Kotlin/kotlin-jupyter/pull/303) ([@ileasile](https://github.com/ileasile)) |
| 33 | +- Fix completion starting logic, avoid preventDefault [\#308](https://github.com/Kotlin/kotlin-jupyter/pull/308) ([@ileasile](https://github.com/ileasile)) |
| 34 | +- Update Changelog and fix Gradle plugin sources publication [\#311](https://github.com/Kotlin/kotlin-jupyter/pull/311) ([@ileasile](https://github.com/ileasile)) |
24 | 35 | - Variables view feature [\#297](https://github.com/Kotlin/kotlin-jupyter/pull/297) ([@nikolay-egorov](https://github.com/nikolay-egorov))
|
25 | 36 | - Conditional Gradle plugin tasks initialization [\#298](https://github.com/Kotlin/kotlin-jupyter/pull/298) ([@ileasile](https://github.com/ileasile))
|
26 | 37 | - Create specialized kernels w/ JDK, JVM args, and environment variables [\#287](https://github.com/Kotlin/kotlin-jupyter/pull/287) ([@rnett](https://github.com/rnett))
|
|
29 | 40 |
|
30 | 41 | **New features:**
|
31 | 42 |
|
| 43 | +- Allow for multiple cell outputs [\#20](https://github.com/Kotlin/kotlin-jupyter/issues/20) |
| 44 | +- Dynamic update of cell output [\#318](https://github.com/Kotlin/kotlin-jupyter/issues/318) |
| 45 | +- Integration testing Jupyter notebook support [\#270](https://github.com/Kotlin/kotlin-jupyter/issues/270) |
| 46 | +- Add resource builder for Notebook API [\#129](https://github.com/Kotlin/kotlin-jupyter/issues/129) |
| 47 | +- Load static resources via module descriptions [\#74](https://github.com/Kotlin/kotlin-jupyter/issues/74) |
| 48 | +- Autoremove closing bracket when opening is removed [\#245](https://github.com/Kotlin/kotlin-jupyter/issues/245) |
32 | 49 | - Allow setting JDK to use [\#284](https://github.com/Kotlin/kotlin-jupyter/issues/284)
|
33 | 50 | - Pass args on JVM startup [\#72](https://github.com/Kotlin/kotlin-jupyter/issues/72)
|
34 | 51 |
|
|
381 | 398 |
|
382 | 399 |
|
383 | 400 | ## [v0.7.2](https://github.com/Kotlin/kotlin-jupyter/tree/v0.7.2) (2019-12-04)
|
384 |
| -[View commits](https://github.com/Kotlin/kotlin-jupyter/compare/e5987c6b8ef58a26a9a28cd8a7b2ec515fe9f9d4...v0.7.2) |
| 401 | +[View commits](https://github.com/Kotlin/kotlin-jupyter/compare/105aef7d9d52a855328f845d5c79dd37025944ff...v0.7.2) |
385 | 402 |
|
386 | 403 | **Closed issues:**
|
387 | 404 |
|
|
0 commit comments