-
Notifications
You must be signed in to change notification settings - Fork 10
/
Changes
91 lines (76 loc) · 2.18 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
--------------------
v0.2.8 2019-04-02
--------------------
Bug fixes:
* Lock bundler down to v1.16.4 in install.rb
--------------------
v0.2.7 2019-03-03
--------------------
Bug fixes:
* Lock sqlite3 down to v1.3.X (thanks Swain)
--------------------
v0.2.6 2018-11-22
--------------------
Bug fixes:
* Fix db username issue in install.rb (bug #19)
* Fix should-matchers dependency version issue under 1.9.3
--------------------
v0.2.4 2018-07-21
--------------------
Bug fixes:
* Fix bug preventing itmsworker.bat from functioning
Enhancements:
* Don't prompt for hostname, user/pass when using SQLite
--------------------
v0.2.3 2018-04-15
--------------------
Bug fixes:
* Use longtext on MySQL for transporter_jobs.result column (bug #9)
Enhancements:
* Support for iTMSTransporter's itc_provider option
--------------------
v0.2.2 2018-01-06
--------------------
Bug fixes:
* Fix path to SQLite DB file
* Fix task namespace in itmsworker.bat
Enhancements:
* Support for environment variable configuration
* Add --no-config option to install.rb
--------------------
v0.2.1 2017-12-01
--------------------
Changes:
* Upgrade to ActiveRecord 4.2.10
* Lock HAML dependency to 4.X
Enhancements:
* Add command line arguments to install.rb
* Ruby 2.4 support
--------------------
v0.2.0 2017-03-18
--------------------
Changes:
* Better formatting for status job results
* Display times using the local timezone
* Add .log extention to downloaded logs
* Upgrade to Padrino 0.12.6
* Drop support for Ruby 1.8.7
Enhancements:
* Add an API
* Add upload job hooks
* Add upload email notification templates
* Increase display width
Bug fixes:
* Fix missing images on search date calendar
* Fix issues with mysql2 gem version
* Fix searching by single date (bug #5)
* Fix status results returning a single component status
--------------------
v0.1.0 2015-05-14
--------------------
Bug fixes:
* Fix serialize bug when attempting to save a DelayedJob timeout error
Changes:
* Added support for multiple accounts (Thanks to press9 media solutions berlin - press9.de)
* Added support for batch upload and verifications (Thanks to press9 media solutions berlin - press9.de)
* Default DelayedJob timeout to 48 hours