Skip to content

Commit

Permalink
Release version 0.2. Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
nyyManni committed Jun 23, 2019
1 parent d543b16 commit 110156d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog

## [0.2] - 2019-06-23
### Changes:
- Fixed noise from the atlas texture
- Moved all printf-commands behind one API call
- Bugfixes, error handling improvements and cleanup
- Support using the same texture with multiple fonts
- Static library on Linux/macOS
- Render only one "empty box" for control characters.
### Known issues:
- No support for cubic segments yet
- Color mapping for certain shapes is incomplete
- Rendering calls use a geomety shader
- Small errors in shapes, such as letters `q` and `k` with `LiberationSerif-Regular.ttf`. Visible only with a really large font size.
- DLL build on windows not working

0 comments on commit 110156d

Please sign in to comment.