Skip to content

Commit 1d69b01

Browse files
committed
Working on DCS 2.9. First test
1 parent b93742e commit 1d69b01

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ All aircraft systems are implemented in Lua and can be freely used in other non-
99

1010
# Download
1111

12-
[Download Latest Release](https://github.com/luizrenault/a-29b-community/archive/refs/heads/main.zip)
13-
1412
[Livery Pack](https://mega.nz/file/UAxUmYAY#0PyL3pO6i5x2QTrBWEkE5LsqeKFW5IuSJG_Er42PAas)
1513

1614
# Tutorial videos
@@ -48,6 +46,12 @@ All aircraft systems are implemented in Lua and can be freely used in other non-
4846

4947
# Changelog
5048

49+
## Version 0.6.0 - 30 Oct 2023
50+
51+
### Fixes
52+
- DCS 2.9.0.47168 Open Beta compatibility
53+
- Removed debug dialogs
54+
5155
## Version 0.5.5 - 06 Mai 2023
5256

5357
### Fixes

entry.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ installed = true, -- if false that will be place holder , or advertising
66
displayName = _("A-29B"),
77
developerName = "Fight's On BR",
88
developerLink = "https://github.com/luizrenault/a-29b-community",
9-
version = "0.5.5b",
9+
version = "0.6.0b",
1010
state = "installed",
1111
info = _("A-29B"),
1212
binaries = {'avSimplest'},

0 commit comments

Comments
 (0)