- Add self-contained Mermaid diagram support via Goldmark (#49)
- Add Copilot instructions for repository (#51)
- Convert relative image links to base64 data URIs (markdown and HTML) (#47)
- Merge pull request #39 from mapitman/bug/handle-file-not-found
- Handle file not found error
- Revert "Update snap build to set version"
- Merge pull request #33 from mapitman/handle-permission-denied
- Add vscode settings
- Update snap build to set version
- Handle permission denied error a little better
- 1 version update (readme) (#31)
- Merge pull request #28 from mapitman/dependabot/go_modules/golang.org/x/text-0.3.8
- Bump golang.org/x/text from 0.3.2 to 0.3.8
- Update README.md
- Merge pull request #27 from mapitman/handle-inline-html
- Fix build
- Handle in-line HTML
- Merge pull request #25 from mapitman/update-readme
- Update README
- Merge pull request #24 from mapitman/dependabot/go_modules/golang.org/x/text-0.3.8
- Bump golang.org/x/text from 0.3.2 to 0.3.8
- Merge pull request #23 from mapitman/update-actions
- Update to latest versions of some github actions
- Merge pull request #22 from mapitman/dark-mode
- Update to support light/dark themes via OS setting
- Merge pull request #21 from mapitman/update-readme
- Update docs and Snap build process
- Add build status badge
- Auto-created releases will be drafts
- Prepare for next release
- Merge pull request #15 from mapitman/suppress-browser-messages
- Suppress stderr and stdout messages from browser
- Merge pull request #13 from mapitman/support-env-var-for-output
- Support reading an environment variable for the directory to write to
- Merge pull request #11 from mapitman/add-actions
- Add automated build and release actions
- Fix build with go 1.17
- Add info about AUR to README
- Add manpage to Linux tarballs
- Add files and config to build Debian package
- Write temp files into $HOME/mdview-temp when installed via snap
- add snap store image and link
- Update readme and history
- Add ability to render markdown file with no style applied
- Update Makefile to use version variable
- Update link to releases
- Update README with links to install snapd and golang
- trim history file
- Add changelog
- Add vscode-specific files
- Bump version for next release
- Extract HTML title from markdown
- Bump app version
- Bump snap version
- Merge pull request #5 from eaglersdeveloper/opening-from-file-manager
- Add more information to desktop file
- Bump snap version
- update gitignore
- 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
- Initial commit
- Initial commit