|
2 | 2 | The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
3 | 3 | and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
4 | 4 |
|
| 5 | +### Inprogress |
5 | 6 | ### Unreleased |
6 | 7 | ### Added |
7 | 8 | ### Changed |
8 | 9 | ### Removed |
9 | 10 | ### Fixed |
10 | 11 |
|
| 12 | +##[2.3.0] - 2023-05-18 |
| 13 | +### Inprogress |
| 14 | +Android login issues |
| 15 | +missing script references in the performance test and p2p netcode scene |
| 16 | + |
| 17 | +### Added |
| 18 | +doc: many new docs added and updated for multiple new areas |
| 19 | +feat: debug log tooltips |
| 20 | +feat: login tooltip examples |
| 21 | + |
| 22 | +### Changed |
| 23 | +chore: Files moved into core |
| 24 | +refactor: moved apple signin sample editor script to samples subdirectory |
| 25 | +refactor: use Path.Combine instead of Path.Join to make it easier for |
| 26 | +refactor: renamed essential assembly to core |
| 27 | +feat: load sample scenes by name |
| 28 | +refactor: change EOSStoreManager to use EOSManager method to get ecom |
| 29 | +feat: moved eac integrity tool config to editor directory for easier access |
| 30 | +fix: use unique name and do cleanup for eac temp build files |
| 31 | +fix: consolidated eac integrity config |
| 32 | +chore: moved linux config editor script |
| 33 | +refactor: changed version string retrieval method to avoid recompile |
| 34 | + |
| 35 | +### Removed |
| 36 | +chore: unneeded SystemMemory code |
| 37 | +chore: unneeded .aar |
| 38 | + |
| 39 | +### Fixed |
| 40 | +fix:layout fix for mobile and mac |
| 41 | +fix: log level menu selection behavior |
| 42 | +fix: removed EOS_DISABLE constraint from apple signin editor assembly |
| 43 | +feat: add error log when trying to grab ecom interface in editor. |
| 44 | +feat: eac splash image selection |
| 45 | +feat: eac integrity tool path default |
| 46 | +fix: hardcoded tooltip button |
| 47 | +fix(package) : Add EOSHostManager (samples essential) into UPM |
| 48 | +fix: config editor deployment overrides init |
| 49 | +chore: updated package description for essential asm changes and apple signin |
| 50 | +feat: sample ui tooltips |
| 51 | +fix: ui navigation fallback for input package |
| 52 | +fix: network sample asmdef references |
| 53 | +fix: EOS_DISABLE no longer breaks builds |
| 54 | +feat: update steamworks api from plugin |
| 55 | +feat: Add config value for specifying Steam API version. |
| 56 | +fix: egs sandboxid handling |
| 57 | +fix: case sensitive lobby search |
| 58 | +feat: Apple ID connect for iOS |
| 59 | +fix: login error when no internet |
| 60 | +fix: enable correct ui when changing connect login type |
| 61 | +fix(connect,iOS) : add ifdef for when SignInWithApple not installed |
| 62 | +feat(AppleID,iOS) : Added Check Define for whether AppleAuth is installed |
| 63 | +feat(connect) : AppleID login option for iOS |
| 64 | +fix(macOS) : build with both mono and il2cpp |
| 65 | + |
| 66 | + |
11 | 67 | ##[2.2.1] - 2023-02-28 |
12 | 68 | ### Added |
13 | 69 | feat: openid connect login sample |
|
0 commit comments