Skip to content

Commit

Permalink
Finalized Inventory 2.3.0 changenotes. Arc Teams 1.4.0 changenotes
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyAwesome committed Jul 15, 2023
1 parent 2f60279 commit d73f54d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docs/arcinventory/changelogs/2.3.0.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
## The one that removes Arc Inventory 1.0

These Change notes are a work in progress.

** DEPRECATION NOTICE **
### DEPRECATION NOTICE

All deprecated items were removed in this release. They were noted in [the deprecations page](../deprecations.md). If you were relying on any Arc Inventory 1.0 code or the example blueprints in the plugin, please consult either the Example Project or message RoyAwesome on discord for steps to resolve these issues.

** Version Naming Scheme Change **
### Version Naming Scheme Change

Starting with 2.3.0, the version scheme has changed. The Version Scheme now matches closer to SemVer, with Major.Minor.Patch-githash. The Githash replaces the old changelist number in the previous version. Note: If you access Arc Inventory on the Puny Human Github, the version will always be Major.Minor.X-git, for all major/minors. I do not update the patch or githash for git distributions.


### Changenotes

* Removed Example Blueprints. They are now located in the Example project. This is to assist with maintaining and tagging appropriate versions of the blueprint assets.
* Removed Arc Inventory 1.0 classes and types.
Expand Down
13 changes: 13 additions & 0 deletions docs/arcteams/changelog/1.4.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## The one that updates to 5.0

### Version Naming Scheme Change

Starting with 1.4.0, the version scheme has changed. The Version Scheme now matches closer to SemVer, with Major.Minor.Patch-githash. The Githash replaces the old changelist number in the previous version. Note: If you access Arc Teams on the Puny Human Github, the version will always be Major.Minor.X-git, for all major/minors. I do not update the patch or githash for git distributions.

### Changenotes

- Updated plugin to support 5.0, 5.1, and 5.2
- Fixed the DisplayDebug Crash in 5.2
- Added Replicated Subobject support for 5.1+
- Added IsPlayerInTeam helper function to ArcTeam
- Fixed a bug where in server context, OnTeamAdded would fire before a parent team was set, leading the server to believe that subteams were primary teams.
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ nav:
- "Teams": "arcteams/concepts/team.md"
- "Team Components": "arcteams/concepts/teamcomponents.md"
- Changelog:
- "arcteams/changelog/1.4.0.md"
- "arcteams/changelog/1.3.1.105.md"
- "arcteams/changelog/1.3.0.98.md"
- "arcteams/changelog/1.2.1.86.md"
Expand Down

0 comments on commit d73f54d

Please sign in to comment.