From 0d4b018f6bfa8c1f6ca6c786f003fb164852bad5 Mon Sep 17 00:00:00 2001 From: windvalley Date: Fri, 23 Dec 2022 22:54:07 +0800 Subject: [PATCH] docs: add new version desc in README.md and CHANGELOG.md --- CHANGELOG.md | 28 ++++++++++++++++++++++------ README.md | 7 +++++++ 2 files changed, 29 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce7ee94..8d07242 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,21 +5,37 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## v0.2.0 +## v0.3.0 ### Added #### Features -Window manipulation: +- Keep the desktop wallpaper the same as the bing daily picture. +- New window manipulation: Move to other monitors. + +#### Keybindins + +Move to other monitors: + +- + UP: Move to Above Monitor +- + DOWN: Move to Below Monitor +- + LEFT: Move to Left Monitor +- + RIGHT: Move to Right Monitor +- + SPACE: Move to Next Monitor + +## v0.2.0 + +### Added -1. Bottom Side Stretch Upward -2. Bottom Side Stretch Downward -3. Right Side Stretch Leftward -4. Right Side Stretch Rightward +#### Features + +New window manipulation: Stretch from bottom or right side. #### Keybindins +Stretch from bottom or right side: + - + K: Bottom Side Stretch Upward - + J: Bottom Side Stretch Downward - + H: Right Side Stretch Leftward diff --git a/README.md b/README.md index 282e047..a7f40ef 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ - Application window manipulation, such as movement, stretch or shrink, change position, etc. - Quickly switch to the specified input method. - Toggle the keybindings cheatsheet. +- Keep the desktop wallpaper the same as the bing daily picture. - Auto reload configuration when lua files changes. - The code structure is clear and easy to customize into your own configuration. @@ -72,6 +73,12 @@ cd ~/.hammerspoon && git pull - + E: Left or Top 2/3 - + R: Right or Bottom 2/3 +- + UP: Move to Above Monitor +- + DOWN: Move to Below Monitor +- + LEFT: Move to Left Monitor +- + RIGHT: Move to Right Monitor +- + SPACE: Move to Next Monitor + - + K: Move Upward - + J: Move Downward - + H: Move Leftward