Skip to content

Commit

Permalink
Prepare v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Rekkonnect committed Aug 4, 2024
1 parent 1125fcc commit d94a2d9
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Syndiesis/Syndiesis.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<PropertyGroup Label="Metadata">
<Version>1.2.0</Version>
<Version>1.2.1</Version>
<Authors>Alex Kalfakakos</Authors>
<Copyright>© 2024 Alex Kalfakakos</Copyright>
<Description>The most revolutionary syntax visualizer for C#</Description>
Expand Down
27 changes: 27 additions & 0 deletions docs/changelog/1.2.x.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# v1.2.x Changelog

## v1.2.1

### Improvements

- General
- Ensure animations finish properly even during lagspikes
- Code editor
- Wrap overflowing text in diagnostics popup
- Make diagnostics text copyable
- Keep diagnostics popup open for a little while before hiding
- Analysis view
- Better value source description in details view
- Avoid recalculating and fuzzing details view info on same details root
- Remove duplicate property names in certain types
- Internals
- Add tests ensuring the analysis pipeline works as intended (#71)

### Bugfixes

- General
- Toggling language with disabled auto detection (#78)
- Code editor
- Diagnostics popup being shown outside the editor (#74)
- Empty source not updating details (#73)
- Analysis view
- Handle collapse all in details view (#77)

## v1.2.0

### Improvements
Expand Down

0 comments on commit d94a2d9

Please sign in to comment.