Skip to content

Commit d53796d

Browse files
authored
Merge pull request #139 from ChrSacher/push
1.0.7 Changelog
2 parents c2bd90c + 0f051b9 commit d53796d

File tree

3 files changed

+25
-3
lines changed

3 files changed

+25
-3
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ assignees: ''
99

1010
>#### Instructions
1111
>
12-
>With the exception of the instructions and naming convention, headers should be kept with the description changed to their respective function. No sections should be missing information, even if the info is minimal. If logs, mission files or steps are not included or added via edit, the bug report will be removed and you will be asked to re-introduce or edit the issue where upon the new issue will be addressed or the edited version re-opened.
12+
>With the exception of the instructions and naming convention, headers should be kept with the description changed to their respective function. Unless absolutly clear, please provide logs and mission.pbo.
1313
>
1414
>#### Naming Convention
1515
>

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@ All notable changes to this project will be documented in this file.
33
The version number refer to VERSION define in script_mod.
44
The date refers to the date when changes have been merged into DEV branch.
55

6+
## [1.0.7]
7+
### Added
8+
- ACRE Vehicle Rack Preset now selectable
9+
- New context menu options to improve navigation and efficency for changing settings for UOF missions on the fly
10+
- New icons for the UOF settings bar and context menus
11+
### Changed
12+
13+
- Made game-mastering dependent on mission notes
14+
- Reorganized the top-bar setting menus for the UOF to ensure parity between context menus and top-bar settings.
15+
- EG Spectator uses ACE variable if it doesn't get correct value from Killed EH
16+
### Fixed
17+
- Missing function configuration for spectator mode resulted in players being unable to tell who killed them
18+
- Briefing entries being duplicated
19+
- itemRandomOrg script error
20+
- Endscreen not showing Casualties
21+
- Script error in jip teleport
22+
- Export Briefings being incomplete
23+
- Ai Drivers not being functional
24+
- Rewrote ACRE Channel functions to account for multiple same type radios
25+
### Removed
26+
27+
628
## [1.0.6]
729
### Added
830
- View Distance limit sliders now avaliable!

uo_sys_framework/script_mod.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44

55
#define MAJOR 1
66
#define MINOR 0
7-
#define PATCH 6
7+
#define PATCH 7
88

99
#define VERSION MAJOR.MINOR.PATCH
1010
#define VERSION_AR MAJOR,MINOR,PATCH
1111
#define VERSIONSTR QUOTE(VERSION)
1212

1313
#define REQUIRED_VERSION 1.56
1414

15-
#define UO_BUILD_NUMBER 100011
15+
#define UO_BUILD_NUMBER 100015

0 commit comments

Comments
 (0)