We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e15e0c commit e33d393Copy full SHA for e33d393
CHANGELOG.md
@@ -1,7 +1,8 @@
1
# Changelog
2
3
-## (pending)
+## 0.5
4
5
+* Change handling of STDIN from command line. File arg is now optional, reads from stdin when omitted
6
* Support local image upload (via file.io) and rasterization of SVG and TeX/MathML expressions
7
* Fix image alignment when included in a column
8
* Allow offsets for images
package.json
@@ -1,6 +1,6 @@
{
"name": "md2gslides",
- "version": "0.4.0",
+ "version": "0.5.0",
"description": "Convert Markdown to Google Slides",
"main": "index.js",
"files": [
0 commit comments