Show shortcut keys in pop-up menus
[geeqie.git] / CHECKLIST.md
index b6b28d7..9d93ed4 100644 (file)
@@ -1,35 +1,53 @@
-## A checklist to be used after Geeqie has been updated
+# A checklist to be used after Geeqie has been updated
 
-Before compiling the sources, carry out the following actions when necessary:
+## Before compiling the sources, carry out the following actions when necessary
 
 * Update `org.geeqie.Geeqie.appdata.xml.in` with the latest released version and date
+
 * If source files have been added or removed from `./src/` directory, resync `./po/POTFILES.in`
+
 ```sh
 cd ./po
 ./regen_potfiles.sh | patch -p0
 ```
+
 * Keep translations in sync with the code
+
 ```sh
 cd ./po
 make update-po
 ```
+
 * Update the the timezone database
+
 ```sh
 ./scripts/zonedetect/create_timezone_database
 ```
 
-After compiling the sources, carry out the following actions when necessary:
+* Upload the timezone database to TBD
+
+## After compiling the sources, carry out the following actions when necessary
+
 * Update the man page and Command Line Options section in Help
+
 ```sh
 ./scripts/generate-man-page.sh
 ```
 
-*  Commit the changes
+* Update the keyboard shortcuts page in Help
+
+```sh
+./doc/create-shortcuts-xml.sh
+```
+
+* Commit the changes
 
 * Generate a new AppImage (note that this should be run on a **20.04 system**)
+
 ```sh
 ./scripts/generate-appimage.sh <location of local appimages folder>
 ```
+
 * Upload AppImage to web AppImages location
 * Edit `<location of local geeqie.github.io>/AppImage/appimages.txt` to include latest AppImage at the *top* of the list
 * Copy Help html files to `<location of local geeqie.github.io>/help`