Releases: theam/haskell-do
Releases · theam/haskell-do
haskell.do 0.9.5 stable - LaTeX, autosave and fixes
- Added LaTeX support
- Now the error box can be toggled
- Project directory is created if it doesnt exist
- Autosave
- New directory button
haskell.do 0.9.4 stable - General fixes
Fixes different bugs/annoyances:
- Flashing code highlighting
- Error box on bottom
- Error box breaking format of GHC errors
- Trailing character getting truncated when creating a project
Adds a button to toggle the editor.
haskell.do 0.9.3 stable - File Explorer
We have a new file explorer thanks to @mdibaiee
No more need to write your project path by hand
haskell.do 0.9.2 stable - stack from PATH
Stack was being used from /usr/local/bin
this caused a problem for people that didn't have it there. Now it just calls the stack
command
haskell.do 0.9.1 stable - UI Fix
Fixed a bug where the UI wouldnt render for some users.
haskell.do 0.9.0 stable - Complete rewrite
Changes:
- The project has been completely rewritten in pure Haskell on both ends.
- The UI is much prettier and now it is unified in a single document without distinction between cells.
- The user can now create projects from within haskell.do
- The user can now edit the project dependencies from within haskell.do
- Shortcut for compilation (Ctrl+return)
- The user can now write functions that dynamically generate HTML and/or JS and the result will be rendered when evaluated.