Friday, February 25, 2022

Leo 6.6-b2 released

Leo http://leoeditor.com 6.6b2 is now available on GitHub and pypi.

Leo is an IDE, outliner and PIM.

The highlights of Leo 6.6

  • Replace @raw and @end_raw with @section-delims.
  • Leo recognizes section references only when they appear on an otherwise blank line.
  • Many improvements to python-to-typescript command.
  • Improved python importer.
  • Add plugins/picture_viewer.py, a stand-alone app that displays images.
  • Add plugins/remove_duplicate_pictures.py, an app that finds duplicate pictures.
  • The user may choose other commands after starting repeat-complex-command.
  • Many bug fixes.

6.6 Links

General Links

Friday, October 22, 2021

Leo 6.5 released

Leo http://leoeditor.com 6.5 is now available on GitHub.

Leo is an IDE, outliner and PIM.

The highlights of Leo 6.5

  • Add python-to-typescript and view-recent-commands.
  • Add c.findCommands.interactive_search_helper.
  • Leo now uses only traditional unit tests.
    Remove support for @test and @suite.
    Remove leoTest.py.
  • Many code-level cleanups.
  • 450+ pull requests.

6.5 Links

General Links

Friday, October 15, 2021

Leo 6.5-b1 released

Leo http://leoeditor.com 6.5b1 is now available on GitHub.

Leo is an IDE, outliner and PIM.

The highlights of Leo 6.5

  • Add python-to-typescript and view-recent-commands.
  • Add c.findCommands.interactive_search_helper.
  • Leo now uses only traditional unit tests.
    Remove support for @test and @suite. Remove leoTest.py.
  • Many code-level cleanups.
  • 450+ pull requests.

6.5 Links

General Links

Monday, September 27, 2021

Leo 6.4 released

 Leo http://leoeditor.com 6.4 is now available on [GitHub](https://github.com/leo-editor/leo-editor).

Leo is an [IDE, outliner and PIM](http://leoeditor.com/preface.html).

**The highlights of Leo 6.4**

- Support for [leoInteg](https://github.com/boltex/leointeg#-leo-for-vs-code): "Leo in vs-code".
  - Add leoserver.py, stand-alone server for Leo.
  - Add support for .leojs, a json outline format.
- Support for Qt6.
- The wax_off.py script converts function annotations to stub (.pyi) files.
- Remove support for @root. Create a conversion script.
- Simplify and generalize rst3 command.
- Add git-diff-pr command: Leonine diffs for Pull Requests and .leo files.
- Add execute-general-script command and c.general_script_helper.
- Several significant code-level changes.
- Fixed 160+ issues and merged almost 400 Pull Requests.

**Links**

- Leo's home page: http://leoeditor.com
- [Documentation](http://leoeditor.com/leo_toc.html)
- [Tutorials](http://leoeditor.com/tutorial.html)
- [Video tutorials](http://leoeditor.com/screencasts.html)
- [Forum](http://groups.google.com/group/leo-editor)
- [Download](http://sourceforge.net/projects/leo/files/)
- [Leo on GitHub](https://github.com/leo-editor/leo-editor)
- [LeoVue](https://github.com/kaleguy/leovue#leo-vue)
- [What people are saying about Leo](http://leoeditor.com/testimonials.html)
- [A web page that displays .leo files](http://leoeditor.com/load-leo.html)
- [More links](http://leoeditor.com/leoLinks.html)

Friday, September 17, 2021

Leo 6.4b3 released

Leo http://leoeditor.com 6.4 b3 is now available on GitHub.

Leo is an IDE, outliner and PIM.

The highlights of Leo 6.4

  • Support for leoInteg: "Leo in vs-code".
    • Add leoserver.py, stand-alone server for Leo.
    • Add support for .leojs, a json outline format.
  • Support for Qt6.
  • The wax_off.py script converts function annotations to stub (.pyi) files.
  • Remove support for @root. Create a conversion script.
  • Simplify and generalize rst3 command.
  • Add git-diff-pr command: Leonine diffs for Pull Requests and .leo files.
  • Add execute-general-script command and c.general_script_helper.
  • Several significant code-level changes.
  • Fixed 160+ issues and merged almost 400 Pull Requests.

Links

Friday, November 6, 2020

Leo 6.3 final released

Leo 6.3, http://leoeditor.com, is now available on GitHub.

Leo is an IDE, outliner and PIM.

The highlights of Leo 6.3

  • leoAst.py: The unification of Python's token and ast worlds.
  • Retired all Qt Dock code.
  • Improved viewrendered and viewrendered3 plugins.
  • Improved several importer plugins.
  • Refactored Leo's key handling code.

Links

Monday, October 26, 2020

Leo 6.3 b1 released

Leo 6.3 b1, http://leoeditor.com, is now available on GitHub.

Leo is an IDE, outliner and PIM.

The highlights of Leo 6.3

  • leoAst.py: The unification of Python's token and ast worlds.
  • Retired all Qt Dock code.
  • Improved viewrendered and viewrendered3 plugins.
  • Improved several importer plugins.
  • Refactored Leo's key handling code.

Links