Skip to content

Commit 34ae51d

Browse files
committed
Merge remote-tracking branch 'origin/dev'
2 parents 40e3b95 + 11a1c3c commit 34ae51d

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

commands/Default.sublime-commands

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"command": "goto_definition"
66
},
77
{
8-
"caption": "Miva: l.pos Calculator",
8+
"caption": "Miva: POS Calculator",
99
"command": "mvt_pos_calculator"
1010
},
1111

messages.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"3.3.0": "messages/3.3.0.md",
1515
"3.4.0": "messages/3.4.0.md",
1616
"3.4.1": "messages/3.4.1.md",
17-
"3.4.2": "messages/3.4.1.md",
18-
"3.4.3": "messages/3.4.1.md"
17+
"3.4.2": "messages/3.4.2.md",
18+
"3.4.3": "messages/3.4.3.md",
19+
"3.4.4": "messages/3.4.4.md"
1920
}

messages/3.4.4.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Miva IDE!
2+
3+
---
4+
5+
### Changlog for v3.4.4:
6+
7+
* Fixed bug in POS Calculator function where certain control tags were being identified as `FOR` tags.
8+
9+
---
10+
11+
Notice any issues? Report them here:
12+
https://github.com/mghweb/sublime-miva-ide/issues

0 commit comments

Comments
 (0)