Skip to content

0.2.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@fda-odoo fda-odoo released this 15 Nov 15:01
· 387 commits to master since this release

0.2.1 - 2023/11/15

This version contains various fixs based on the reports we got. No new features here.

Server

  • Fix log file hell. No more log file that will fill up your hard disk.
  • Fix a crash that can occur if a model is declared ouside of a module (really?)
  • Fix crash that can occur if the configuration is wrong. Handle it properly
  • Allow creation of full path instead of only a new file. if you have a directory test, you can create test/dummy/file.py in on command instead of 2 (directory + file) without having the extension crashing
  • Fix crash on some file edit due to the thread queue that was missing some context
  • Fix character index on Hover and Definition feature that created a crash if you hover the last character of the file