Skip to content

Commit

Permalink
Update readme and history
Browse files Browse the repository at this point in the history
  • Loading branch information
mapitman committed Nov 17, 2018
1 parent 8f2ca2d commit ee39b07
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 25 deletions.
31 changes: 7 additions & 24 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,40 +1,23 @@

1.3.0 / 2018-11-16
==================

* Add ability to render markdown file with no style applied
* Extract HTML title from markdown
* Force HTMl to render as UTF-8

1.2.0 / 2018-11-02
==================

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

1.1.0 / 2018-10-30
==================

* Update version to 1.1
* Merge pull request #4 from eaglersdeveloper/opening-from-file-manager
* Add the ability to open from file manager
* Merge pull request #3 from evandandrea/fix-snap
* Fix snapcraft.yaml (use go1.8)
* update README with link to snap store
* Fix desktop file
* Add desktop file to get rid of warning when snap is built
* Add parts/ to gitignore
* Add unity7 plug so xdg-open works in snap
* candidate is not the correct value, should be stable
* switch snap to candidate
* Add snap badge
* Update so that classic confinement is not required for snap
* Fix make install
* Add gopath to go build line
* Fix gopath setting in makefile
* Add gopath
* Change confinement to classic
* update makefile to have a snap task
* Add go get to makefile
* Add golang as build dependency
* Update snap yaml to build the right thing
* Update snapcraft.yaml
* Create binary archive files as part of build
* Update README

1.0.0 / 2018-08-25
==================
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,12 @@ Otherwise, grab the correct binary [here](https://github.com/mapitman/mdview/rel
## Usage

```text
Usage:
mdview [options] <filename>
Formats markdown and launches it in a browser.
-b Bare HTML with no style applied.
-bare
Bare HTML with no style applied.
-h Prints mdview help message.
-help
Prints mdview help message.
Expand All @@ -39,5 +43,5 @@ Formats markdown and launches it in a browser.
Prints mdview version.
```

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

0 comments on commit ee39b07

Please sign in to comment.