From b6336f730be224278c8bde18ba9b0386335e583f Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Tue, 27 Aug 2019 00:31:47 +0300 Subject: [PATCH] update september.plan --- CHANGELOG.md | 1 + september.plan | 7 ++++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92ce217019..ff2b70bb5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ - http: support plain HTTP protocol and follow redirects. - net: basic UDP support. - Functions can now be inlined via the `[inline]` attribute. +- `gg` module can now render all Unicode characters. diff --git a/september.plan b/september.plan index 71e5607a6b..8a25425a16 100644 --- a/september.plan +++ b/september.plan @@ -5,7 +5,7 @@ - fix vorum, migrate to orm - wrap up memory management - fix child function calls -- fix non-ascii rendering in gg (ä, å, etc) ++ fix non-ascii rendering in gg (ä, å, etc) - cache all tokens once - enable vfmt - fix openssl on older linux distros @@ -15,12 +15,13 @@ - v ui for windows - v ui for linux - doom.v -- tcc backend ++ tcc backend - fix all c warnings with -pedantic -- set up pvs ++ set up pvs - ui/orm demo: a simple gui client for postgres/mysql/sqlite - ui demo: calculator - declarative ui with hot reload (similar to swiftui) - "building a simple blog with vweb" tutorial + youtube video +- new playground built with WebAssembly