Skip to content

Commit 1e71713

Browse files
committed
Update changelog with missing item
1 parent 23cf18a commit 1e71713

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ SadConsole uses NuGet for its .NET dependencies:
9797
- [Core] Added TheDraw font reader: `SadConsole.Readers.TheDrawFont`. **Not a SadConsole Font.**
9898
- [Core] [Playscii](http://vectorpoem.com/playscii/) support added in the `SadConsoles.Readers` namespace. (RychuP)
9999
- [Core] Entity renderer has a `RemoveAll` method to clear out all the entities.
100+
- [Core] Entity renderer now has a `SkipExistsChecks` property which can greatly improve performance when adding/removing entities (when you already have a lot of entities).
100101
- [Core] For entities, added `AnimatedAppearanceComponent` which can be added to an entity to animate the glyph like the `AnimatedSurface` did for the old entity type.
101102
- [UI] Fix various minor bugs with controls.
102103
- [UI] `Textbox` has more events related to text changing.
@@ -109,4 +110,4 @@ SadConsole uses NuGet for its .NET dependencies:
109110
- [StringParser] String processor no longer hides effects until they're used. All processed strings will set a null effect that will be set on the cells that are printed.
110111
- [ExtendedLib] Added ClassicConsoleKeyboardHandler and C64KeyboardHandler for cursor handlers.
111112
- [ExtendedLib] Added MoveViewPortKeyboardHandler component.
112-
- [ExtendedLib] Added `surface.PrintFadingText` extension method that prints text using the `DrawString` instruction with an effect.
113+
- [ExtendedLib] Added `surface.PrintFadingText` extension method that prints text using the `DrawString` instruction with an effect.

SadConsole.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_Solution Files", "_Solutio
2828
.editorconfig = .editorconfig
2929
changelog.md = changelog.md
3030
MigrationNotes.txt = MigrationNotes.txt
31+
README.md = README.md
3132
EndProjectSection
3233
EndProject
3334
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ThemeEditor", "Samples\ThemeEditor\ThemeEditor.csproj", "{7A961499-F7E8-4291-A906-AC1CC520EE03}"

changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
- [Core] Added TheDraw font reader: `SadConsole.Readers.TheDrawFont`. **Not a SadConsole Font.**
4646
- [Core] [Playscii](http://vectorpoem.com/playscii/) support added in the `SadConsoles.Readers` namespace. (RychuP)
4747
- [Core] Entity renderer has a `RemoveAll` method to clear out all the entities.
48+
- [Core] Entity renderer now has a `SkipExistsChecks` property which can greatly improve performance when adding/removing entities (when you already have a lot of entities).
4849
- [Core] For entities, added `AnimatedAppearanceComponent` which can be added to an entity to animate the glyph like the `AnimatedSurface` did for the old entity type.
4950
- [UI] Fix various minor bugs with controls.
5051
- [UI] `Textbox` has more events related to text changing.

0 commit comments

Comments
 (0)