-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
75 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
Changelog | ||
========= | ||
|
||
.. | ||
Please try to update this file in the commits that make the changes. | ||
To make merging/rebasing easier, we don't manually break lines in here | ||
when they are too long, so any particular change is just one line. | ||
|
||
To make tracking easier, please add either ``closes #123`` or ``fixes #123`` | ||
to the first line of the commit message. There are more syntaxes at: | ||
<https://blog.github.com/2013-01-22-closing-issues-via-commit-messages/>. | ||
|
||
Note that they these tags will not actually close the issue/PR until they | ||
are merged into the "default" branch. | ||
|
||
v0.2.7 | ||
------- | ||
|
||
Major: | ||
|
||
- Update PalEdit for using GvasFile manage | ||
|
||
Features: | ||
|
||
- Performance improve for loading edit player item and CopyPlayer and DeletePlayer | ||
|
||
Fixes: | ||
|
||
- Fix Save Error on Fast load feature | ||
- Fix pip dependenices | ||
|
||
v0.2.5 | ||
------- | ||
|
||
Major: | ||
|
||
- PalEdit feature | ||
- Player Sav file edti feature | ||
- Reconstruction for Tk usage | ||
|
||
Fixed: | ||
|
||
- Non UTF-8 encode error catch | ||
|
||
v0.2.0 | ||
------- | ||
|
||
Major: | ||
|
||
- Player Item Editor | ||
|
||
v0.1.9 | ||
------- | ||
|
||
Major: | ||
- Player Editor | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[metadata] | ||
name = palworld-server-toolkit | ||
version = 0.2.6 | ||
version = 0.2.7 | ||
author = MagicBear | ||
author_email = [email protected] | ||
description = A toolset for PalWorld Server | ||
|