Skip to content

Commit

Permalink
v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yhara committed Jun 2, 2019
1 parent 7a43518 commit ac81681
Show file tree
Hide file tree
Showing 13 changed files with 25,610 additions and 19,492 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
## HEAD
## v1.4.0 (2019-06-02)

- fix: `Window.draw_box(C_WHITE)` draws a gray rectangle (#16)
- new: `dxopal new APP_PATH` (#14)
- new: `Image.load` (#17)
- new: `Font.get_width` (#18)
- fix: `Window.draw_box(C_WHITE)` draws a gray rectangle (#16)
- chores: Update Opal to 1.0.0
- internal: Moved ./opal to ./lib (#15)

Expand Down
4 changes: 2 additions & 2 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ These methods will not be supported.
- [ ] Font.new - partially
- [x] Font.default
- [x] Font.default=
- [ ] get_width
- [x] get_width
- [x] size
- [x] fontname
- [ ] name
Expand All @@ -153,6 +153,7 @@ These methods will not be supported.
## class Image

- [x] Image.new
- [x] Image.load
- [ ] Image.load_tiles
- [ ] Image.create_from_array
- [ ] Image.load_from_file_in_memory
Expand Down Expand Up @@ -190,7 +191,6 @@ These methods will not be supported.

These methods will not be supported.

- Image.load (use Image.register and `Image.[]` instead)
- dispose
- delayed_dispose
- disposed?
Expand Down
Loading

0 comments on commit ac81681

Please sign in to comment.