updates the README.md and the release notes

This commit is contained in:
hneemann 2021-07-23 20:34:37 +02:00
parent 27d8f5083c
commit f7184bc72c
2 changed files with 13 additions and 14 deletions

View File

@ -77,22 +77,20 @@ All other tests, including the HDL tests, were executed without errors.
## Documentation ## ## Documentation ##
The [documentation](https://github.com/hneemann/Digital/releases/latest) is available in English, The [documentation](https://github.com/hneemann/Digital/releases/latest) is available in English, German, Spanish,
German, Spanish, Portuguese, French and simplified Chinese. Portuguese, French, Italian and simplified Chinese. It is still very incomplete but it contains a chapter "First Steps"
It is still very incomplete but it contains a chapter "First Steps" which explains the basic usage of Digital. which explains the basic usage of Digital. The documentation also contains a list of available 74xx chips and a list of
The documentation also contains a list of available 74xx chips and a list of available keyboard shortcuts. available keyboard shortcuts.
## Translations ## ## Translations ##
So far Digital is available in English, German, Spanish, Portuguese, French and simplified Chinese. So far Digital is available in English, German, Spanish, Portuguese, French, Italian and simplified Chinese. If someone
If someone wants to add a wants to add a new translation, please let me [know](mailto:digital-simulator@web.de). I can provide you with a special
new translation, please let me [know](mailto:digital-simulator@web.de). file for translation. This file is much easier to translate than
I can provide you with a special file for translation. This file is much easier to the [files](https://github.com/hneemann/Digital/blob/master/src/main/resources/lang)
translate than the [files](https://github.com/hneemann/Digital/blob/master/src/main/resources/lang) used directly by Digital. So you don't have to deal with GitHub or the Java source code. Simply add the respective
used directly by Digital. So you don't have to deal with GitHub or the translation of the English text to this file and send it back to [me](mailto:digital-simulator@web.de). If you want to
Java source code. Simply add the respective translation of the English know how to create the necessary files yourself, see
text to this file and send it back to [me](mailto:digital-simulator@web.de).
If you want to know how to create the necessary files yourself, see
[here](https://github.com/hneemann/Digital/blob/master/src/main/resources/lang/howTo.md). [here](https://github.com/hneemann/Digital/blob/master/src/main/resources/lang/howTo.md).
## Comments ## ## Comments ##

View File

@ -5,6 +5,7 @@ HEAD, planned as v0.28
- adds paste functionality to ROM data editor. - adds paste functionality to ROM data editor.
- adds some more ATF150x devices - adds some more ATF150x devices
- Probe is able to count edges. - Probe is able to count edges.
- Italian translation was added, special thanks to Luca Cavallari
- adds a external component that is based on a file instead - adds a external component that is based on a file instead
of storing the code in the component itself. of storing the code in the component itself.