Skip to content

Commit

Permalink
Update ReadMe and release notes for 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsacha committed Aug 9, 2024
1 parent cff44bc commit 2161b93
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 2 deletions.
14 changes: 12 additions & 2 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -371,11 +371,19 @@ and [ShowMessageDemo Scala 3] files for details.

### ImageDisplay Demo

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

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

### BatchRunnerWithProgress Demo

[BatchRunnerWithProgressDemoApp] demo of `BatchRunnerWithProgress` GUI.

![BatchRunnerWithProgress Demo](notes/assets/BatchRunnerProgressDemoApp.gif)


Status
------

Expand Down Expand Up @@ -413,6 +421,8 @@ BSD-3-Clause ScalaFX license.

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

[BatchRunnerWithProgressDemoApp]: scalafx-extras-demos/src/main/scala-3/org/scalafx/extras/batch/BatchRunnerWithProgressDemoApp.scala

[ScalaFX Users Group]: https://groups.google.com/forum/#!forum/scalafx-users

[Discussions]: https://github.com/scalafx/scalafx-extras/discussions
35 changes: 35 additions & 0 deletions notes/0.10.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
## ScalaFX-Extras Release v.0.10.0

This release of [ScalaFX-Extras] is a feature release.

### New features

* Add component to display the progress of batch processing tasks [[#33]]
* Add helper UI for running batch processing tasks [[#34]]
* ShowMessage: allow for resizing all message dialogs [[#32]]
* ImageDisplay: add an option to flip image in X or Z axis [[#35]]

### Bug fixes

* ShowMessage dialogs may display cropped messages [[#31]]

To post questions, please use [Project Discussions][Discussions] or [ScalaFX Users Group][scalafx-users]

[ScalaFX-Extras]: https://github.com/scalafx/scalafx-extras

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

[scalafx-users]: https://groups.google.com/forum/#!forum/scalafx-users


[#31]: https://github.com/scalafx/scalafx-extras/issues/31

[#32]: https://github.com/scalafx/scalafx-extras/issues/32

[#33]: https://github.com/scalafx/scalafx-extras/issues/33

[#34]: https://github.com/scalafx/scalafx-extras/issues/34

[#35]: https://github.com/scalafx/scalafx-extras/issues/35


Binary file added notes/assets/BatchRunnerProgressDemoApp.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2161b93

Please sign in to comment.