Skip to content

Commit

Permalink
Add 1.1.0 release to notes
Browse files Browse the repository at this point in the history
  • Loading branch information
joefiorini committed Jan 13, 2015
1 parent e66d235 commit 1cdef42
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build/Main.js
Original file line number Diff line number Diff line change
Expand Up @@ -16340,7 +16340,7 @@ Elm.Partials.Releases.make = function (_elm) {
_P = _N.Ports.make(_elm),
$moduleName = "Partials.Releases",
$Markdown = Elm.Markdown.make(_elm);
var view = $Markdown.toHtml("\n\n## What\'s New\n\n### [1.0.0](https://github.com/joefiorini/flittal/releases/1.0.0)\n\nInitial release with ability to create a basic flow chart with rectangular shapes. Boxes can be manipulated in a variety of ways: move, resize, change their text, etc. See the Help link in the header for instructions and more information.\n\n#### Coming Soon\n\n- Undo\n- Give boards a title\n\n");
var view = $Markdown.toHtml("\n\n## What\'s New\n\n### [1.1.0](https://github.com/joefiorini/flittal/releases/1.1.0)\n\nSecond release brings Undo/Redo functionality. Press `u` to undo an action and `ctrl+r` to redo it. I also fixed some bugs related to deleting multiple selections at once, and a bug around disconnecting boxes. I also added this \"What\'s New\" sidebar so you can keep track of recent changes.\n\n#### Coming Soon\n\n- Titles for boards\n\n### [1.0.0](https://github.com/joefiorini/flittal/releases/1.0.0)\n\nInitial release with ability to create a basic flow chart with rectangular shapes. Boxes can be manipulated in a variety of ways: move, resize, change their text, etc. See the Help link in the header for instructions and more information.\n\n#### Coming Soon\n\n- Undo\n- Give boards a title\n\n");
_elm.Partials.Releases.values = {_op: _op
,view: view};
return _elm.Partials.Releases.values;
Expand Down
8 changes: 8 additions & 0 deletions src/Partials/Releases.elm
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ view =
## What's New
### [1.1.0](https://github.com/joefiorini/flittal/releases/1.1.0)
Second release brings Undo/Redo functionality. Press `u` to undo an action and `ctrl+r` to redo it. I also fixed some bugs related to deleting multiple selections at once, and a bug around disconnecting boxes. I also added this \"What's New\" sidebar so you can keep track of recent changes.
#### Coming Soon
- Titles for boards
### [1.0.0](https://github.com/joefiorini/flittal/releases/1.0.0)
Initial release with ability to create a basic flow chart with rectangular shapes. Boxes can be manipulated in a variety of ways: move, resize, change their text, etc. See the Help link in the header for instructions and more information.
Expand Down

0 comments on commit 1cdef42

Please sign in to comment.