Skip to content

Commit

Permalink
0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fda-odoo committed Jan 10, 2024
1 parent a55d16f commit 96e288d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 0.2.4 - 2023/01/10

### Fixs

- Fix crash on get_loaded_part_tree if addon path has not been found
- Fix crash on autocompletion if opened file is not found (out of workspace for example)
- Allow path to Odoo community to end with a /
- Fix crash when hovering Relational field declaration
- Fix crash when creating a symbol that was previously missing
- Fix infinite log generation on BrokenPipeError

## 0.2.3 - 2023/12/19

Last update of 2023 ! We wish you all an happy new year !
Expand Down
2 changes: 1 addition & 1 deletion server/constants.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from enum import Enum

EXTENSION_NAME = "Odoo"
EXTENSION_VERSION = "0.2.3"
EXTENSION_VERSION = "0.2.4"

#DEBUG PARAMETERS

Expand Down
2 changes: 1 addition & 1 deletion vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "odoo",
"displayName": "Odoo",
"description": "Language Server for Odoo projects",
"version": "0.2.3",
"version": "0.2.4",
"publisher": "Odoo",
"repository": {
"type": "git",
Expand Down

0 comments on commit 96e288d

Please sign in to comment.