Skip to content

Commit

Permalink
Prepare to 0.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
outdead committed Jun 9, 2022
1 parent 7c4b194 commit db1f6af
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
**ATTN**: This project uses [semantic versioning](http://semver.org/).

## [Unreleased]

## [v0.9.0] - 2022-06-09
### Added
- Added logs for admin add item actions from ISItemsListTable panel.
- Added logs for admin remove item and get item actions from ISPlayerStatsManageInvUI panel.
Expand Down Expand Up @@ -103,7 +105,8 @@ All notable changes to this project will be documented in this file.
### Added
- Add basic implementation.

[Unreleased]: https://github.com/openzomboid/log-extender/compare/v0.8.0...HEAD
[Unreleased]: https://github.com/openzomboid/log-extender/compare/v0.9.0...HEAD
[v0.8.0]: https://github.com/openzomboid/log-extender/compare/v0.8.0...v0.9.0
[v0.8.0]: https://github.com/openzomboid/log-extender/compare/v0.7.1...v0.8.0
[v0.7.1]: https://github.com/openzomboid/log-extender/compare/v0.7.0...v0.7.1
[v0.7.0]: https://github.com/openzomboid/log-extender/compare/v0.6.0...v0.7.0
Expand Down
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,23 @@ There can be `connected`, `levelup` and `tick` events.
[23-02-22 17:39:09.932] 76561190000000000 "outdead" join to safehouse 10880,9401,8,11 owner="rez".
```

### _admin.txt
```text
[08-06-22 19:55:24.798] outdead added item Rope in rez_a's inventory.
[08-06-22 19:56:09.431] outdead added item Axe in rez_a's inventory.
[08-06-22 19:56:29.599] outdead added 1 Base.Rope in outdead's inventory.
[08-06-22 19:56:29.599] outdead removed 1 Base.Rope in rez_a's inventory.
[08-06-22 19:57:05.129] outdead removed 1 Base.Rope in rez_a's inventory.
[08-06-22 19:57:27.051] outdead added 5 Base.45Clip in outdead's inventory.
[08-06-22 19:57:32.232] outdead added 2 Base.Scotchtape in outdead's inventory.
[08-06-22 19:57:38.289] outdead added 13 Base.Aerosolbomb in outdead's inventory.
[08-06-22 19:57:41.223] outdead added 1 Base.Acorn in outdead's inventory.
[09-06-22 02:39:28.470] outdead teleported to 10997,9643,0.
[09-06-22 02:42:44.499] outdead teleported to 10982,9650,0.
[09-06-22 02:43:11.187] outdead teleported to 10982,9650,0.
```

## Warning
Log Extender is under development and is being tested on the server [Last Day](https://last-day.wargm.ru). You can join our server or use the mod on your own server.
If you think you have found a bug, write about it in the [bug reporting topic](https://steamcommunity.com/workshop/filedetails/discussion/1844524972/1638668751263547005/)
Expand Down
Binary file added assets/images/01_SandboxOptions.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/02_LogsAdmin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit db1f6af

Please sign in to comment.