Skip to content

Commit

Permalink
Release: 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ichernyshovvv committed Jan 16, 2024
1 parent 4ae0b8f commit 8304792
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -197,3 +197,15 @@ Almost all commands with the same bindings are available in

** 0.1
First tagged release.
** 0.2
- Added mark commands (~mark-block~, ~unmark-block~, ~mark-by-regexp~) for
timeblocks that can be used to reschedule multiple tasks at once
- Replaced ts.el with built-in time API
- Replaced org-ql with own searching and caching functions
- dom.el is now used instead of regexps to fetch and change SVG data (much
cleaner code)
- Deadline timestamps are now treated as it should be, not as events
- Now, each active timestamp in a heading body is displayed (as event), not only
the first one
- Added custom variable org-timeblock-files
- Other minor bug fixes and improvements 8)
2 changes: 1 addition & 1 deletion org-timeblock.el
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
;; Copyright (C) 2023 Ilya Chernyshov

;; Author: Ilya Chernyshov <[email protected]>
;; Version: 0.2-pre
;; Version: 0.2
;; Package-Requires: ((emacs "28.1") (compat "29.1.4.1") (org "9.0") (svg "1.1"))
;; Keywords: org, calendar, timeblocking, agenda
;; URL: https://github.com/ichernyshovvv/org-timeblock
Expand Down

0 comments on commit 8304792

Please sign in to comment.