Akron | 4c7cf95 | 2019-08-29 09:31:35 +0200 | [diff] [blame] | 1 | 0.36 2019-08-29 |
Akron | 0c4cd22 | 2019-07-19 16:33:34 +0200 | [diff] [blame] | 2 | - Rename all cookies to be independent |
| 3 | for different instance (#94). |
| 4 | - Enable https only via |
| 5 | configuration option 'https_only'. |
Akron | 13af2f4 | 2019-07-25 15:06:21 +0200 | [diff] [blame] | 6 | - Make VC replaceable via KorAP.vc.fromJson(). |
Akron | a130fa5 | 2019-08-07 20:12:26 +0200 | [diff] [blame] | 7 | - Emit 'after_render' in proxy responses |
| 8 | to make it accessible to post processing |
| 9 | (such as the Piwik plugin). |
Akron | 91a7685 | 2019-08-28 12:35:37 +0200 | [diff] [blame] | 10 | - Fix treatment of legacy "collection" parameter. |
Akron | 4c7cf95 | 2019-08-29 09:31:35 +0200 | [diff] [blame] | 11 | - Fix pagination by not repeating page value in URL. |
Akron | cdfd9d5 | 2019-07-23 11:35:00 +0200 | [diff] [blame] | 12 | - Added auto-refresh of OAuth tokens. |
Akron | 4cefe1f | 2019-09-04 10:11:28 +0200 | [diff] [blame] | 13 | - Added token revocation on logout. |
Akron | 0c4cd22 | 2019-07-19 16:33:34 +0200 | [diff] [blame] | 14 | |
| 15 | WARNING: This requires relogin for all users! |
| 16 | |
Akron | e76fd83 | 2019-07-19 11:37:27 +0200 | [diff] [blame] | 17 | 0.35 2019-07-19 |
Akron | 63d963b | 2019-07-05 15:35:51 +0200 | [diff] [blame] | 18 | - Added EXPERIMENTAL proxy to API route. |
| 19 | - Remove deprecated api configuration |
| 20 | (requires api_path instead now). |
Akron | cd42a14 | 2019-07-12 18:55:37 +0200 | [diff] [blame] | 21 | - Deprecated 'collection' parameter in |
| 22 | favor of 'cq' (#92). |
Akron | 5fa61e9 | 2019-07-15 11:56:11 +0200 | [diff] [blame] | 23 | - Update API for statistics. |
margaretha | cd37580 | 2019-07-17 12:43:38 +0200 | [diff] [blame] | 24 | - Introduced documentation on CQL (margaretha). |
Akron | 84b9199 | 2019-07-16 11:35:49 +0200 | [diff] [blame] | 25 | - Introduced documentation on Cosmas 2. |
Akron | 07d166a | 2019-07-17 17:21:29 +0200 | [diff] [blame] | 26 | - Improved documentation on APIs. |
margaretha | 14ce4d6 | 2019-07-17 18:38:45 +0200 | [diff] [blame] | 27 | - Introduced documentation on FCS-QL (margaretha). |
Akron | b7876a8 | 2019-07-18 13:09:00 +0200 | [diff] [blame] | 28 | - Enable experimental proxy via |
| 29 | configuration option 'experimental_proxy'. |
Akron | 1bd65d9 | 2019-07-17 18:26:36 +0200 | [diff] [blame] | 30 | - Updated documentation on annotations. |
margaretha | 0a3aeec | 2019-07-18 16:19:16 +0200 | [diff] [blame] | 31 | - Introduced documentation on Annis QL (margaretha). |
Akron | c072577 | 2019-07-18 16:23:18 +0200 | [diff] [blame] | 32 | - Improved documentation on data. |
Akron | e76fd83 | 2019-07-19 11:37:27 +0200 | [diff] [blame] | 33 | - Removed documentation stub for wildcards |
| 34 | (fully integrated in C2 documentation). |
Akron | f8715a3 | 2019-07-19 13:26:03 +0200 | [diff] [blame] | 35 | - Improved documentation on regular expressions. |
Akron | 63d963b | 2019-07-05 15:35:51 +0200 | [diff] [blame] | 36 | |
Akron | 33f5c67 | 2019-06-24 19:40:47 +0200 | [diff] [blame] | 37 | 0.34 2019-06-26 |
Akron | b5a886f | 2019-05-14 12:28:51 +0200 | [diff] [blame] | 38 | - Introduced guided tour (hebasta, #19). |
| 39 | - Updated dependency on M::P::Notifications to |
| 40 | be compatible with recent versions of Mojolicious. |
Akron | 1a780fe | 2019-05-21 15:59:00 +0200 | [diff] [blame] | 41 | - Introduce cuts in token views. |
Akron | 0d612d1 | 2019-05-21 16:45:49 +0200 | [diff] [blame] | 42 | - Improve QueryCreator to single-quote-escape special |
| 43 | characters in orth-line and include more symbols. |
Akron | 7eb32c6 | 2019-06-24 14:44:25 +0200 | [diff] [blame] | 44 | - Remove deprecated auth_support support. |
Akron | 33f5c67 | 2019-06-24 19:40:47 +0200 | [diff] [blame] | 45 | - Add OAuth2 password grand flow. |
Akron | e9e5e83 | 2019-04-02 14:56:23 +0200 | [diff] [blame] | 46 | |
Akron | 0864884 | 2019-03-28 11:55:22 +0100 | [diff] [blame] | 47 | 0.33 2019-03-28 |
Akron | 751e9e4 | 2019-03-13 09:54:55 +0100 | [diff] [blame] | 48 | - Fix problem with serialization and deserialization |
| 49 | of large numerical values (#87). |
Akron | 0864884 | 2019-03-28 11:55:22 +0100 | [diff] [blame] | 50 | - Added command to generate example HTML file |
| 51 | to pick from JS test suite. |
Akron | 751e9e4 | 2019-03-13 09:54:55 +0100 | [diff] [blame] | 52 | |
| 53 | WARNING: This requires complete recaching, so run |
| 54 | $ perl script/kalamar chi clear default |
| 55 | $ perl script/kalamar chi clear user |
| 56 | in your MOJO_MODE environment after update. |
| 57 | |
Akron | e6be0a8 | 2019-03-12 15:24:31 +0100 | [diff] [blame] | 58 | 0.32 2019-03-12 |
Akron | a0ea3c3 | 2018-12-14 18:33:48 +0100 | [diff] [blame] | 59 | - Support attachements in metadata fields (#77). |
Akron | df479e9 | 2018-12-19 17:23:33 +0100 | [diff] [blame] | 60 | - Added ping request option to Piwik. |
Akron | 3d67306 | 2019-01-29 15:54:16 +0100 | [diff] [blame] | 61 | - Fix handling of login errors. |
hebasta | 94f8ba6 | 2018-12-11 15:29:10 +0100 | [diff] [blame] | 62 | - Added Statistics reload option (hebasta, #66). |
Akron | d3bb85b | 2019-02-08 10:15:13 +0100 | [diff] [blame] | 63 | - Fixed VC query serialization (hebasta). |
| 64 | - Fix treatment of 'data:,'-attachements. |
Akron | a2d92de | 2019-02-27 15:51:07 +0100 | [diff] [blame] | 65 | - Rename "Institute for the German Language" to |
| 66 | "Leibniz Institute for the German Language". |
Akron | 86e63a9 | 2019-02-27 17:35:04 +0100 | [diff] [blame] | 67 | - Fixed "next"-character in paginations. |
Akron | e6be0a8 | 2019-03-12 15:24:31 +0100 | [diff] [blame] | 68 | - Added new IDS logo. |
Akron | a3c353c | 2019-02-14 23:50:00 +0100 | [diff] [blame] | 69 | - Fix timeout cache (#84). |
Akron | a0ea3c3 | 2018-12-14 18:33:48 +0100 | [diff] [blame] | 70 | |
Akron | d48e095 | 2018-11-30 13:01:18 +0100 | [diff] [blame] | 71 | 0.31 2018-11-30 |
Akron | 8df9512 | 2018-11-14 17:03:42 +0100 | [diff] [blame] | 72 | - Update to Mojolicious >= 8.06. |
Akron | 864c293 | 2018-11-16 17:18:55 +0100 | [diff] [blame] | 73 | - Made Authentication/Authorization a separated Kalamar::Plugin::Auth |
Akron | cfe8ecc | 2018-11-20 18:46:16 +0100 | [diff] [blame] | 74 | (deprecated most helpers from Kalamar::Plugin::KalamarUser). |
Akron | 864c293 | 2018-11-16 17:18:55 +0100 | [diff] [blame] | 75 | - Introduced abstract 'korap_request' helper. |
Akron | a9c8b0e | 2018-11-16 20:20:28 +0100 | [diff] [blame] | 76 | - Introduce 'sidebar' content_block. |
Akron | c82b1bc | 2018-11-18 18:06:14 +0100 | [diff] [blame] | 77 | - Introduce 'headerButtonGroup' content_block. |
Akron | cfe8ecc | 2018-11-20 18:46:16 +0100 | [diff] [blame] | 78 | - Added corpusByMatch assistant (#27). |
Akron | d48e095 | 2018-11-30 13:01:18 +0100 | [diff] [blame] | 79 | - Fixed XML fragment serialization in KQ highlighter. |
Akron | 8df9512 | 2018-11-14 17:03:42 +0100 | [diff] [blame] | 80 | |
Akron | b89863a | 2018-11-13 16:43:59 +0100 | [diff] [blame] | 81 | 0.30 2018-11-13 |
Akron | fb6d87d | 2018-10-24 18:10:20 +0200 | [diff] [blame] | 82 | - Rewrote backend: |
| 83 | - Removed dependency of Mojolicious::Plugin::Search. |
| 84 | - Removed abstract API. |
| 85 | - Improved backend error handling. |
| 86 | - Improved backend test suite. |
| 87 | - Removed MMap cache from default configuration |
| 88 | and rely on in-memory cache. |
Akron | 4c33c62 | 2018-11-12 13:43:27 +0100 | [diff] [blame] | 89 | - Introduced Piwik as a separated plugin |
| 90 | (no longer a mandatory plugin). |
Akron | fb6d87d | 2018-10-24 18:10:20 +0200 | [diff] [blame] | 91 | |
Akron | a17bc5b | 2018-10-05 13:35:01 +0200 | [diff] [blame] | 92 | 0.29 2018-10-05 |
Akron | c7656e9 | 2018-08-30 13:33:25 +0200 | [diff] [blame] | 93 | - Deprecated Kalamar.api configuration key |
| 94 | in favor of Kalamar.api_path. |
Akron | 587e4d9 | 2018-08-31 12:44:26 +0200 | [diff] [blame] | 95 | - Fix replacement of docs with docGroupRefs in |
| 96 | VC builder. |
Akron | c14cbfc | 2018-08-31 13:15:55 +0200 | [diff] [blame] | 97 | - Improve touch support for menus. |
| 98 | - Improve touch support for annotation assistant. |
Akron | ad1e46a | 2018-09-19 15:55:40 +0200 | [diff] [blame] | 99 | - Move token table view to marked match. |
Akron | a17bc5b | 2018-10-05 13:35:01 +0200 | [diff] [blame] | 100 | - Added metadata headers. |
Akron | 789afee | 2018-10-08 15:32:23 +0200 | [diff] [blame] | 101 | - Update to Mojolicious >= 8.02. |
Akron | c7656e9 | 2018-08-30 13:33:25 +0200 | [diff] [blame] | 102 | |
Akron | 5d286b2 | 2018-08-29 17:03:28 +0200 | [diff] [blame] | 103 | 0.28 2018-08-29 |
Akron | 18eb000 | 2018-08-16 16:49:02 +0200 | [diff] [blame] | 104 | - Introduced Widget based plugin system. |
| 105 | - Added corpus statistics to VC (hebasta, #25). |
| 106 | - Introduce center alignment (#63). |
| 107 | - Change KWIC lines from table style |
| 108 | to flexbox style (#31). |
Akron | e09fe9b | 2018-08-17 12:53:42 +0200 | [diff] [blame] | 109 | - Added doc group reference to VC builder (#62). |
Akron | 1f0521b | 2018-08-28 13:01:24 +0200 | [diff] [blame] | 110 | - Show VC name, when a reference is defined. |
Akron | 5d286b2 | 2018-08-29 17:03:28 +0200 | [diff] [blame] | 111 | - Make close in match view to minimize. |
| 112 | - Add minimize button to VC. |
Akron | ebc9666 | 2018-08-29 17:36:20 +0200 | [diff] [blame] | 113 | - Make unspecified values in VC a button. |
Akron | 362c11a | 2018-08-29 20:01:30 +0200 | [diff] [blame] | 114 | - Fixed KoralQuery view to correctly update session. |
Akron | 18eb000 | 2018-08-16 16:49:02 +0200 | [diff] [blame] | 115 | |
Akron | 72245b6 | 2018-07-23 10:59:08 +0200 | [diff] [blame] | 116 | 0.27 2018-07-23 |
Akron | afeca25 | 2018-05-23 15:54:28 +0200 | [diff] [blame] | 117 | - Introduced content blocks to create |
| 118 | flexible entry lists in the footer |
Akron | 09e7f1f | 2018-05-28 14:08:14 +0200 | [diff] [blame] | 119 | - Add marker for "cutted" matches. |
Akron | c7666a9 | 2018-06-18 13:36:00 +0200 | [diff] [blame] | 120 | - Re-enabled Windows installations. |
Akron | d2d161f | 2018-07-12 12:58:41 +0200 | [diff] [blame] | 121 | - Added buttongroup class. |
Akron | bfe912c | 2018-07-17 19:30:52 +0200 | [diff] [blame] | 122 | - Introduced panel and view system for |
| 123 | results and matches. |
Akron | 72245b6 | 2018-07-23 10:59:08 +0200 | [diff] [blame] | 124 | - Support verbatim keys/values in QueryCreator |
| 125 | to deal with Koral issue #42. |
Akron | afeca25 | 2018-05-23 15:54:28 +0200 | [diff] [blame] | 126 | |
Akron | 31d8994 | 2018-04-06 16:44:51 +0200 | [diff] [blame] | 127 | 0.26 2018-04-06 |
Akron | b5d05d7 | 2018-02-12 15:09:12 +0100 | [diff] [blame] | 128 | - Added meta data view. |
| 129 | - Attach reference line to match bottom. |
| 130 | - Separate match views and integrate relation menu |
| 131 | into reference line. |
| 132 | - Attach querycreator object to annotation table. |
| 133 | - Update client side dependencies |
| 134 | - Introduce development mode to client side code. |
Akron | dbb448c | 2018-02-14 17:02:36 +0100 | [diff] [blame] | 135 | - Generalized Poliqarp tutorials and made |
| 136 | example queries corpus independent. |
| 137 | - Improve README. |
Akron | 429aeda | 2018-03-19 16:02:29 +0100 | [diff] [blame] | 138 | - Protect login for csrf attacks. |
| 139 | - Remember app state after login (issue #20). |
| 140 | - Fixed DRuKoLA annotation assistant data. |
Akron | 31d8994 | 2018-04-06 16:44:51 +0200 | [diff] [blame] | 141 | - Fixed server error reporting. |
| 142 | - Introduced text type in VC creation. |
| 143 | - Removed "contains" and "containsnot" from |
| 144 | string type. |
| 145 | - Added "ne" operation to date meta type. |
Akron | 51757cb | 2018-05-16 13:10:08 +0200 | [diff] [blame] | 146 | - Added Piwik/Matomo integration. |
Akron | b5d05d7 | 2018-02-12 15:09:12 +0100 | [diff] [blame] | 147 | |
Akron | 6358105 | 2018-01-31 17:50:59 +0100 | [diff] [blame] | 148 | 0.25 2018-01-31 |
Akron | c14cbfc | 2018-08-31 13:15:55 +0200 | [diff] [blame] | 149 | - Make annotation assistant configurable. |
Akron | f4a7cf4 | 2018-01-09 15:58:45 +0100 | [diff] [blame] | 150 | - Support multiple prefixes in menus. |
| 151 | - Show annotation tooltips in table views. |
| 152 | - Improve result display when JavaScript is disabled. |
| 153 | - Improve VC creation tool by supporting "blurring". |
| 154 | - Make tutorial queries localizable for different default corpora. |
Akron | 19058a9 | 2018-01-09 16:50:05 +0100 | [diff] [blame] | 155 | - Update dependencies. |
Akron | 6502a02 | 2018-01-19 01:58:00 +0100 | [diff] [blame] | 156 | - Add lwc annotations. |
Akron | 6358105 | 2018-01-31 17:50:59 +0100 | [diff] [blame] | 157 | - Adapt support for new relation serialization by Krill. |
Akron | f4a7cf4 | 2018-01-09 15:58:45 +0100 | [diff] [blame] | 158 | |
Akron | ef351fa | 2017-11-22 19:44:50 +0100 | [diff] [blame] | 159 | 0.24 2017-11-22 |
Akron | 41e7bdd | 2017-11-10 16:28:35 +0100 | [diff] [blame] | 160 | - Added support for relation visualization. |
Akron | ef351fa | 2017-11-22 19:44:50 +0100 | [diff] [blame] | 161 | - Added support for FCSQL. |
Akron | 41e7bdd | 2017-11-10 16:28:35 +0100 | [diff] [blame] | 162 | |
Akron | bd39a43 | 2017-09-20 13:57:13 +0200 | [diff] [blame] | 163 | 0.23 2017-09-20 |
Akron | e8ea000 | 2017-06-28 18:51:52 +0200 | [diff] [blame] | 164 | - Added query creator tool. |
Akron | b56986f | 2017-06-29 20:52:29 +0200 | [diff] [blame] | 165 | - Fix visualization of empty contexts in KWIC. |
Akron | bd39a43 | 2017-09-20 13:57:13 +0200 | [diff] [blame] | 166 | - Added announcement template. |
Akron | e8ea000 | 2017-06-28 18:51:52 +0200 | [diff] [blame] | 167 | |
Akron | 311ca65 | 2017-06-26 20:39:56 +0200 | [diff] [blame] | 168 | 0.22 2017-06-26 |
Akron | aa7f942 | 2017-04-24 20:49:32 +0200 | [diff] [blame] | 169 | - Added user authentification using Kustvakts LDAP |
| 170 | connection. |
| 171 | - Added X-Forwarded-For. |
Akron | 47787ca | 2017-05-17 16:00:10 +0200 | [diff] [blame] | 172 | - Introduced proxy_prefix as a configuration option. |
Akron | 117d076 | 2017-06-01 17:31:07 +0200 | [diff] [blame] | 173 | - Added support for more rewrite options in js. |
Akron | 311ca65 | 2017-06-26 20:39:56 +0200 | [diff] [blame] | 174 | - Fixed legacy sigle parsing. |
Akron | aa7f942 | 2017-04-24 20:49:32 +0200 | [diff] [blame] | 175 | |
Akron | f65ad6c | 2017-02-01 14:36:38 +0100 | [diff] [blame] | 176 | 0.21 2017-02-01 |
Akron | 834e761 | 2016-09-12 13:11:05 +0200 | [diff] [blame] | 177 | - Use textSigle for API communication instead of |
| 178 | {corpus,doc,text}ID. |
Akron | c14cbfc | 2018-08-31 13:15:55 +0200 | [diff] [blame] | 179 | - Added alert to annotation assistant. |
Akron | 834e761 | 2016-09-12 13:11:05 +0200 | [diff] [blame] | 180 | - Improved menu creation. |
| 181 | - Introduced benchmark system. |
| 182 | - select elements are now improved menus. |
Akron | c14cbfc | 2018-08-31 13:15:55 +0200 | [diff] [blame] | 183 | - Annotation menu do not append menus anymore. |
Akron | 834e761 | 2016-09-12 13:11:05 +0200 | [diff] [blame] | 184 | - Updated dependency for bugfixed Localize. |
| 185 | - Improved readme for localization generation. |
Akron | d30e200 | 2016-11-07 03:19:58 +0100 | [diff] [blame] | 186 | - Fixed select menus to show selected item on |
| 187 | initialization. |
| 188 | - Improved compatibility for new text sigles. |
| 189 | - Fixed alert to not be correctly hidden. |
Akron | 916ec25 | 2016-11-10 17:06:32 +0100 | [diff] [blame] | 190 | - Added download of tree visualizations. |
| 191 | - Do not show multiple identical annotations |
| 192 | in table view. |
Akron | 9a5b1e1 | 2016-12-06 18:18:23 +0100 | [diff] [blame] | 193 | - Added preliminary support for metadata columns. |
Akron | f65ad6c | 2017-02-01 14:36:38 +0100 | [diff] [blame] | 194 | - Added preliminary support for multimenus. |
| 195 | - Updated to more recent version of Mojolicious (7.23). |
Akron | 9a5b1e1 | 2016-12-06 18:18:23 +0100 | [diff] [blame] | 196 | |
Akron | 9c4d1ae | 2016-05-25 21:43:22 +0200 | [diff] [blame] | 197 | 0.20 2016-05-25 |
Akron | 834e761 | 2016-09-12 13:11:05 +0200 | [diff] [blame] | 198 | - Improved menu using sliders. |
| 199 | - Improved menu to make prefixes chooseable, |
| 200 | even if list can't be filtered. |
| 201 | - Improve pageup/pagedown behaviour in menus. |
| 202 | - Fixed multiple bugs in menu. |
Akron | 6ed1399 | 2016-05-23 18:06:05 +0200 | [diff] [blame] | 203 | |
Akron | 1ff3ac2 | 2016-04-28 16:30:45 +0200 | [diff] [blame] | 204 | 0.19 2016-04-28 |
Akron | c59f732 | 2016-04-20 13:46:05 +0200 | [diff] [blame] | 205 | - Improved datepicker to enter date strings. |
Akron | 834e761 | 2016-09-12 13:11:05 +0200 | [diff] [blame] | 206 | - Improved menus to have fixed length depending |
| 207 | on entry list. |
Akron | c59f732 | 2016-04-20 13:46:05 +0200 | [diff] [blame] | 208 | |
Akron | cba9f32 | 2016-02-29 23:12:45 +0100 | [diff] [blame] | 209 | 0.18 2016-02-29 |
Akron | 9f64fd0 | 2016-02-13 05:51:38 +0100 | [diff] [blame] | 210 | - Support for dashes in identifiers. |
Akron | 834e761 | 2016-09-12 13:11:05 +0200 | [diff] [blame] | 211 | - Minor changes to the layout. |
| 212 | - Simplified configuration file. |
Akron | 9f64fd0 | 2016-02-13 05:51:38 +0100 | [diff] [blame] | 213 | |
Akron | 656c5d9 | 2015-11-13 21:17:03 +0100 | [diff] [blame] | 214 | 0.17 2015-11-13 |
| 215 | - Support a larger template cache. |
Akron | 834e761 | 2016-09-12 13:11:05 +0200 | [diff] [blame] | 216 | - Minor style adjustments. |
Akron | 656c5d9 | 2015-11-13 21:17:03 +0100 | [diff] [blame] | 217 | |
Akron | f55504a | 2015-06-18 16:42:55 +0200 | [diff] [blame] | 218 | 0.16 2015-06-18 |
| 219 | - Update to new KoralQuery API. |
Akron | 834e761 | 2016-09-12 13:11:05 +0200 | [diff] [blame] | 220 | WARNING! This version is no longer compatible |
| 221 | with old responses of Krill. |
| 222 | - Introduced new notifications engine. |
Akron | f55504a | 2015-06-18 16:42:55 +0200 | [diff] [blame] | 223 | |
Akron | 1c969e6 | 2015-05-21 23:05:55 +0200 | [diff] [blame] | 224 | 0.15 2015-05-21 |
Nils Diewald | b59f801 | 2015-05-07 19:34:31 +0000 | [diff] [blame] | 225 | - Cleanup for GitHub release |
Akron | 834e761 | 2016-09-12 13:11:05 +0200 | [diff] [blame] | 226 | - First realease on GitHub. |
Nils Diewald | b59f801 | 2015-05-07 19:34:31 +0000 | [diff] [blame] | 227 | |
Nils Diewald | ab4d3ca | 2015-04-17 01:48:43 +0000 | [diff] [blame] | 228 | 0.14 2015-04-15 |
Nils Diewald | a297f06 | 2015-04-02 00:23:46 +0000 | [diff] [blame] | 229 | - Redesign of JS and Sass assets |
Akron | 834e761 | 2016-09-12 13:11:05 +0200 | [diff] [blame] | 230 | - Introduced RequireJS |
| 231 | - Introduced VC |
| 232 | - Improved tutorial |
| 233 | - Localized client files |
Nils Diewald | a297f06 | 2015-04-02 00:23:46 +0000 | [diff] [blame] | 234 | |
Nils Diewald | d2b5737 | 2015-03-10 20:09:48 +0000 | [diff] [blame] | 235 | 0.13 2015-03-10 |
Nils Diewald | 25a8644 | 2015-03-04 19:56:39 +0000 | [diff] [blame] | 236 | - Project name is now "Kalamar" |
Akron | 834e761 | 2016-09-12 13:11:05 +0200 | [diff] [blame] | 237 | - Removed Mr Crabs - introduced Karl |
| 238 | - Support semantic markup for KWIC |
Akron | c14cbfc | 2018-08-31 13:15:55 +0200 | [diff] [blame] | 239 | - Fixed Click-bug in annotation menu |
Akron | 834e761 | 2016-09-12 13:11:05 +0200 | [diff] [blame] | 240 | - Renamed "KorAP" classes to "Kalamar" |
| 241 | - Support proxy |
Nils Diewald | 25a8644 | 2015-03-04 19:56:39 +0000 | [diff] [blame] | 242 | |
Nils Diewald | 46e6f18 | 2015-02-04 15:22:49 +0000 | [diff] [blame] | 243 | 0.12 2015-01-28 |
Nils Diewald | 25a8644 | 2015-03-04 19:56:39 +0000 | [diff] [blame] | 244 | - Fixed alignment bug |
Nils Diewald | 46e6f18 | 2015-02-04 15:22:49 +0000 | [diff] [blame] | 245 | |
Nils Diewald | 034ea70 | 2015-01-16 19:41:52 +0000 | [diff] [blame] | 246 | 0.11 2014-01-16 |
Nils Diewald | 25a8644 | 2015-03-04 19:56:39 +0000 | [diff] [blame] | 247 | - Fixed paging bug with the async api |
| 248 | - Disabled Testing feature in tutorial |
Akron | 834e761 | 2016-09-12 13:11:05 +0200 | [diff] [blame] | 249 | - Improved test suite |
Nils Diewald | 034ea70 | 2015-01-16 19:41:52 +0000 | [diff] [blame] | 250 | |
| 251 | 0.10 2014-12-21 |
Akron | 834e761 | 2016-09-12 13:11:05 +0200 | [diff] [blame] | 252 | - Fixed time_exceeded bug |
| 253 | - Fixed test_port bug for inspection button |
Nils Diewald | 0a3f5f9 | 2014-12-21 04:25:53 +0000 | [diff] [blame] | 254 | |
Nils Diewald | 034ea70 | 2015-01-16 19:41:52 +0000 | [diff] [blame] | 255 | 0.09 2014-12-03 |
| 256 | - Added new API module |
| 257 | |
Nils Diewald | 80d4c6e | 2014-11-19 02:53:16 +0000 | [diff] [blame] | 258 | 0.08 2014-11-19 |
| 259 | - Added new suggestion module |
| 260 | |
Nils Diewald | 1d2903f | 2014-11-03 22:31:20 +0000 | [diff] [blame] | 261 | 0.07 2014-11-03 |
Nils Diewald | 80d4c6e | 2014-11-19 02:53:16 +0000 | [diff] [blame] | 262 | - Added API-Response view |
Nils Diewald | 1d2903f | 2014-11-03 22:31:20 +0000 | [diff] [blame] | 263 | |
Nils Diewald | 94bae91 | 2014-09-22 13:40:31 +0000 | [diff] [blame] | 264 | 0.06 2014-09-22 |
Nils Diewald | ca01b76 | 2014-09-08 02:35:20 +0000 | [diff] [blame] | 265 | - Updated certain Notifications and AssetPack plugins |
Akron | 834e761 | 2016-09-12 13:11:05 +0200 | [diff] [blame] | 266 | - Updated pagination plugin |
Nils Diewald | ca01b76 | 2014-09-08 02:35:20 +0000 | [diff] [blame] | 267 | |
Nils Diewald | 4e9fbcb | 2014-07-15 11:45:09 +0000 | [diff] [blame] | 268 | 0.05 2014-07-15 |
| 269 | - Improved tutorial support |
Akron | 834e761 | 2016-09-12 13:11:05 +0200 | [diff] [blame] | 270 | - Added Exception mail system |
Nils Diewald | 4e9fbcb | 2014-07-15 11:45:09 +0000 | [diff] [blame] | 271 | |
Nils Diewald | 7cad840 | 2014-07-08 17:06:56 +0000 | [diff] [blame] | 272 | 0.04 2014-07-08 |
| 273 | - Fixed template view |
Akron | 834e761 | 2016-09-12 13:11:05 +0200 | [diff] [blame] | 274 | - Preliminary match view |
| 275 | - Switched to asset pipeline wth sass |
| 276 | - Added syntax highlighting to JSON |
| 277 | - Update to Api 0.1 |
Nils Diewald | 7cad840 | 2014-07-08 17:06:56 +0000 | [diff] [blame] | 278 | |
Nils Diewald | 44a7278 | 2014-06-20 16:03:21 +0000 | [diff] [blame] | 279 | 0.03 2014-06-20 |
| 280 | - Added preliminary autocompletion support (freetime project) |
| 281 | |
Nils Diewald | 1eba657 | 2014-06-17 19:49:53 +0000 | [diff] [blame] | 282 | 0.02 2014-06-17 |
| 283 | - Added morphological tables |
| 284 | |
Nils Diewald | dd2d4e8 | 2014-05-31 17:08:33 +0000 | [diff] [blame] | 285 | 0.01 2014-05-31 |
| 286 | - Simplifications: |
Nils Diewald | 80d4c6e | 2014-11-19 02:53:16 +0000 | [diff] [blame] | 287 | Notifications plugin is at |
| 288 | https://github.com/Akron/Mojolicious-Plugin-Notifications |
Akron | 834e761 | 2016-09-12 13:11:05 +0200 | [diff] [blame] | 289 | All other plugins can be found at CPAN |