Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ufechner7 committed Jul 5, 2024
1 parent 95141d8 commit 30fe02c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Changelog

### KiteViewers v0.4.13 - 2024-07-04
### KiteViewers v0.4.13 - 2024-07-05
#### Changed
- fix pre-compilation on Ubuntu 24.04
- fix tests
- smaller font size on Windows

### KiteViewers v0.4.12 - 2024-04-30
Expand Down
2 changes: 1 addition & 1 deletion src/viewer3D.jl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE. =#

if Sys.iswindows()
TEXT_SIZE::Int64 = 15
TEXT_SIZE::Int64 = 14
else
TEXT_SIZE::Int64 = 16
end
Expand Down

0 comments on commit 30fe02c

Please sign in to comment.