Skip to content
This repository was archived by the owner on Nov 27, 2024. It is now read-only.

Commit cad2627

Browse files
committed
version bump
1 parent b9c65a1 commit cad2627

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

HISTORY.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77

8-
## [0.9.11] - 2020-02-21
9-
## Fixed
8+
## [0.9.12] - 2020-06-19
9+
### Fixed
1010
- Attempt fix for 'import _strptime' failure.
1111

12+
### Changed
13+
- Run method now returns the exception that was raise when error occurs
14+
- 'set_callback' now excepts a path to a callback.
15+
- No need to always import callback modules. Modules are auto loaded based on the specified path.
16+
17+
1218
## [0.9.10] - 2019-05-24
13-
## Changed
19+
### Changed
1420
- Improved error handling
1521
- Delayed callbacks can now be set to run only when there are no errors, or only when there are errors, or run regardless of errors or not.
1622
- Delayed callbacks can now access the exception that was raised by setting an argument name to exception.

script.module.codequick/addon.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2-
<addon id="script.module.codequick" name="CodeQuick" provider-name="willforde" version="0.9.11">
2+
<addon id="script.module.codequick" name="CodeQuick" provider-name="willforde" version="0.9.12">
33
<requires>
44
<import addon="xbmc.python" version="2.25.0"/>
55
<import addon="script.module.youtube.dl" version="18.0.0"/>

0 commit comments

Comments
 (0)