From a09f349a3448bac53c1fac4b0b0f706f0198a671 Mon Sep 17 00:00:00 2001 From: Marco Allegretti Date: Sat, 18 Apr 2026 19:05:19 +0200 Subject: [PATCH] Rename CHANGELOG to OVERVIEW, fix tiling typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit CHANGELOG.md held a project overview, not versioned entries. Also fix a typo in the screenshot filename (tilling → tiling) and the matching README reference. --- CHANGELOG.md.license | 2 -- CHANGELOG.md => OVERVIEW.md | 0 OVERVIEW.md.license | 2 ++ README.md | 2 +- ...o_tilling.webm => quick_DesktopDemo_tiling.webm} | Bin ...icense => quick_DesktopDemo_tiling.webm.license} | 0 6 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 CHANGELOG.md.license rename CHANGELOG.md => OVERVIEW.md (100%) create mode 100644 OVERVIEW.md.license rename screenshots/{quick_DesktopDemo_tilling.webm => quick_DesktopDemo_tiling.webm} (100%) rename screenshots/{quick_DesktopDemo_tilling.webm.license => quick_DesktopDemo_tiling.webm.license} (100%) diff --git a/CHANGELOG.md.license b/CHANGELOG.md.license deleted file mode 100644 index 53922e6b..00000000 --- a/CHANGELOG.md.license +++ /dev/null @@ -1,2 +0,0 @@ -SPDX-FileCopyrightText: 2025 Marco A. -SPDX-License-Identifier: EUPL-1.2 diff --git a/CHANGELOG.md b/OVERVIEW.md similarity index 100% rename from CHANGELOG.md rename to OVERVIEW.md diff --git a/OVERVIEW.md.license b/OVERVIEW.md.license new file mode 100644 index 00000000..e1e3a62d --- /dev/null +++ b/OVERVIEW.md.license @@ -0,0 +1,2 @@ +SPDX-FileCopyrightText: 2026 Marco Allegretti +SPDX-License-Identifier: EUPL-1.2 diff --git a/README.md b/README.md index 53f4ebbb..903c2186 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ![Desktop overview](screenshots/quick_DesktopDemo.webm) ![Docked mode](screenshots/quick_DesktopDemo_docked.webm) -![Tiling](screenshots/quick_DesktopDemo_tilling.webm) +![Tiling](screenshots/quick_DesktopDemo_tiling.webm) Shift is a fork of [plasma-mobile](https://invent.kde.org/plasma/plasma-mobile). The upstream phone UI is untouched; convergence adds a layer on top. diff --git a/screenshots/quick_DesktopDemo_tilling.webm b/screenshots/quick_DesktopDemo_tiling.webm similarity index 100% rename from screenshots/quick_DesktopDemo_tilling.webm rename to screenshots/quick_DesktopDemo_tiling.webm diff --git a/screenshots/quick_DesktopDemo_tilling.webm.license b/screenshots/quick_DesktopDemo_tiling.webm.license similarity index 100% rename from screenshots/quick_DesktopDemo_tilling.webm.license rename to screenshots/quick_DesktopDemo_tiling.webm.license