5
5
; ; Author: Aldric Giacomoni <[email protected] >
6
6
; ; Homepage: https://github.com/Trevoke/org-gtd.el
7
7
; ; Package-Requires: ((emacs "27.2") (org-edna "1.1.2") (f "0.20.0") (org "9.6") (org-agenda-property "1.3.1") (transient "0.3.7"))
8
- ; ; Package-Version: 3.0.0beta
8
+ ; ; Package-Version: 3.0.0
9
9
10
10
; ; This file is not part of GNU Emacs.
11
11
38
38
; ; Upgrade information is also available therein.
39
39
; ;
40
40
; ;; Code:
41
- (defconst org-gtd-version " 3.0.0beta " )
41
+ (defconst org-gtd-version " 3.0.0 " )
42
42
43
43
(require 'subr-x )
44
44
(require 'cl-lib )
@@ -78,18 +78,18 @@ your version to the one installed. Use a version string. For instance:
78
78
If org-gtd is 2.0.0, use \" 2.0.0\" .
79
79
If org-gtd is 2.3.5, use \" 2.3.5\" ." )
80
80
81
- (if (version< org-gtd-update-ack " 3.0.0beta " )
81
+ (if (version< org-gtd-update-ack " 3.0.0 " )
82
82
(lwarn 'org-gtd :warning "
83
83
84
- |--------------------------|
85
- | WARNING: BETA RELEASE |
86
- |--------------------------|
84
+ |-------------------------|
85
+ | WARNING: MAJOR VERSION |
86
+ |-------------------------|
87
+
88
+ See the changelog for a full set of changes.
87
89
88
- Thank you for testing the beta release of org-gtd 3.0.0 .
89
- The API is stable unless big breakages are discovered for some reason.
90
+ See the documentation for complete upgrade information:
90
91
91
- For a summary/dirty changelog, see a file called `changes-for-3.0.org' in the
92
- repository: `https://github.com/trevoke/org-gtd.el' .
92
+ => `C-h i m org gtd RET'
93
93
94
94
Important notices involve:
95
95
- run `org-gtd-upgrade-v2-to-v3'
@@ -101,12 +101,13 @@ Important notices involve:
101
101
- `org-gtd-choose' is now `org-gtd-organize'
102
102
- `org-gtd-process-item-hooks' is now `org-gtd-organize-hooks'
103
103
104
- So do review this, and join the discord in the readme to discuss the changes!
104
+ So do review this, and join the discord in the readme if you want to meet
105
+ more users!
105
106
106
107
To make this warning go away, add the following setting to your config file
107
108
(BEFORE ORG-GTD LOADS)
108
109
109
- (setq org-gtd-update-ack \" 3.0.0beta \" )
110
+ (setq org-gtd-update-ack \" 3.0.0 \"
110
111
111
112
" ))
112
113
0 commit comments