Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ViennaTalk is a Smalltalk library to handle VDM-SL specifications.
Downloads
---

The latest release: [<kbd> <br> Milan <br> &nbsp; </kbd>](https://github.com/tomooda/ViennaTalk/releases/latest/)
The latest release: [<kbd> <br> Gdansk <br> &nbsp; </kbd>](https://github.com/tomooda/ViennaTalk/releases/latest/)
* macOS / AppleSilicon [![download](https://img.shields.io/badge/DOWNLOAD-f0f0f0?labelColor=a0a0a0&style=flat&logoColor=white&logo=DocuSign)](https://viennatalk.org/builds/viennatalk/latest/ViennaTalk-Installer-Darwin-arm64.dmg)
* macOS / Intel processor [![download](https://img.shields.io/badge/DOWNLOAD-f0f0f0?labelColor=a0a0a0&style=flat&logoColor=white&logo=DocuSign)](https://viennatalk.org/builds/viennatalk/latest/ViennaTalk-Installer-Darwin-x86_64.dmg)
* windows64 / Intel processor [![download](https://img.shields.io/badge/DOWNLOAD-f0f0f0?labelColor=a0a0a0&style=flat&logoColor=white&logo=DocuSign)](https://viennatalk.org/builds/viennatalk/latest/ViennaTalk-Windows-x86_64.zip)
Expand Down
8 changes: 6 additions & 2 deletions docs/Releases.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Major releases of ViennaTalk (lastest top)
---

* Codename Gdansk has been released (Dec 24, 2025)
- improved git repository support: You can merge the current working copy into the origin by resolving conflicts on top-level definitions.
- mutation testing: The system evaluates the testcases and combinatorial tests by mutating the original specification.
- full execution traceː The system records all assignment/call/return statements with actual values and visualize them as state diagrams and sequence diagrams.
- experimental profilersː The profiler catches all assignment to the variables and operation calls to help estimating the performance of implementation.
- misc improvementsː bugfixes on type checkers and etc.

* Codename Milan has been released (Apr 2, 2025)

- new Launcher UI: Models menu for quick access to open your model directories under Documents/ViennaTalk/.
Expand Down Expand Up @@ -37,7 +42,6 @@ Major releases of ViennaTalk (lastest top)
- Import operations from FRAM functions
- Export operations to FRAM functions and aspects


* Codename Boulder has been released. (Dec 31, 2021)
- Refactoring browser based on AST manipulations is now experimentally available.
- Base Pharo is upgraded to Pharo 9.
Expand Down
13 changes: 6 additions & 7 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,12 @@ Table of Major Components of ViennaTalk
What's new in the latest release
---

* Codename Milan has been released (Apr 2, 2025)

- new Launcher UI: Models menu for quick access to open your model directories under Documents/ViennaTalk/.
- Hi-De-Ho integration: You can manage micro-versions to safely explore design choices.
- git repository support: You can clone a git repository to your local directory and push/pull/commit/merge.
- on-file syntax debugger: On-file syntax debugger opens when you tried to open a syntactically erroneous model on the Refactoring Browser.
- experimental native window support: In the settings dialog, you can turn-on ViennaTalk>>Appearances/use Native multi-windows checkbox to use separate windows.
- misc maintenance worksː Lively Walk-Through is now back in operational and minor improvements on GUIs have been done.
* Codename Gdansk has been released (Dec 24, 2025)
- improved git repository support: You can merge the current working copy into the origin by resolving conflicts on top-level definitions.
- mutation testing: The system evaluates the testcases and combinatorial tests by mutating the original specification.
- full execution traceː The system records all assignment/call/return statements with actual values and visualize them as state diagrams and sequence diagrams.
- experimental profilersː The profiler catches all assignment to the variables and operation calls to help estimating the performance of implementation.
- misc improvementsː bugfixes on type checkers and etc.

* [Past Releases](Releases.md)

Expand Down