Skip to content

Commit

Permalink
Release v0.4.0 (#145)
Browse files Browse the repository at this point in the history
* Update versions

* Update VSCode README.md

* Update misc
  • Loading branch information
haydar-metin authored Oct 1, 2023
1 parent ee46393 commit 7c97b3a
Show file tree
Hide file tree
Showing 13 changed files with 40 additions and 27 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,22 @@ All notable changes to this project will be documented in this file.

### What's Changed

## [v0.3.0 - 2023-05-23](https://github.com/borkdominik/bigUML/releases/tag/v0.3.0)
## [v0.4.0 - 2023-10-01](https://github.com/borkdominik/bigUML/releases/tag/v0.4.0

### What's Changed

- Improve server architecture by @haydar-metin in https://github.com/borkdominik/bigUML/pull/132
- Add state-machine diagram by @haydar-metin, @granigd, @DavidJaeger10, @sschwantler in https://github.com/borkdominik/bigUML/pull/133
- Add deployment diagram by @haydar-metin in https://github.com/borkdominik/bigUML/pull/134
- Integrate object diagram to class diagram by @haydar-metin, @MZeisler, @H0oKd in https://github.com/borkdominik/bigUML/pull/135
- Add missing features in diagrams by @haydar-metin in https://github.com/borkdominik/bigUML/pull/136
- Add activity diagram by @haydar-metin, @HolzingerAlexander, @dellis66, @nbzowski in https://github.com/borkdominik/bigUML/pull/139
- Add information flow diagram by @haydar-metin, @lforst, @GallusHuber in https://github.com/borkdominik/bigUML/pull/140
- Adapt communication diagram by @haydar-metin, @aylin-sarioglu in https://github.com/borkdominik/bigUML/pull/141
- Adapt package diagram to new architecture by @haydar-metin in https://github.com/borkdominik/bigUML/pull/142
- Beautify class diagram - miscellaneous by @haydar-metin in https://github.com/borkdominik/bigUML/pull/144

## [v0.3.0 - 2023-07-21](https://github.com/borkdominik/bigUML/releases/tag/v0.3.0)

### What's Changed

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- DEMO -->
<p align="center">
<img src="./media/bigUML-demo.gif" alt="Demo" />
<img src="./media/bigUML-demo.gif" width="800px" alt="Demo" />
</p>

<!-- BADGES -->
Expand Down
2 changes: 1 addition & 1 deletion client/environments/theia-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "biguml-theia",
"version": "0.3.0",
"version": "0.4.0",
"private": true,
"license": "MIT",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion client/packages/uml-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@borkdominik-biguml/uml-common",
"version": "0.3.0",
"version": "0.4.0",
"description": "UML-Common",
"homepage": "https://github.com/borkdominik/bigUML",
"bugs": "https://github.com/borkdominik/bigUML/issues",
Expand Down
2 changes: 1 addition & 1 deletion client/packages/uml-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@borkdominik-biguml/uml-components",
"version": "0.3.0",
"version": "0.4.0",
"description": "UML-Components",
"homepage": "https://github.com/borkdominik/bigUML",
"bugs": "https://github.com/borkdominik/bigUML/issues",
Expand Down
2 changes: 1 addition & 1 deletion client/packages/uml-glsp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@borkdominik-biguml/uml-glsp",
"version": "0.3.0",
"version": "0.4.0",
"description": "UML-GLSP",
"homepage": "https://github.com/borkdominik/bigUML",
"bugs": "https://github.com/borkdominik/bigUML/issues",
Expand Down
2 changes: 1 addition & 1 deletion client/packages/uml-integration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@borkdominik-biguml/uml-integration",
"version": "0.3.0",
"version": "0.4.0",
"description": "UML-Integration",
"homepage": "https://github.com/borkdominik/bigUML",
"bugs": "https://github.com/borkdominik/bigUML/issues",
Expand Down
2 changes: 1 addition & 1 deletion client/packages/uml-modelserver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@borkdominik-biguml/uml-modelserver",
"version": "0.3.0",
"version": "0.4.0",
"description": "UML-Modelserver",
"homepage": "https://github.com/borkdominik/bigUML",
"bugs": "https://github.com/borkdominik/bigUML/issues",
Expand Down
30 changes: 14 additions & 16 deletions client/packages/uml-vscode-integration/extension/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- DEMO -->
<p align="center">
<img src="https://github.com/borkdominik/bigUML/assets/13104167/78f273c7-302a-421f-9ed7-99deebdf8147" alt="Demo" />
<img src="https://github.com/borkdominik/bigUML/assets/13104167/29201f50-c52c-4498-a1ad-befc365630f1" width="800px" alt="Demo" />
</p>

<!-- TITLE -->
Expand All @@ -12,6 +12,8 @@

**bigUML** follows the UML specification to create the different diagrams. This extension is the _client_ integration based on [GLSP](https://www.eclipse.org/glsp/). It comes together with the **bigUML** language server integrated into it, which utilizes the [GLSP-Server](https://github.com/eclipse-glsp/glsp-server) and the [ModelServer](https://github.com/eclipse-emfcloud/modelserver-glsp-integration).

> **bigUML** is at an early stage of development.
---

</br>
Expand All @@ -29,24 +31,20 @@

## Diagrams

Currently, **bigUML** supports the following UML diagram types:


<details>
<summary><strong>Class Diagram</strong></summary>

![image](https://github.com/borkdominik/bigUML/assets/13104167/1a5373c4-76c3-4908-9d6f-3d039bedb4b8)

</details>

<details>
<summary><strong>Use Case Diagram</strong></summary>
Currently, **bigUML** has *basic* support for the following UML diagram types:

![image](https://github.com/borkdominik/bigUML/assets/13104167/7acbb3ad-522e-4a48-91ef-6b0d5f7451be)
- Activity Diagram
- Class Diagram
- Communication Diagram
- Deployment Diagram
- Information Flow Diagram
- Package Diagram
- State Machine Diagram
- Use Case Diagram

</details>
You can [learn more](https://github.com/borkdominik/bigUML/) about the progress of each diagram type in the repository.

We are working on integrating more diagram types and will subsequently add them in future releases.
We are actively working on integrating and extending diagram types and will add additional and improved diagrams in future releases.

Get in touch if you want to contribute!

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "umldiagram",
"displayName": "bigUML Modeling Tool",
"version": "0.3.0",
"version": "0.4.0",
"description": "Graphical UML Editor",
"categories": [
"Programming Languages",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export class NewFileCreator {
);

vscode.window.showInformationMessage(
'Thank you for testing bigUML. We want to remind you that bigUML is still in the early development phase.',
'Thank you for testing bigUML. We want to remind you that bigUML is at an early stage of development.',
'Close'
);
await vscode.commands.executeCommand('workbench.files.action.refreshFilesExplorer');
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@borkdominik-biguml/uml-vscode-integration-webview",
"version": "0.3.0",
"version": "0.4.0",
"description": "UML GLSP diagram in a VS Code extensions (WebView part)",
"homepage": "https://github.com/borkdominik/bigUML",
"bugs": "https://github.com/borkdominik/bigUML/issues",
Expand Down
Binary file modified media/bigUML-demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7c97b3a

Please sign in to comment.