Skip to content

Commit ed4cc68

Browse files
committed
0.2.4
1 parent a55d16f commit ed4cc68

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## 0.2.4 - 2023/01/10
4+
5+
### Fixs
6+
7+
- Fix crash on get_loaded_part_tree if addon path has not been found
8+
- Fix crash on autocompletion if opened file is not found (out of workspace for example)
9+
- Allow path to Odoo community to end with a /
10+
- Fix crash when hovering Relational field declaration
11+
- Fix crash when creating a symbol that was previously missing
12+
- Fix infinite log generation on BrokenPipeError
13+
314
## 0.2.3 - 2023/12/19
415

516
Last update of 2023 ! We wish you all an happy new year !

server/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from enum import Enum
22

33
EXTENSION_NAME = "Odoo"
4-
EXTENSION_VERSION = "0.2.3"
4+
EXTENSION_VERSION = "0.2.4"
55

66
#DEBUG PARAMETERS
77

vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "odoo",
33
"displayName": "Odoo",
44
"description": "Language Server for Odoo projects",
5-
"version": "0.2.3",
5+
"version": "0.2.4",
66
"publisher": "Odoo",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)