Skip to content

Commit b849990

Browse files
git-upm-publisherstarikcetin
authored andcommitted
UPM release 4.1.1
1 parent 21b5441 commit b849990

File tree

4 files changed

+14
-7
lines changed

4 files changed

+14
-7
lines changed

.assets/settings.png

12.2 KB
Loading

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1919

2020

2121

22+
## [4.1.1] - 2024-06-17
23+
24+
### Fixed
25+
- Fixed mistakes in README.
26+
27+
28+
2229
## [4.1.0] - 2024-06-16
2330

2431
### Added

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ openupm add com.eflatun.scenereference
5151

5252
### With Git URL
5353

54-
Add the following line to the `dependencies` section of your project's `manifest.json` file. Replace `4.1.0` with the version you want to install.
54+
Add the following line to the `dependencies` section of your project's `manifest.json` file. Replace `4.1.1` with the version you want to install.
5555

5656
```json
57-
"com.eflatun.scenereference": "git+https://github.com/starikcetin/Eflatun.SceneReference.git#4.1.0"
57+
"com.eflatun.scenereference": "git+https://github.com/starikcetin/Eflatun.SceneReference.git#4.1.1"
5858
```
5959

60-
_Although it is highly discouraged, you can replace `4.1.0` with `upm` to get the latest version instead of a specific one._
60+
_Although it is highly discouraged, you can replace `4.1.1` with `upm` to get the latest version instead of a specific one._
6161

6262
## Optional Dependencies
6363

@@ -331,10 +331,10 @@ The scenes in this list will not be colored / will not have toolboxes. This sett
331331

332332
The scenes with paths matching the patterns in this setting will not be colored / will not have toolboxes. This setting is visible only when _Coloring Ignore Mode_ / _Toolbox Ignore Mode_ is set to _Patterns_.
333333

334-
> ![TIP]<br/>
334+
> [!TIP]<br/>
335335
> The patterns are evaluated together, just like `.gitignore` files. Each line corresponds to one pattern.
336336
337-
> ![IMPORTANT]<br/>
337+
> [!IMPORTANT]<br/>
338338
> The following library is used for matching patterns: https://github.com/goelhardik/ignore
339339
340340
# Advanced Usage
@@ -405,7 +405,7 @@ SettingsManager.SceneDataMaps.GenerationTriggers = GenerationTriggers.All;
405405
> Changing settings from code may have unintended consequences. Make sure you know what you are doing.
406406
407407
> [!IMPORTANT]<br/>
408-
> Make sure to call the corresponding `UtilityIgnores.ApplyColoringIgnoresPatterns` or `UtilityIgnores.ApplyToolboxIgnoresPatterns` methods right after you manipulate `UtilityIgnores.ColoringIgnoresPatterns` or `UtilityIgnores.ToolboxIgnoresPatterns` settings via code. Otherwise, your changes won't take effect until a later point in time _(to be specific, until the next a domain reload or until changing these settings from the settings menu, whichever comes first)_.
408+
> Make sure to call the corresponding `UtilityIgnores.ApplyColoringIgnoresPatterns` or `UtilityIgnores.ApplyToolboxIgnoresPatterns` methods right after you manipulate `UtilityIgnores.ColoringIgnoresPatterns` or `UtilityIgnores.ToolboxIgnoresPatterns` settings via code. Otherwise, your changes won't take effect until the next domain reload or until changing these settings from the settings menu, whichever comes first.
409409
410410
## Accessing the Maps Directly
411411

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.eflatun.scenereference",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"displayName": "Eflatun.SceneReference",
55
"description": "Scene References for Runtime and Editor. Strongly typed, robust, and reliable. Provides Asset GUID, Scene Path, Build Index, and Scene Name.\nhttps://github.com/starikcetin/Eflatun.SceneReference",
66
"documentationUrl": "https://github.com/starikcetin/Eflatun.SceneReference/blob/main/README.md",

0 commit comments

Comments
 (0)