Skip to content

Commit 4f1e17e

Browse files
committed
Release 11.1.14
1 parent 9b75ea6 commit 4f1e17e

File tree

2 files changed

+51
-0
lines changed

2 files changed

+51
-0
lines changed

CHANGELOG.md

+29
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
# [APX Ground Control v11.1.14](https://github.com/uavos/apx-gcs/releases/tag/release-11.1.14) (02/23/24)
2+
3+
> Branch: `main`\
4+
> Date: `02/23/24 08:58:47`\
5+
> Diff: [uavos/apx-gcs](https://github.com/uavos/apx-gcs/compare/f69f9f789c1fca25dee2edd7948f6bd251196080...9b75ea65ba46fc209aeddf6930c831aa78963a25)
6+
7+
## Bug Fixes
8+
* Autoupdate crush bug
9+
* [`11`](https://github.com/uavos/apx-gcs/issues/11) Access modifiers order fix
10+
* [`44`](https://github.com/uavos/apx-gcs/issues/44) exchange creating symlink on .xpl plugin
11+
* [`45`](https://github.com/uavos/apx-gcs/issues/45) add exception check
12+
* [`45`](https://github.com/uavos/apx-gcs/issues/45) plugins blacklisted on segfault
13+
14+
## Comments
15+
16+
**fix:[`44`](https://github.com/uavos/apx-gcs/issues/44) exchange creating symlink on .xpl plugin**
17+
18+
with copying of it
19+
20+
**fix:[`45`](https://github.com/uavos/apx-gcs/issues/45) add exception check**
21+
22+
to give other plugins chance
23+
to go out of blacklist
24+
25+
**fix:[`45`](https://github.com/uavos/apx-gcs/issues/45) plugins blacklisted on segfault**
26+
27+
replace try-catch with removing plugin
28+
from blacklist while dependency is loading
29+
130
# [APX Ground Control v11.1.13](https://github.com/uavos/apx-gcs/releases/tag/release-11.1.13) (12/17/23)
231

332
> Branch: `main`\

docs/releases/release-11.1.14.md

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Bug Fixes
2+
* Autoupdate crush bug
3+
* [`11`](https://github.com/uavos/apx-gcs/issues/11) Access modifiers order fix
4+
* [`44`](https://github.com/uavos/apx-gcs/issues/44) exchange creating symlink on .xpl plugin
5+
* [`45`](https://github.com/uavos/apx-gcs/issues/45) add exception check
6+
* [`45`](https://github.com/uavos/apx-gcs/issues/45) plugins blacklisted on segfault
7+
8+
# Comments
9+
10+
**fix:[`44`](https://github.com/uavos/apx-gcs/issues/44) exchange creating symlink on .xpl plugin**
11+
12+
with copying of it
13+
14+
**fix:[`45`](https://github.com/uavos/apx-gcs/issues/45) add exception check**
15+
16+
to give other plugins chance
17+
to go out of blacklist
18+
19+
**fix:[`45`](https://github.com/uavos/apx-gcs/issues/45) plugins blacklisted on segfault**
20+
21+
replace try-catch with removing plugin
22+
from blacklist while dependency is loading

0 commit comments

Comments
 (0)