Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tmoreno committed Sep 13, 2019
1 parent d98a724 commit 2d361ea
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,20 @@ Open Log Viewer is available for Linux, Mac and Windows

macOS | Windows | Linux
-----------------| ---| ---|
<a href='https://github.com/tmoreno/open-log-viewer/releases/download/1.1.2/open-log-viewer_1.1.2.dmg'>Download</a> | <a href='https://github.com/tmoreno/open-log-viewer/releases/download/1.1.2/open-log-viewer_1.1.2.exe'>Download</a> | <a href='https://github.com/tmoreno/open-log-viewer/releases/download/1.1.2/open-log-viewer_1.1.2.deb'>Debian-based</a> |
| | | <a href='https://github.com/tmoreno/open-log-viewer/releases/download/1.1.2/open-log-viewer_1.1.2.rpm'>RedHat-based</a> |
<a href='https://github.com/tmoreno/open-log-viewer/releases/download/1.2.0/open-log-viewer_1.2.0.dmg'>Download</a> | <a href='https://github.com/tmoreno/open-log-viewer/releases/download/1.2.0/open-log-viewer_1.2.0.exe'>Download</a> | <a href='https://github.com/tmoreno/open-log-viewer/releases/download/1.2.0/open-log-viewer_1.2.0.deb'>Debian-based</a> |
| | | <a href='https://github.com/tmoreno/open-log-viewer/releases/download/1.2.0/open-log-viewer_1.2.0.rpm'>RedHat-based</a> |

## Release Notes

### Version 1.2.0

#### Improvements
- Added font size setting.
- Restart app when change a log pattern.

#### Bugs Fixed
- Reset settings when click on cancel button.

### Version 1.1.2

#### Bugs Fixed
Expand Down
2 changes: 1 addition & 1 deletion mainMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const template = [
dialog.showMessageBox({
type: "info",
title: "About",
message: "Open Log Viewer 1.1.2",
message: "Open Log Viewer 1.2.0",
detail: "Developed by Tomás Moreno Bernal\nLicensed under the GNU General Public License v3.0"
});
}
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "open-log-viewer",
"version": "1.1.2",
"version": "1.2.0",
"author": "Tomás Moreno Bernal <@tmorenobernal>",
"homepage": "https://github.com/tmoreno/open-log-viewer",
"license": "GPL-v3",
Expand Down

0 comments on commit 2d361ea

Please sign in to comment.