Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Releases: gdt050579/AppCUI-rs

Termial/WebTerminal fixes

15 Dec 21:04

Choose a tag to compare

What's Changed

  • Crossterm errors on painting could be due to wide chars. by @selairi in #193
  • Use Crossterm as the default backend for Linux. by @selairi in #195
  • [wasm] add support for auto-scalling fonts + fix get_os_roots by @cristinel24 in #196

Full Changelog: v0.4.5...v0.4.6

Clear/Restore Backend

25 Oct 09:47
0880cd7

Choose a tag to compare

appcui-restore-original-background

  • Restore or clear the backend once the application finishes
  • Fix some bugs with termios backend

What's Changed

3D Controls

17 Oct 03:48

Choose a tag to compare

appcui-3d-panels

What's Changed

Full Changelog: v0.4.3...v0.4.4

Windows Types

11 Oct 14:07

Choose a tag to compare

image

What's Changed

New Contributors

Full Changelog: v0.4.2...v0.4.3

Games examples

04 Oct 11:56

Choose a tag to compare

Several examples of games that can be done with AppCUI such as: PacMan, Tetris, 2048, etc
games

Other changes:

  • Add aditional methods for BitTiles
  • Fix bug #180
  • Improve documentation

Full Changelog: v0.4.1...v0.4.2

TimePicker & Graphics utilities

27 Sep 05:15

Choose a tag to compare

  • New control added: TimePicker
timepicker
  • Additional graphics classes for image manipulation: BitTile and Glyph
  • Various improvements on Galley

What's Changed

  • Fixed mouse reporting escape sequences by @Julien-cpsn in #174
  • Time picker control
  • Image manipulation classes

New Contributors

Full Changelog: v0.4.0...v0.4.1

ApplicationBar

21 Sep 07:04

Choose a tag to compare

Refactor previous MenuBar into a new component (called AppBar) that contains several items such as (MenuButton, Separator, Label, SwitchButton, Button or ToggleButton) as well as additional features to allow a better control for these components (e.g. enable/disable an application bar item, tooltips, orientation (to the left side or right side of the application bar and various events).

Many thanks to Julien C. for suggesting these changes.

appbar

What's Changed

New Contributors

Read more