Skip to content

Commit 5855ffa

Browse files
committed
doc: Update changelog
1 parent 91b3583 commit 5855ffa

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

changelog.org

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All user visible changes to organice will be documented in this file.
44

55
When there are updates to the changelog, you will be notified and see a 'gift' icon appear on the top right corner.
66

7+
* [2020-11-20 Fri]
8+
** Fixed
9+
- organice understands =:PROPERTIES:= drawers and smartly parses the values in case one of the values is a timestamp.
10+
- However, parsing all the values and saving the parsed result in any case will lead to wrong results. Most values of properties are just plain text and non-interactive things in Org mode.
11+
- For example, a value like =something_with_underscores= would have been treated as 'underlined text' which doesn't make sense for a property drawer. When saving the value back, organice would have squashed the underlines.
12+
- Now, the values are used and preserved as they are. Timestamps still work, of course.
13+
- Relevant PR: https://github.com/200ok-ch/organice/pull/578
714
* [2020-11-15 Sun]
815
** Fixed
916
- When repeating a task, an active date timestamp was logged instead of an inactive datetime timestamp.

0 commit comments

Comments
 (0)