Skip to content

Commit

Permalink
Bump version and update readme changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
nbarrios committed May 3, 2023
1 parent 7a7dbb5 commit d667ea6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ Grab the latest [release](https://github.com/datatobridge/arcdps-uploader/releas
Use *Alt-Shift-U* to bring the uploader window up.

## Changelog
**1.0.1**
* Added Aleeva integration
* Contributed by @covertPZ: Additional user configuration for formatted log messages

**0.9.3**
* Use a fixed window size to prevent auto-resize feedback loop (Fixes #7)
* View button opens logs in default browser (#8)
Expand Down
2 changes: 1 addition & 1 deletion arcdps_uploader/arcdps_uploader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ arcdps_exports* mod_init() {
exports.sig = 0x92485179;
exports.imguivers = IMGUI_VERSION_NUM;
exports.out_name = "uploader";
exports.out_build = "0.9.6";
exports.out_build = "1.0.1";
exports.wnd_nofilter = mod_wnd;
exports.combat = mod_combat;
exports.imgui = mod_imgui;
Expand Down

0 comments on commit d667ea6

Please sign in to comment.