Skip to content

Commit 6ea67b6

Browse files
committed
Add release notes
1 parent 4a72f75 commit 6ea67b6

File tree

1 file changed

+25
-16
lines changed

1 file changed

+25
-16
lines changed

ReleaseNotes.md

Lines changed: 25 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,29 @@
1-
# Release 2.7.0 - the release nobody wanted
1+
Hello folks,
2+
after a long time the release 2.8.0 is ready. Here are the highlights
23

3-
This is release 2.7.0, some of the highlights
4-
- You can do now use case diagrams
5-
- NClass is now using updated and homebrewn NReflect
6-
- The projects targets now net472
7-
- Copy and paste should finally be working correctly
8-
- Some of the code areas are now covered by unit tests
9-
- Bunch of small miscellanios fixes
4+
### New Features :rocket:
5+
- You can undo/redo now (mostly). Yes, you read that right. Currently you can undo/redo the following
6+
- Adding of shapes and connections
7+
- Deleting of shapes and connections
8+
- Renaming shapes
9+
- Adding/inserting/renaming/modifying members of class shapes
10+
- Adding/inserting/renaming/modifying members of enums
11+
- Adding/inserting/renaming/modifying members of delegates
12+
- Pasting elements
1013

11-
I'm going to continue the development with my tectonic speed, so buckle down.
12-
What I'm going to do focus on in the following release will be:
13-
- some basic undo/redo functionallity
14-
- improve the assembly import/code validation
15-
- maven support for java projects generation
16-
- dotnet core support for csharp projects genration
14+
Moreover I've implemented an undo/redo visualizer ala Photoshop:
15+
So this is what I considered the MVP of the feauture. There maybe bugs and not everything is in place, more will follow
1716

18-
This of course can change
17+
- The support for vs2015 is now dropped and support for vs2019 is now in place in the code generation
18+
- NClass now uses an error details dialog when opening a file or importing a diagram. This should help find and troubleshoot problems faster
19+
- NClass now checks for updates on application start.
1920

20-
Thank you very much for the patience and the support of contributors.
21+
### Bug fixes :bug:
22+
- Fixed a weird behavior where shapes where dragged when the user did right click in them, caused by spurious win32 messages
23+
- Fixed a small error when importing assemblies and there were internal only property
24+
- Misc small stuff
25+
26+
### Next steps 📡
27+
So the work is going to continue with glacial pace, I'm doing this in my spare time, after all. The next release will focus on some java and code import improvements, most likely.
28+
29+
Thank you for your support and patience!

0 commit comments

Comments
 (0)