Skip to content

Commit

Permalink
Bumped version and documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Abelardo Pardo <[email protected]>
  • Loading branch information
abelardopardo committed Dec 4, 2023
1 parent 2ca0845 commit 0ec6260
Show file tree
Hide file tree
Showing 21 changed files with 10 additions and 2 deletions.
6 changes: 6 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 10.6 (2023-12-5)

## Added

- New functionality to schedule Canvas Email action execution repeatedly

# 10.5 (2023-11-25)

## Fixed
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OnTask: Personalised feedback at scale

Current Version: 10.5 ([documentation](http://ontask-version-b.readthedocs.io/en/latest/))
Current Version: 10.6 ([documentation](http://ontask-version-b.readthedocs.io/en/latest/))

![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/abelardopardo/ontask_b)
![Issues](https://img.shields.io/github/issues/abelardopardo/ontask_b.svg?style=flat-square)
Expand All @@ -13,6 +13,8 @@ Current Version: 10.5 ([documentation](http://ontask-version-b.readthedocs.io/en

## OnTask in a nutshell

- **NEW** Canvas Email actions can now be scheduled regularly
-
- **NEW** Revamped interface using bootstrap 5

- **NEW** Uses TinyMCE as text editor
Expand Down
Binary file modified docs/scaptures/action_URL_on.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/scaptures/action_action_in_URL.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/scaptures/action_email_report_create.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/scaptures/action_json_report_create.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/scaptures/action_personalized_canvas_email_create.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/scaptures/action_run_action_in.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/scaptures/logs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/scaptures/rubric_create.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/scaptures/scenario_03_condition_two.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/scaptures/schedule_action_email.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/scaptures/schedule_action_json.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/scaptures/table_view_view.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/scaptures/table_views.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/scaptures/tutorial_personalized_text_URL.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/scaptures/tutorial_personalized_text_create.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/scaptures/tutorial_survey_create.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/scaptures/workflow_create.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/scaptures/workflow_import.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion ontask/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
'OnTaskSharedState',
'simplify_datetime_str']

__version__ = '10.5'
__version__ = '10.6'

LOGGER = logging.getLogger('ontask')

Expand Down

0 comments on commit 0ec6260

Please sign in to comment.