diff --git a/Makefile b/Makefile index e51fbdc..cb940ac 100644 --- a/Makefile +++ b/Makefile @@ -64,6 +64,7 @@ packages = Syslog Files MarketPlace Setting NotePad main: initd build_javascripts build_themes libs build_packages languages - cp src/index.html $(BUILDDIR)/ + - cp README.md $(BUILDDIR)/ initd: - mkdir -p $(BUILDDIR) diff --git a/README.md b/README.md index 14b02cc..4092705 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# antOS v1.2.0 +# antOS v1.2.1 [![Build Status](https://travis-ci.org/lxsang/antos.svg?branch=master)](https://travis-ci.org/lxsang/antos) [![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Flxsang%2Fantos.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Flxsang%2Fantos?ref=badge_shield) @@ -12,7 +12,8 @@ development and deployment of user specific applications inside de VDE environme Github: [https://github.com/lxsang/antos](https://github.com/lxsang/antos) ## Change logs -* Improvement GUI API +* V.1.2.1 WIP +* V.1.2.0 Improvement GUI API - [x] File dialog should remember last opened folder - [x] Add dynamic key-value dialog that work on any object - [x] Window list panel should show window title in tooltip when mouse hovering on application icon