Skip to content

Commit

Permalink
Release notes for GraphSketcher 2.0 test (v46).
Browse files Browse the repository at this point in the history
  • Loading branch information
correia committed Jun 4, 2014
1 parent fa7dc7e commit 2e9e881
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions GraphSketcher/App/MessageOfTheDay.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,33 +7,45 @@
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<style type="text/css">
body {
width: 60%;
font-family: "Helvetica", sans-serif;
font-size: 1em;
margin-left: auto;
margin-right: auto;
margin: 1em 3em 1em 3em;
}

h1 {
font-size: 1.8em;
}

h2 {
font-size: 1.2em;
}

ul {
line-height: 1.4em;
}

li.fix {
}

li.change {
}

li.addition {
}
</style>
</style>
</head>
<body>
<h1>Welcome to GraphSketcher 2</h1>
<p>
GraphSketcher is a simple, elegant tool for quickly sketching graphs and plotting data — but you don’t even need data to get started. It’s <span class="yellow">perfect for reports, presentations, and problem sets</span> where you need to produce sharp-looking graphs on the fly.
</p>

<h2>GraphSketcher 2.0 test (v46) — June 3, 2014</h2>
<ul>
<li class="fix">Fixed a bug where tab-delimited data was not parsed correctly on paste.</li>
</ul>

<h2>GraphSketcher 2.0 test (v45) — January 20, 2014</h2>
<p>
GraphSketcher 2 is the first open-source release and requires OS X 10.8. The following are changes from OmniGraphSketcher 1.2.4:
</p>
Expand Down

0 comments on commit 2e9e881

Please sign in to comment.