Skip to content

Commit 82149ed

Browse files
committed
1.0.1
1 parent 824fb2c commit 82149ed

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## [1.0.1] - 2025/09/17 - Day 1 fixes
4+
5+
### Fixes
6+
7+
- Crash that can occur when doing a gotodefinition in an XML file
8+
- Fix origin of gotodefinition for some links in XML files.
9+
- Change back `<br/>` line breaks that sometimes break PyCharm to escaped ` \\\n`
10+
311
## [1.0.0] - 2025/09/16 - Release
412

513
This project is far from finished, but it has reached a level of maturity where we’re introducing two update channels: **Release** and **Pre-release** (Beta).

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pluginGroup = com.odoo.odools
44
pluginName = Odoo
55
pluginRepositoryUrl = https://github.com/odoo/odoo-ls-pycharm
66
# SemVer format -> https://semver.org
7-
pluginVersion = 1.0.0
7+
pluginVersion = 1.0.1
88

99
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010
pluginSinceBuild = 252

0 commit comments

Comments
 (0)