From 742699cc641aa33a3aeeee98137aab439cd949e5 Mon Sep 17 00:00:00 2001
From: Kubat <mael.martin31@gmail.com>
Date: Thu, 4 Feb 2021 11:41:31 +0100
Subject: [PATCH] DOC: Update changelog

---
 CHANGELOG.md    | 1 +
 CONTRIBUTING.md | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index fa98e98c..2436134d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,6 +19,7 @@
 - lkt `queue delete` is now `queue remove` to delete by id
 - lkt `queue delete` now deletes a kara in the queue by their position
 - lkt shuffle works the same way as klkt, it doens't force the 'play' command but unpause, i.e it doesn't replay the kara
+- lkt shows the update progress
 - Remove archlinux package support (replaced by AppImage)
 - Fix dl process with the repo module
 - Fix: the moveid was in fact a move command, no range supported
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 5abbfc51..643ed2ed 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -180,8 +180,8 @@ For the compatibility column, the possible values are the following:
 | `clear`                                   | `clear`                               | +     |                                                   |
 | `delete [{pos}/{start:end}]`              | `delete {pos}`                        | -     | can take only one position                        |
 | `deleteid {songid}`                       | `deleteid {songid}`                   | +     | delete all kara with that id, skip the current kara if needed |
-| `move [{from}/{start:end}] {to}`          |                                       | TODO  | not implemented                                   |
-| `moveid {from} {to}`                      | `moveid {from} {to}`                  | ~     | `to` is always an absolute position               |
+| `move [{from}/{start:end}] {to}`          | `move {from} {to}`                    | ~     | `{to}` is always an absolute position             |
+| `moveid {from} {to}`                      |                                       |       |                                                   |
 | `playlist`                                | `playlist`                            | +     |                                                   |
 | `playlistfind {tag} {needle}`             | `playlistfind {uri}`                  | ~     | uses lektord URIs                                 |
 | `playlistid {songid}`                     | `playlistid {id}`                     | ~     | the uri is only an id                             |
-- 
GitLab