Skip to content

Commit

Permalink
release creation
Browse files Browse the repository at this point in the history
  • Loading branch information
hneemann committed Oct 30, 2017
1 parent 12ddec9 commit 7f987f2
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 deletions.
15 changes: 8 additions & 7 deletions distribution/ReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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.
Expand Down
5 changes: 3 additions & 2 deletions distribution/checklist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion src/main/resources/lang/lang_de.xml
Original file line number Diff line number Diff line change
Expand Up @@ -936,7 +936,7 @@ Sind evtl. die Namen der Variablen nicht eindeutig?</string>
Dies vereinfacht die Erzeugung von 74xx Schaltungen.</string>
<string name="menu_numbering">Pinnummerierung</string>
<string name="menu_numbering_tt">Wizard zur einfachen Nummerierung der Pins.</string>
<string name="menu_removePinNumbers">Pin Nummern entfernen</string>
<string name="menu_removePinNumbers">Pinnummern entfernen</string>
<string name="menu_removePinNumbers_tt">Alle Pinnummern in der Schaltung werden entfernt.</string>

<string name="menu_undo">Rückgängig</string>
Expand Down
Binary file modified src/test/resources/dig/jarLib/pluginExample-1.0-SNAPSHOT.jar
Binary file not shown.

0 comments on commit 7f987f2

Please sign in to comment.