Skip to content

Commit 76beea6

Browse files
authored
Release 0.11.1 (#39)
* Inline the video methods. We want them in RAM in our BIOS, not accessed via a thunk. * Video mode updates. ) Add new scaling type. ) Make video format nicely printable. ) Add safe way to convert integers to modes. * Add Mode::is_text_mode. * Reorder method. * Update to v0.11.1
1 parent 286d216 commit 76beea6

File tree

3 files changed

+121
-9
lines changed

3 files changed

+121
-9
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "GPL-3.0-or-later"
77
name = "neotron-common-bios"
88
readme = "README.md"
99
repository = "https://github.com/neotron-compute/neotron-common-bios.git"
10-
version = "0.11.0"
10+
version = "0.11.1"
1111

1212
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1313

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@ dual licensed as above, without any additional terms or conditions.
4343

4444
* None
4545

46+
### v0.11.1
47+
48+
* New `video::Mode::new_with_scaling` method
49+
* New `video::Scaling` type
50+
* Marked methods as inline to help avoid thunks when code is in RAM
51+
4652
### v0.11.0
4753

4854
* Add compare_and_swap_bool function

0 commit comments

Comments
 (0)