Skip to content

Commit ee39b07

Browse files
committed
Update readme and history
1 parent 8f2ca2d commit ee39b07

File tree

2 files changed

+12
-25
lines changed

2 files changed

+12
-25
lines changed

History.md

Lines changed: 7 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,23 @@
11

2+
1.3.0 / 2018-11-16
3+
==================
4+
5+
* Add ability to render markdown file with no style applied
6+
* Extract HTML title from markdown
7+
* Force HTMl to render as UTF-8
8+
29
1.2.0 / 2018-11-02
310
==================
411

512
* Merge pull request #5 from eaglersdeveloper/opening-from-file-manager
613
* Add more information to desktop file
7-
* update gitignore
814

915
1.1.0 / 2018-10-30
1016
==================
1117

1218
* Update version to 1.1
13-
* Merge pull request #4 from eaglersdeveloper/opening-from-file-manager
1419
* Add the ability to open from file manager
15-
* Merge pull request #3 from evandandrea/fix-snap
16-
* Fix snapcraft.yaml (use go1.8)
17-
* update README with link to snap store
18-
* Fix desktop file
19-
* Add desktop file to get rid of warning when snap is built
20-
* Add parts/ to gitignore
21-
* Add unity7 plug so xdg-open works in snap
22-
* candidate is not the correct value, should be stable
23-
* switch snap to candidate
24-
* Add snap badge
2520
* Update so that classic confinement is not required for snap
26-
* Fix make install
27-
* Add gopath to go build line
28-
* Fix gopath setting in makefile
29-
* Add gopath
30-
* Change confinement to classic
31-
* update makefile to have a snap task
32-
* Add go get to makefile
33-
* Add golang as build dependency
34-
* Update snap yaml to build the right thing
35-
* Update snapcraft.yaml
36-
* Create binary archive files as part of build
37-
* Update README
3821

3922
1.0.0 / 2018-08-25
4023
==================

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,12 @@ Otherwise, grab the correct binary [here](https://github.com/mapitman/mdview/rel
2727
## Usage
2828

2929
```text
30+
Usage:
3031
mdview [options] <filename>
3132
Formats markdown and launches it in a browser.
33+
-b Bare HTML with no style applied.
34+
-bare
35+
Bare HTML with no style applied.
3236
-h Prints mdview help message.
3337
-help
3438
Prints mdview help message.
@@ -39,5 +43,5 @@ Formats markdown and launches it in a browser.
3943
Prints mdview version.
4044
```
4145

42-
If you do not supply an output file, mdview will write a file to your
46+
If you do not supply an output file, mdview will write a file to your
4347
operating system's default temp directory.

0 commit comments

Comments
 (0)