Skip to content

Commit 4d0ce87

Browse files
author
Sightskeye
committed
Bump: v2.3.0
1 parent 014ca35 commit 4d0ce87

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# 2.3.0 - (2024.07.29)
2+
3+
### Features
4+
- Drag & Drop import (Blender 4.2 and newer versions)
5+
6+
### Chore
7+
- Add blender store manifest
8+
- Update packaging instructions
9+
10+
### Refactor
11+
- Conform code to Flake8 (Except C901)
12+
113
# 2.2.0 - (2024.06.13)
214

315
### Features

OmniscientImporter/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"author": "Stellaxis OÜ",
2222
"description": "Import data recorded by the Omniscient iOS application.",
2323
"blender": (3, 0, 0),
24-
"version": (2, 2, 0),
24+
"version": (2, 3, 0),
2525
"location": "File > Import > Omniscient (.omni)",
2626
"warning": "",
2727
"category": "Import-Export"

test/video.omni

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"version": "2.1.0",
33
"blender": {
44
"minimum_addon_version": "1.4.0",
5-
"ideal_addon_version": "2.2.0"
5+
"ideal_addon_version": "2.3.0"
66
},
77
"cinema4d": {
88
"minimum_plugin_version": "1.0.0",

0 commit comments

Comments
 (0)