Skip to content

Commit 2161b93

Browse files
committed
Update ReadMe and release notes for 0.10.0
1 parent cff44bc commit 2161b93

File tree

3 files changed

+47
-2
lines changed

3 files changed

+47
-2
lines changed

ReadMe.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -371,11 +371,19 @@ and [ShowMessageDemo Scala 3] files for details.
371371

372372
### ImageDisplay Demo
373373

374-
[ImageDisplayDemoApp][ImageDisplayDemo] a simple example of an application that can display images, with ability to zoom
375-
in, zoom out, and fit to current window. Illustrates use of the `ImageDisplay` component.
374+
[ImageDisplayDemoApp][ImageDisplayDemo] a simple example of an application that can display images,
375+
with the ability to zoom in, zoom out, and fit to the current window, flip, and rotate the image.
376+
Illustrates use of the `ImageDisplay` component.
376377

377378
![Image Display Demo](notes/assets/ImageDisplayDemo.gif)
378379

380+
### BatchRunnerWithProgress Demo
381+
382+
[BatchRunnerWithProgressDemoApp] demo of `BatchRunnerWithProgress` GUI.
383+
384+
![BatchRunnerWithProgress Demo](notes/assets/BatchRunnerProgressDemoApp.gif)
385+
386+
379387
Status
380388
------
381389

@@ -413,6 +421,8 @@ BSD-3-Clause ScalaFX license.
413421

414422
[StopWatchDemo Scala 3]: scalafx-extras-demos/src/main/scala-3/org/scalafx/extras/mvcfx/stopwatch
415423

424+
[BatchRunnerWithProgressDemoApp]: scalafx-extras-demos/src/main/scala-3/org/scalafx/extras/batch/BatchRunnerWithProgressDemoApp.scala
425+
416426
[ScalaFX Users Group]: https://groups.google.com/forum/#!forum/scalafx-users
417427

418428
[Discussions]: https://github.com/scalafx/scalafx-extras/discussions

notes/0.10.0.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
## ScalaFX-Extras Release v.0.10.0
2+
3+
This release of [ScalaFX-Extras] is a feature release.
4+
5+
### New features
6+
7+
* Add component to display the progress of batch processing tasks [[#33]]
8+
* Add helper UI for running batch processing tasks [[#34]]
9+
* ShowMessage: allow for resizing all message dialogs [[#32]]
10+
* ImageDisplay: add an option to flip image in X or Z axis [[#35]]
11+
12+
### Bug fixes
13+
14+
* ShowMessage dialogs may display cropped messages [[#31]]
15+
16+
To post questions, please use [Project Discussions][Discussions] or [ScalaFX Users Group][scalafx-users]
17+
18+
[ScalaFX-Extras]: https://github.com/scalafx/scalafx-extras
19+
20+
[Discussions]: https://github.com/scalafx/scalafx-extras/discussions
21+
22+
[scalafx-users]: https://groups.google.com/forum/#!forum/scalafx-users
23+
24+
25+
[#31]: https://github.com/scalafx/scalafx-extras/issues/31
26+
27+
[#32]: https://github.com/scalafx/scalafx-extras/issues/32
28+
29+
[#33]: https://github.com/scalafx/scalafx-extras/issues/33
30+
31+
[#34]: https://github.com/scalafx/scalafx-extras/issues/34
32+
33+
[#35]: https://github.com/scalafx/scalafx-extras/issues/35
34+
35+
4.55 MB
Loading

0 commit comments

Comments
 (0)