Skip to content

Commit e719517

Browse files
authored
Merge pull request #141 from sschuhmann/release_messages
added messages for package control
2 parents 199b277 + 30eb7f7 commit e719517

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

messages.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,7 @@
1111
"0.4.2": "messages/0.4.2.txt",
1212
"0.4.3": "messages/0.4.3.txt",
1313
"0.5.0": "messages/0.5.0.txt",
14-
"0.5.1": "messages/0.5.1.txt"
14+
"0.5.1": "messages/0.5.1.txt",
15+
"0.6.0": "messages/0.6.0.txt",
16+
"0.6.1": "messages/0.6.1.txt"
1517
}

messages/0.6.0.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Update in 0.6.0
2+
---------------
3+
4+
This release adds many quality of life features and fixes some bugs:
5+
6+
- control the size of inline plots
7+
- transparent background for images
8+
- move the cursor after executing cell is the new default
9+
- selects the correct cell for execution
10+
- bugfixes
11+
12+
Altogether, Helium should feel much smoother to use.
13+
14+
If you have any issues, please report them on [github/issues](https://github.com/sschuhmann/Helium/issues)

messages/0.6.1.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Update in 0.6.1
2+
---------------
3+
4+
- added package control message

0 commit comments

Comments
 (0)