Skip to content

Release 1.2.0

Compare
Choose a tag to compare
@ljmccarthy ljmccarthy released this 29 Jul 20:56
· 152 commits to master since this release

New features

  • View Settings dialog to change the editor font.
  • Edit Project dialog to change the current project name.
  • Restore previous window size and position.
  • Option to start on the left or right side of the screen, remembering previous width or using a specified width.
  • Full screen mode.
  • Web view to preview HTML files (uses IE/WebKit depending on platform).
  • More helpful behaviour for open dialog (remembers last opened location).
  • Save As creates a new tab instead of saving in to the current tab.
  • Menu options to toggle visibility of File Browser, Search and Terminal panes.
  • Go To Line dialog shows current line.
  • Fancier About box.

Other changes

  • Configuration files on Linux are now stored in ~/.config/devo instead of ~/.devo
  • Instance file is now created in /tmp/.$USER.devo-instance

Bug fixes

  • Fixed crash on Windows when trying to open a recently used file that doesn't exist.
  • Fixed infinite loop in Replace All when replace text is the same as the matched text.
  • Fixed failure to start up if process crashed or was killed before deleting instance/pid file.
  • Upgrading to wxPython 3.0 probably fixed some other issues.

How to get Devo

  • On Arch Linux, install the "devo" package from AUR: https://aur.archlinux.org/packages/devo/
  • On other Linux distros, please make a package and send it upstream for me ;-)
  • On Windows, download the zip file, extract and run devo.exe.
  • Mac build currently not available due to wxPython 3.0 being broken (I might build one with 2.9).