Skip to content

Commit

Permalink
Prepare 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Rekkonnect committed Jun 10, 2024
1 parent c650736 commit 752b5ed
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -365,3 +365,6 @@ FodyWeavers.xsd
# JetBrains Rider
.idea/
*.sln.iml

# VS Code
.vscode/
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.1.1</Version>
<Version>1.1.2</Version>
<Authors>Alex Kalfakakos</Authors>
<Copyright>© 2024 Alex Kalfakakos</Copyright>
<Description>The most revolutionary syntax visualizer for C#</Description>
Expand Down
35 changes: 35 additions & 0 deletions docs/changelog/1.1.x.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,40 @@
# v1.1.x Changelog

## v1.1.2

### Improvements

- General
- Support Visual Basic (#20)
- Pick language version (#39)
- Shortcuts for saving settings, resetting settings and cancelling the settings operation
- `Ctrl+Tab` shortcut to focus the text editor
- Code editor
- F12 failing flashes the editor with a red color indicator
- F12 works on more situations, including self definition, constructors and implicitly declared symbols
- F12 accounts for the caret being on the edge of a valid identifier
- Colorize XML nodes in documentation
- Analysis tree view
- New Attributes view specifically for `AttributeData` (#48)
- Better display of `AttributeData`
- Italics on displayed symbol kinds
- Fully qualified `OperationTree` name to avoid confusion as an official Roslyn API (also applies to `AttributeTree`)
- Settings
- Popup on resetting settings to last load state

### Bugfixes

- Code editor
- Bring back `Ctrl+Shift+V`
- Avoid hover on the last analysis tree node when caret beyond document end
- Analysis tree view
- Node hovering background not properly working (again and again and again)

### Performance

- Settings
- More responsive and lighter animation on switching with main view

## v1.1.1

### Improvements
Expand Down

0 comments on commit 752b5ed

Please sign in to comment.