Skip to content

Commit

Permalink
Issue #48 Split Mandelbrot-Tab into Mandelbrot-Julia and Mandelbrot-Zoom
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaswoehlke committed Oct 10, 2020
1 parent 9df1c57 commit d55ac9c
Showing 1 changed file with 34 additions and 2 deletions.
36 changes: 34 additions & 2 deletions etc/TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,37 @@ lorem ipsum
* https://docs.oracle.com/en/java/javase/13/docs/api/java.base/java/util/concurrent/Executor.html
* http://openbook.rheinwerk-verlag.de/javainsel9/javainsel_14_004.htm

### 2.2.3
Fixed #9, Fixed #12, Fixed #35, Fixed #37
## 2.2.3
* Fixed #9 Bug: Animation is not starting/running
* Fixed #12 BUG: after starting Controller Thread nothing is rendered to canvas
* Fixed #35 in pom.xml: move mainClass to Property
* Fixed #37 make App startable without maven plugin, just from target/classes dir via classpath

## 2.2.4
* fixed #44 merge Tab mandelbrot
* fixed #22 Threadpool experiments

## 2.2.7
* fixed #47 Discovered module-info.class. Shading will break its strong encapsulation.
* fixed #46 try out java15

## 2.2.8
* Issue #48 Split Mandelbrot-Tab into Mandelbrot-Julia and Mandelbrot-Zoom

## 2.2.9
* Issue #43 BUG: Fix paths to Markdown- and Image-Files for Github Pages and Maven Site
* Issue #41 Logging is broken

## 2.2.10
* Issue #18 Find Fork and Join Framwork for Java15
* Issue #19 Find Threadpool doc for java15
* Issue #32 insourcing: fix thhe x/y dimensions rendering bugs
* Issue #38 BUG: Tab DLA is broken
* Issue #40 BUG: Tab Simulated Evolution update Panels for Lifecylce Population Statistics gets no update on repaint
* Issue #42 Apply better Threadpooling to the TabControllers
## 2.2.11
*

## 2.2.12
*

0 comments on commit d55ac9c

Please sign in to comment.