Skip to content

Commit 4133762

Browse files
committed
update docs
1 parent 35f0450 commit 4133762

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

README.org

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
* LaunchyQt
55
[[https://github.com/samsonwang/LaunchyQt/releases][file:https://img.shields.io/github/release/samsonwang/LaunchyQt.svg]]
6-
[[https://doc.qt.io/qt-5.9.8/][file:https://img.shields.io/badge/Qt-5.9.8-41cd52.svg]]
7-
[[https://www.python.org/downloads/release/python-367/][file:https://img.shields.io/badge/python-3.6.7-blue.svg]]
6+
[[https://doc.qt.io][file:https://img.shields.io/badge/Qt-5.12.10-41cd52.svg]]
7+
[[https://www.python.org][file:https://img.shields.io/badge/python-3.9.6-blue.svg]]
88
[[https://github.com/samsonwang/LaunchyQt/blob/master/LICENSE][file:https://img.shields.io/github/license/samsonwang/LaunchyQt.svg]]
99
[[https://github.com/samsonwang/LaunchyQt/releases][file:https://img.shields.io/github/downloads/samsonwang/LaunchyQt/total.svg]]
1010

@@ -24,7 +24,7 @@ Compared to the old one, LaunchyQt offers more as follows:
2424

2525

2626
** Latest release
27-
Checkout detailed info and download latest binary at [[https://github.com/samsonwang/LaunchyQt/releases][github release page]] or [[https://sourceforge.net/projects/launchyqt/files/][sourceforge release page]].
27+
Checkout detailed info and download latest binary at [[https://github.com/samsonwang/LaunchyQt/releases][github release page]] .
2828

2929

3030
** Credits

docs/CHANGELOG.org

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11

2+
* 3.1.2 (2021-7-20)
3+
- new feature #23 #37: UWPApp plugin for indexing UWP applications
4+
- translation: add Portuguese and Italian translation
5+
- fix bug #53: fail to open nested folder
6+
- fix bug #31: CalcPy fail to calculate negative numbers
7+
- fix bug: fail to extract icon from 32-bit lnk
8+
- move python plugin log into system temp folder
9+
- use Qt5.12.10 and Python3.9.6
10+
211
* 3.1.1 (2020-1-29)
312
- fix bug #21, crash when backspace key is pressed
413
- fix bug #22, fail to paste clipboard to excel

docs/RELEASE_INSTRUCTIONS.org

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
here are the procedures to release a new version, in case of I forget something when doing release.
33

4-
1. update version number in source code
4+
1. update version number in source code (.cpp file and .rc file)
55
2. update CHANGELOG
66
3. update translation files
77
4. commit all changes in source code

0 commit comments

Comments
 (0)