diff --git a/distribution/ReleaseNotes.txt b/distribution/ReleaseNotes.txt index fb85a94e6..25764aee5 100644 --- a/distribution/ReleaseNotes.txt +++ b/distribution/ReleaseNotes.txt @@ -1,6 +1,6 @@ Release Notes -HEAD, planned as v0.15 +v0.15, released on 30. Oct 2017 - Added the possibility to use custom, java implemented components in Digital. - Added an EEPROM which behaves like a memory that can be written and whose content is non-volatile. @@ -11,12 +11,13 @@ HEAD, planned as v0.15 components and click right). - Added some new shortcuts (CTRL-N, CTRL-O, CTRL-A, CTRL-D). - Added a spinner to the input value edit dialog. -- fixed bugs in some 74xx circuits (74160, 74161, 74162 and 74238) -- fixed a bug in the remote interface "run to break" method. -- fixed an error in VHDL export if comparator is used in "signed mode" -- fixed a Windows specific bug in the speed test GUI -- fixed a bug which causes a freezing when a file is stored in folder which contains - a large number of sub folders and files. +- Bug fixes + - fixed bugs in some 74xx circuits (74160, 74161, 74162 and 74238) + - fixed a bug in the remote interface "run to break" method. + - fixed an error in VHDL export if comparator is used in "signed mode" + - fixed a Windows specific bug in the speed test GUI + - fixed a bug which causes a freezing when a file is stored in folder which contains + a large number of sub folders and files. - Breaking changes: - Removed the address bits settings from the graphic RAM. The width is now determined by the width and the height of the screen. diff --git a/distribution/checklist.txt b/distribution/checklist.txt index 2440ae1b0..d7a240259 100644 --- a/distribution/checklist.txt +++ b/distribution/checklist.txt @@ -39,6 +39,7 @@ Remote Interface Custom Jar Components [ ] Copy actual Digital.jar to the plugin example, and start digital from the example -[ ] Remove jar from settings and load the test circuit containing the custom elements. Error message should be shown. -[ ] Set the jar and load the example circuit. If should work. +[ ] Remove jar from settings and load the test circuit containing the custom elements. + An error message should be shown. +[ ] Set the jar and load the example circuit. It should work. [ ] Update the plugin example after distribution \ No newline at end of file diff --git a/src/main/resources/lang/lang_de.xml b/src/main/resources/lang/lang_de.xml index 8e98da0a3..006f929ab 100644 --- a/src/main/resources/lang/lang_de.xml +++ b/src/main/resources/lang/lang_de.xml @@ -936,7 +936,7 @@ Sind evtl. die Namen der Variablen nicht eindeutig? Dies vereinfacht die Erzeugung von 74xx Schaltungen. Pinnummerierung Wizard zur einfachen Nummerierung der Pins. - Pin Nummern entfernen + Pinnummern entfernen Alle Pinnummern in der Schaltung werden entfernt. Rückgängig diff --git a/src/test/resources/dig/jarLib/pluginExample-1.0-SNAPSHOT.jar b/src/test/resources/dig/jarLib/pluginExample-1.0-SNAPSHOT.jar index 4b83f3ed5..ca100523c 100644 Binary files a/src/test/resources/dig/jarLib/pluginExample-1.0-SNAPSHOT.jar and b/src/test/resources/dig/jarLib/pluginExample-1.0-SNAPSHOT.jar differ