tag:github.com,2008:https://github.com/theam/haskell-do/releases Release notes from haskell-do 2017-08-24T16:01:20Z tag:github.com,2008:Repository/80650017/0.9.5 2017-09-25T13:06:00Z haskell.do 0.9.5 stable - LaTeX, autosave and fixes <ul> <li>Added LaTeX support</li> <li>Now the error box can be toggled</li> <li>Project directory is created if it doesnt exist</li> <li>Autosave</li> <li>New directory button</li> </ul> NickSeagull tag:github.com,2008:Repository/80650017/v0.9.4 2017-06-17T19:03:45Z haskell.do 0.9.4 stable - General fixes <p>Fixes different bugs/annoyances:</p> <ul> <li>Flashing code highlighting</li> <li>Error box on bottom</li> <li>Error box breaking format of GHC errors</li> <li>Trailing character getting truncated when creating a project</li> </ul> <p>Adds a button to toggle the editor.</p> NickSeagull tag:github.com,2008:Repository/80650017/v0.9.3 2017-06-09T20:37:14Z haskell.do 0.9.3 stable - File Explorer <p>We have a new file explorer thanks to <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/mdibaiee/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/mdibaiee">@mdibaiee</a></p> <p>No more need to write your project path by hand</p> <p><a href="https://theread.me/fstree.mp4" rel="nofollow">Quick demo</a></p> NickSeagull tag:github.com,2008:Repository/80650017/v0.9.2 2017-06-07T19:25:01Z haskell.do 0.9.2 stable - stack from PATH <p>Stack was being used from <code>/usr/local/bin</code> this caused a problem for people that didn't have it there. Now it just calls the <code>stack</code> command</p> NickSeagull tag:github.com,2008:Repository/80650017/v0.9.1 2017-06-06T15:45:58Z haskell.do 0.9.1 stable - UI Fix <p>Fixed a bug where the UI wouldnt render for some users.</p> NickSeagull tag:github.com,2008:Repository/80650017/v0.9.0 2017-06-06T11:33:35Z haskell.do 0.9.0 stable - Complete rewrite <p><strong>Changes</strong>:</p> <ul> <li>The project has been completely rewritten in pure Haskell on both ends.</li> <li>The UI is much prettier and now it is unified in a single document without distinction between cells.</li> <li>The user can now create projects from within haskell.do</li> <li>The user can now edit the project dependencies from within haskell.do</li> <li>Shortcut for compilation (Ctrl+return)</li> <li>The user can now write functions that dynamically generate HTML and/or JS and the result will be rendered when evaluated.</li> </ul> NickSeagull