Skip to content

Releases: Desdaemon/odoo-lsp

nightly

29 Jun 04:47
Compare
Choose a tag to compare
nightly Pre-release
Pre-release

nightly-20250629 - 2025-06-28

Compare: nightly-20250628...nightly-20250629

Added

  • Add details for field completions 8a28190
  • Load all dependents for codebase-wide searches 56d622b

nightly

28 Jun 04:39
Compare
Choose a tag to compare
nightly Pre-release
Pre-release

nightly-20250628 - 2025-06-27

Compare: nightly-20250626...nightly-20250628

Added

Fixed

  • python: Parse mapped, byte index out of bounds (#61) 8dd509f
  • vscode: Missing mkdir before download e93418f
  • ci: Wrong syntax for Windows 219522a
  • Remove server error from using tokio task id 2a83b9b

Testing

nightly

26 Jun 04:43
d370c1f
Compare
Choose a tag to compare
nightly Pre-release
Pre-release

nightly-20250626 - 2025-06-25

Compare: nightly-20250614...nightly-20250626

Fixed

nightly

14 Jun 04:38
f76c8cc
Compare
Choose a tag to compare
nightly Pre-release
Pre-release

nightly-20250614 - 2025-06-13

Compare: nightly-20250401...nightly-20250614

Fixed

nightly

01 Apr 04:37
Compare
Choose a tag to compare
nightly Pre-release
Pre-release

nightly-20250401 - 2025-03-31

Compare: nightly-20250329...nightly-20250401

Added

  • vscode: Only restart extension host when self-updating 2835924

nightly

29 Mar 04:36
Compare
Choose a tag to compare
nightly Pre-release
Pre-release

nightly-20250329 - 2025-03-28

Compare: nightly-20250324...nightly-20250329

Fixed

nightly

24 Mar 04:59
Compare
Choose a tag to compare
nightly Pre-release
Pre-release

nightly-20250324 - 2025-03-24

Compare: nightly-20250322...nightly-20250324

Added

  • Call signature assistance dc6f948

Fixed

Refactor

  • Python, testing ff951b4
  • index: Components and registry items e419ae5

nightly

22 Mar 04:33
Compare
Choose a tag to compare
nightly Pre-release
Pre-release

nightly-20250322 - 2025-03-21

Compare: nightly-20250318...nightly-20250322

Added

  • analyze: odoo.http.request 076ba7f
  • analyze: Method name, return expression d56804f

Testing

  • Some invalid model name usages f909721

nightly

18 Mar 04:34
Compare
Choose a tag to compare
nightly Pre-release
Pre-release

nightly-20250318 - 2025-03-18

Compare: v0.6.0...nightly-20250318

Fixed

v0.6.0

17 Mar 02:03
Compare
Choose a tag to compare

Changelog

0.6.0 - 2025-03-17

Compare: v0.5.0...v0.6.0

Added

Fixed

  • On change handler should block again ce643c7
  • Make did-open command wait longer c12dfd5
  • Do not block on non-essential requests b4b9763
  • Change to single-thread mode again f209001
  • internal: Use handrolled async lock hashmap 23ef89e
  • Revert single-threaded mode 67e22a1
  • Update shell calling and readme 1d88bce, Closes #40
  • analyze: Handle singular array inherit ffd9ebb, Closes #31, #39
  • xml: Stricter python expr analysis b2f4f99, Closes #37
  • Duplicated method references when saving c30dc5a
  • Update method overrides in same file d5df84c
  • ci: Workaround for git bug 957f0aa
  • windows: Do not use unix-only extension 335c8dc
  • ci: Use previous Ubuntu LTS 540fabb
  • Analysis for _for_xml_id() and copy() 09718ec
  • xml: Syntax error in schema 39c6b43
  • Super analysis for decorated_definition 5c611bc, Closes #49
  • windows: Path handling 1140e28
  • Progress reports should not block 64e8cc4

Refactor

  • python: Unordered field descriptors cb32677

Testing