From 6b5eb38f8659ee7a81be6d0d8097c1b05ff40828 Mon Sep 17 00:00:00 2001 From: Yuanle Song <sylecn@gmail.com> Date: Wed, 3 Jun 2020 22:09:13 +0800 Subject: [PATCH] add doc and changelog. --- README.org | 10 +++++++++- operational | 9 +++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index 6a878bd..648c09a 100644 --- a/README.org +++ b/README.org @@ -1,6 +1,6 @@ * COMMENT -*- mode: org -*- #+Date: 2019-09-02 -Time-stamp: <2020-01-14> +Time-stamp: <2020-06-03> * zero-panel zero-panel is a dbus service to provides a gtk3 based panel for showing @@ -43,3 +43,11 @@ rsync and [[https://github.com/jordansissel/fpm][fpm]] is required. # in zero-panel source dir ./create-deb.sh #+END_SRC + +* ChangeLog for zero-panel + +- v1.3.0 2020-06-03 + - [feature] support multiple monitor setup. + +- v1.2.0 2019-09-02 + - initial release diff --git a/operational b/operational index 5149e51..b8ca501 100644 --- a/operational +++ b/operational @@ -3,6 +3,15 @@ Time-stamp: <2020-06-03> #+STARTUP: content * notes :entry: +** 2020-06-03 how to make a release? +- update version number in meson.build +- update ChangeLog in README.org +- build deb + ./create-deb.sh +- test application in a VM. I will test in s01. +- build deb for x86 as well. +- publish deb to apt repo deb.emacsos.com + ** 2020-06-03 how to test dual monitor support - dual display test: when user type in emacs frame in a display, zero-panel should appear in the same display. -- GitLab