| Akron | 20b6d31 | 2021-07-26 15:14:42 +0200 | [diff] [blame] | 1 | 0.43 2021-07-26 | 
| Leo Repp | 56904d2 | 2021-04-26 15:53:22 +0200 | [diff] [blame] | 2 |         - New menu class that has an entry at the very end, | 
 | 3 |           similar to the input text prefix, | 
 | 4 |           that is always available (lerepp). | 
| Akron | cce055c | 2021-07-02 12:18:03 +0200 | [diff] [blame] | 5 |         - Fix error message in case of server error (500) | 
 | 6 |           response. | 
| Leo Repp | 7b0fbf9 | 2021-07-14 11:25:59 +0200 | [diff] [blame] | 7 |         - Added utility funcition to menu that gets all direct | 
 | 8 |           childNodes by a tag. Used in menu-style specs. (lerepp) | 
| Leo Repp | afcf984 | 2021-06-30 13:01:09 +0200 | [diff] [blame] | 9 | <<<<<<< HEAD | 
| Akron | aef5cf2 | 2021-06-21 11:45:54 +0200 | [diff] [blame] | 10 |         - Remove 'X-Frame-Options' in favor of 'frame-ancestors' | 
 | 11 |           as a CSP rule. | 
| Akron | ba21f6d | 2021-07-23 12:48:33 +0200 | [diff] [blame] | 12 |         - Fix CSS compression for new SASS compiler. | 
| Akron | 8aa1c52 | 2021-07-23 11:33:49 +0200 | [diff] [blame] | 13 |         - Support dynamic menu extensions. | 
| Akron | 20b6d31 | 2021-07-26 15:14:42 +0200 | [diff] [blame] | 14 |         - Dynamically extend buttongroup menus. | 
| Leo Repp | afcf984 | 2021-06-30 13:01:09 +0200 | [diff] [blame] | 15 | ======= | 
 | 16 |         - Update to menu.js's removeItems function to only delete | 
 | 17 |           direct childNodes aswell as a specification to test for it (lerepp) | 
 | 18 | >>>>>>> Added the condition to removeItems, that the to be removedItem be direct child of the menus HTML element. | 
| Akron | 31c57b9 | 2021-06-28 18:00:54 +0200 | [diff] [blame] | 19 |  | 
| Akron | 5f75641 | 2021-06-18 11:35:58 +0200 | [diff] [blame] | 20 | 0.42 2021-06-18 | 
| Akron | b1ecf93 | 2021-03-02 17:36:49 +0100 | [diff] [blame] | 21 |         - Added GitHub based CI for perl. | 
| Leo Repp | a6aba9a | 2021-01-23 20:16:43 +0100 | [diff] [blame] | 22 |         - Added further methods for communicating JSON Files | 
 | 23 |           with the server to the APIs (lerepp). | 
| Akron | 7ca7387 | 2021-03-08 11:29:11 +0100 | [diff] [blame] | 24 |         - Remove ruby-sass requirement (fixes #123). | 
| Akron | 83209f7 | 2021-01-29 17:54:15 +0100 | [diff] [blame] | 25 |         - Added support to issue new OAuth2 tokens. | 
| Akron | 69481a4 | 2021-03-22 10:31:16 +0100 | [diff] [blame] | 26 |         - Added tests for Mojolicious >= 9.11 compatibility. | 
| Akron | d059ea2 | 2021-03-02 15:32:27 +0100 | [diff] [blame] | 27 |         - Replace old Kalamar logo with new KorAP logo | 
 | 28 |           (designed by Norbert Cußler-Volz) | 
| Akron | ed28025 | 2021-03-15 15:02:41 +0100 | [diff] [blame] | 29 |         - Added large footer. | 
| Akron | c3f063c | 2021-04-20 14:29:42 +0200 | [diff] [blame] | 30 |         - Make KorAP logo stay when side menu is active | 
 | 31 |           (fixes #133). | 
| Akron | 26244a7 | 2021-04-28 00:17:56 +0200 | [diff] [blame] | 32 |         - Change samesite to 'None' to temporarily | 
 | 33 |           allow for session riding by plugins. | 
| Leo Repp | 524320f | 2021-05-14 11:33:09 +0200 | [diff] [blame] | 34 |         - Overhaul of menuSpec to use getElementsByClassName | 
 | 35 |           and getElementsById instead of child accessors | 
 | 36 |           (lerepp). | 
| Akron | bc94a9c | 2021-04-15 00:07:35 +0200 | [diff] [blame] | 37 |         - List tokens of a client. | 
| Akron | 3b3a434 | 2021-05-31 11:14:48 +0200 | [diff] [blame] | 38 |         - Upgrade Mojolicious dependency to 9.19. | 
| Akron | abdf9a9 | 2021-01-12 19:06:57 +0100 | [diff] [blame] | 39 |         - Added query reference API. | 
| Akron | 2c2ddbd | 2021-03-05 12:10:27 +0100 | [diff] [blame] | 40 |         - Use AutoSecrets plugin to improve security. | 
| Akron | aa5cf80 | 2021-06-11 11:31:00 +0200 | [diff] [blame] | 41 |         - Fixed bug where missing documentation pages raise | 
 | 42 |           exceptions in Mojo >= 9.0. | 
| Akron | c1aaf93 | 2021-06-09 12:19:15 +0200 | [diff] [blame] | 43 |         - Support revocation of tokens. | 
| Akron | ad011bb | 2021-06-10 12:16:36 +0200 | [diff] [blame] | 44 |         - Disable caching in auth routes. | 
| Akron | 7fb78d6 | 2021-06-10 12:51:13 +0200 | [diff] [blame] | 45 |         - Deprecate JWT flow. In the future only OAuth2 | 
 | 46 |           flow will be supported and will be the default | 
 | 47 |           option for authentication and authorization. | 
| Akron | 1d09b53 | 2021-06-15 18:18:25 +0200 | [diff] [blame] | 48 |         - Added settings navigation by default. | 
| Akron | ff08811 | 2021-06-15 15:26:04 +0200 | [diff] [blame] | 49 |         - Fix rendering bug in unauthenticated oauth route. | 
| Akron | 1cfde27 | 2021-06-14 18:32:39 +0200 | [diff] [blame] | 50 |         - Add option to toggle password fields. | 
| Akron | a9c5580 | 2021-06-15 11:41:29 +0200 | [diff] [blame] | 51 |         - Add "copy to clipboard" feature for input fields. | 
| Akron | 5f75641 | 2021-06-18 11:35:58 +0200 | [diff] [blame] | 52 |         - Add "copy to clipboard" for client id. | 
| Akron | dc0b3ab | 2021-06-18 11:52:43 +0200 | [diff] [blame] | 53 |         - Show settings only on demand. | 
| Akron | 3b3a434 | 2021-05-31 11:14:48 +0200 | [diff] [blame] | 54 |  | 
 | 55 |         WARNING: Upgrading to Mojolicious 9.19 will | 
 | 56 |           invalidate all sessions. This is a security update. | 
| Akron | 2c2ddbd | 2021-03-05 12:10:27 +0100 | [diff] [blame] | 57 |          | 
 | 58 |         WARNING: Even testing this distribution will rewrite your | 
 | 59 |           kalamar.secret file to migrate to kalamar.secret.json. | 
 | 60 |           It will keep kalamar.secret - but you'll advise to | 
 | 61 |           delete the file after checking the integrity with | 
 | 62 |           kalamar.secret.json. | 
| Akron | f21bf74 | 2021-05-19 13:30:38 +0200 | [diff] [blame] | 63 |         - Separate prefix style from non-item style | 
 | 64 |           in menus. | 
| Akron | b1ecf93 | 2021-03-02 17:36:49 +0100 | [diff] [blame] | 65 |  | 
| Akron | 1011daf | 2021-03-01 12:34:58 +0100 | [diff] [blame] | 66 | 0.41 2021-03-01 | 
| Leo Repp | bc909ab | 2021-01-23 13:58:12 +0100 | [diff] [blame] | 67 |         - Introduce CORS headers to the proxy. | 
 | 68 |         - Introduce Content Security Policy. | 
| Akron | 8f8deda | 2021-01-15 12:55:06 +0100 | [diff] [blame] | 69 |         - Remove default api endpoint from config to | 
 | 70 |           enable changes in the 'Kalamar' config environment | 
 | 71 |           while keeping the api_path. | 
| Leo Repp | bc909ab | 2021-01-23 13:58:12 +0100 | [diff] [blame] | 72 |         - Added advice in Readme regarding scripts in | 
 | 73 |           Windows Powershell (lerepp). | 
| Akron | 354f453 | 2021-01-21 17:29:44 +0100 | [diff] [blame] | 74 |         - Establish CSP plugin. | 
| Akron | eb53ac3 | 2021-01-25 19:15:41 +0100 | [diff] [blame] | 75 |         - Added nonce helper to CSP plugin. | 
| Akron | b7b91c5 | 2021-01-27 17:46:52 +0100 | [diff] [blame] | 76 |         - Remove no-js class in nonced inline script. | 
| Akron | 1bee5a4 | 2021-01-13 17:44:18 +0100 | [diff] [blame] | 77 |         - Introduce HSTS header for https_only conf. | 
| Akron | 807225b | 2021-01-13 18:00:13 +0100 | [diff] [blame] | 78 |         - Send 'nosniff' header. | 
| Akron | f4f2663 | 2021-01-21 10:59:42 +0100 | [diff] [blame] | 79 |         - defer main script. | 
| Akron | 88fc41c | 2021-01-21 15:25:49 +0100 | [diff] [blame] | 80 |         - Introduce X-Frame-Options header. | 
| Akron | 52b32d0 | 2021-01-21 17:37:19 +0100 | [diff] [blame] | 81 |         - Introduce X-XSS-Protection header. | 
| Akron | cb5c171 | 2021-01-26 18:01:04 +0100 | [diff] [blame] | 82 |         - Support CSP in notifications framework. | 
| Akron | 8dda1c6 | 2021-01-20 10:27:32 +0100 | [diff] [blame] | 83 |         - Fetch plugin configs from JSON file to be | 
 | 84 |           CSP compliant. | 
| Akron | 0a4d36e | 2021-01-18 17:50:48 +0100 | [diff] [blame] | 85 |         - Support CSP in Matomo/Piwik plugin. | 
 | 86 |         - Removed deprecated default behaviour | 
 | 87 |           of the Piwik/Matomo plugin. | 
| Akron | 1871f03 | 2021-01-29 10:35:53 +0100 | [diff] [blame] | 88 |         - Support CSP in overview SVG image. | 
| Akron | 690066c | 2021-01-22 17:39:18 +0100 | [diff] [blame] | 89 |         - Fix guided tour to work with CSP. | 
| Akron | 0b37f3e | 2021-02-09 10:32:03 +0100 | [diff] [blame] | 90 |         - Fix strict-mode in tour. | 
| Akron | 87468c2 | 2021-02-08 09:30:01 +0100 | [diff] [blame] | 91 |         - Define resources in Makefile. | 
| Akron | 03c3c9d | 2021-02-15 07:41:27 +0100 | [diff] [blame] | 92 |         - Support Mojolicious >= 9. | 
| Akron | be60634 | 2021-02-15 17:04:57 +0100 | [diff] [blame] | 93 |         - Remove deprecated helper methods. | 
| Akron | 30e7bc7 | 2021-02-16 17:05:41 +0100 | [diff] [blame] | 94 |         - Introduce Kalamar::Request and | 
 | 95 |           kalamar->request helper. | 
| Akron | 08952df | 2021-02-22 11:21:33 +0100 | [diff] [blame] | 96 |         - Move /js/tracking.js to /settings/asset/tracking.js | 
 | 97 |           to simplify asset configuration in proxy servers. | 
| Akron | baae980 | 2021-02-27 18:32:15 +0100 | [diff] [blame] | 98 |         - Fix working directory for plugin configuration. | 
| Akron | 1011daf | 2021-03-01 12:34:58 +0100 | [diff] [blame] | 99 |         - Make mailto: embedding CSP compliant. | 
| Akron | 0e983a0 | 2021-03-01 16:35:19 +0100 | [diff] [blame] | 100 |         - Add frame-src to Piwik plugin as '*' may be | 
 | 101 |           overwritten. | 
| Akron | f6302ff | 2021-03-01 17:11:11 +0100 | [diff] [blame] | 102 |         - Fix tutorial queries (reported by margaretha). | 
| Akron | 337f15d | 2021-01-14 12:57:21 +0100 | [diff] [blame] | 103 |  | 
| Akron | 8f9aae5 | 2020-12-17 15:52:28 +0100 | [diff] [blame] | 104 | 0.40 2020-12-17 | 
| Akron | 678c26f | 2020-10-09 08:52:50 +0200 | [diff] [blame] | 105 |         - Modernize ES and fix in-loops. | 
| Akron | 237abc4 | 2020-10-07 14:14:52 +0200 | [diff] [blame] | 106 |         - add roll() method to state object. | 
| Akron | 5336fd4 | 2020-10-09 18:13:51 +0200 | [diff] [blame] | 107 |         - Fix wrong hint-mirror behaviour in Firefox. | 
| Akron | 2761d88 | 2020-10-13 10:35:09 +0200 | [diff] [blame] | 108 |         - Fix VC fragments for redundant constraints. | 
| Akron | ff78fef | 2020-10-13 12:00:03 +0200 | [diff] [blame] | 109 |         - Modernize ES and improve variable declarations. | 
 | 110 |         - Improve JS test coverage for Datepicker. | 
| Akron | 4a24b72 | 2020-10-13 12:44:25 +0200 | [diff] [blame] | 111 |         - Fix character errors in hint helper at position 0. | 
| Akron | b7829c4 | 2020-10-20 16:29:46 +0200 | [diff] [blame] | 112 |         - Improve JS test coverage for tutorial. | 
| Akron | e51eaa3 | 2020-11-10 09:35:53 +0100 | [diff] [blame] | 113 |         - Move "use strict" to file level. | 
| Akron | 954c6a5 | 2020-11-10 14:26:29 +0100 | [diff] [blame] | 114 |         - Fix bug where event bubbles when prefix is clicked | 
 | 115 |           in hint menu. | 
| Akron | e208d30 | 2020-11-28 11:14:50 +0100 | [diff] [blame] | 116 |         - Remove email support from login (as is not | 
 | 117 |           or no longer supported by LDAP) (#99). | 
| Akron | 0f00b77 | 2020-12-02 17:32:13 +0100 | [diff] [blame] | 118 |         - Fix requirement of KorAP.vc in docgroupref | 
 | 119 |           (which broke the vc demo). | 
| Akron | dbbe5ee | 2020-12-03 12:39:46 +0100 | [diff] [blame] | 120 |         - Improve RegEx-Button in vc builder. | 
| Akron | cf18053 | 2020-12-07 15:06:48 +0100 | [diff] [blame] | 121 |         - Added 'Troubleshooting' section to Readme. | 
| Akron | 8f9aae5 | 2020-12-17 15:52:28 +0100 | [diff] [blame] | 122 |         - Update for Mojolicious >= 8.66. | 
| Akron | 58f7c81 | 2020-10-07 22:44:34 +0200 | [diff] [blame] | 123 |  | 
| Akron | 3d01380 | 2020-10-07 15:03:38 +0200 | [diff] [blame] | 124 | 0.39 2020-10-07 | 
| Akron | e7ad84e | 2020-06-18 11:40:12 +0200 | [diff] [blame] | 125 |         - Add information on secret file to Readme. | 
| Akron | 50bde3a | 2020-06-24 21:58:11 +0200 | [diff] [blame] | 126 |         - Change default API endpoint to korap.ids-mannheim.de. | 
| Akron | 16bd164 | 2020-06-25 08:30:28 +0200 | [diff] [blame] | 127 |         - Fix label for toggle plugins. | 
| Akron | 24f48ea | 2020-07-01 09:37:19 +0200 | [diff] [blame] | 128 |         - Activate plugin registry. | 
| Akron | 7b9a196 | 2020-07-02 09:52:53 +0200 | [diff] [blame] | 129 |         - Forward 'pipe' parameter to backend. | 
| Akron | 7f1e07e | 2020-08-24 20:12:14 +0200 | [diff] [blame] | 130 |         - Introduce base css file for plugins. | 
| Akron | 7e5afce | 2020-08-25 15:50:19 +0200 | [diff] [blame] | 131 |         - Refactoring of sass files. | 
| Akron | 45308ce | 2020-08-28 14:10:23 +0200 | [diff] [blame] | 132 |         - Added query form API to plugin server. | 
| Akron | 88c26b1 | 2020-09-07 12:44:18 +0200 | [diff] [blame] | 133 |         - Exclude search results from robot indices. | 
| Akron | 6b42c60 | 2020-09-08 17:00:13 +0200 | [diff] [blame] | 134 |         - Added responsive 'news' style. | 
| hebasta | 40a85cf | 2020-07-15 18:10:08 +0200 | [diff] [blame] | 135 |         - Add support for icons in plugin definition (hebasta). | 
| Akron | 792b1a4 | 2020-09-14 18:56:38 +0200 | [diff] [blame] | 136 |         - Change buttonGroup API to accept class and | 
 | 137 |           icon definitions. | 
| Akron | 432972b | 2020-09-18 17:05:53 +0200 | [diff] [blame] | 138 |         - Added query parameter API to plugin server. | 
| Akron | 82e5642 | 2020-09-21 14:19:14 +0200 | [diff] [blame] | 139 |         - Minor documentation fix in Koral. | 
| Akron | 6db23ab | 2020-09-21 16:50:52 +0200 | [diff] [blame] | 140 |         - Added banner style. | 
| Akron | ccd9d7d | 2020-09-22 09:51:19 +0200 | [diff] [blame] | 141 |         - Introduced early 'Plugins' plugin to embed external | 
 | 142 |           services. | 
| Akron | 9adf2cc | 2020-09-24 07:19:08 +0200 | [diff] [blame] | 143 |         - Introduced *-latest.css/*-latest.js files for plugin | 
 | 144 |           assets. | 
| Akron | b69cbf1 | 2020-10-01 13:04:44 +0200 | [diff] [blame] | 145 |         - Add associates() method to state objects. | 
| Akron | 3d9ce5e | 2020-10-01 15:18:36 +0200 | [diff] [blame] | 146 |         - Add minimize() method to views. | 
| Akron | ba09ed2 | 2020-10-01 16:01:45 +0200 | [diff] [blame] | 147 |         - Add "setWidget" action for plugin registration. | 
| Akron | 38ed5dc | 2020-10-01 17:33:00 +0200 | [diff] [blame] | 148 |         - Add clear() method to state objects. | 
| Akron | fcf89db | 2020-10-01 17:40:20 +0200 | [diff] [blame] | 149 |         - Fix "setWidget" action when the service was closed | 
 | 150 |           instead of minimized. | 
| Akron | fb11a96 | 2020-10-05 12:12:55 +0200 | [diff] [blame] | 151 |         - Add registrable permissions to widgets and services | 
 | 152 |           (#112). | 
| Akron | 3d01380 | 2020-10-07 15:03:38 +0200 | [diff] [blame] | 153 |         - Fix plugin info box. | 
| Akron | 50bde3a | 2020-06-24 21:58:11 +0200 | [diff] [blame] | 154 |  | 
 | 155 |         WARNING: If you relied on the former default API endpoint | 
 | 156 |           being http://localhost:9999/, this will break your | 
 | 157 |           deployment. Please override the default API endpoint. | 
| Akron | e7ad84e | 2020-06-18 11:40:12 +0200 | [diff] [blame] | 158 |  | 
| Akron | 17c6081 | 2020-06-15 14:29:30 +0200 | [diff] [blame] | 159 | 0.38 2020-06-16 | 
| Akron | 90be03b | 2020-02-03 16:13:37 +0100 | [diff] [blame] | 160 |         - Support X-Forwarded-Host name for proxy. | 
| Akron | 07d8de6 | 2020-02-04 17:45:40 +0100 | [diff] [blame] | 161 |         - Document API URI. | 
| Akron | d00b427 | 2020-02-05 17:00:33 +0100 | [diff] [blame] | 162 |         - Improve redirect handling in proxy. | 
| Akron | 5999212 | 2019-10-29 11:28:45 +0100 | [diff] [blame] | 163 |         - Added support for OAuth2 client registration. | 
| Akron | 0f1b93b | 2020-03-17 11:37:19 +0100 | [diff] [blame] | 164 |         - Added support for OAuth2 client listing. | 
| Akron | c300364 | 2020-03-30 10:19:14 +0200 | [diff] [blame] | 165 |         - Added requestMsg() methods to clients for retrieving | 
 | 166 |           data from the embedding server. | 
| Akron | 3c390c4 | 2020-03-30 09:06:21 +0200 | [diff] [blame] | 167 |         - Improve error status codes. | 
 | 168 |         - Support HTML responses for match information. | 
 | 169 |         - Reuse failure template. | 
| Akron | 1a9d5be | 2020-03-19 17:28:33 +0100 | [diff] [blame] | 170 |         - Added support for OAuth2 client unregistration. | 
| Akron | 8a21b4d | 2020-04-16 16:17:42 +0200 | [diff] [blame] | 171 |         - Remove experimental status of proxy (and therefore | 
 | 172 |           configuration option 'experimental_proxy') and enable | 
 | 173 |           proxy by default. | 
| Akron | 4cdc4fc | 2020-04-28 12:19:11 +0200 | [diff] [blame] | 174 |         - Establish 'after_search_results' content part. | 
| Akron | 7c87c1a | 2020-04-28 12:35:55 +0200 | [diff] [blame] | 175 |         - Establish 'after_search' hook. | 
| Akron | 27031aa | 2020-04-28 14:57:10 +0200 | [diff] [blame] | 176 |         - Recommend log in on zero matches in search results | 
 | 177 |           in case not logged in (addresses #67). | 
| Akron | a352393 | 2020-05-08 14:49:00 +0200 | [diff] [blame] | 178 |         - Update Mojolicious requirement for security reasons. | 
| Akron | 3b3c7af | 2020-05-15 16:23:55 +0200 | [diff] [blame] | 179 |         - Fix order of promises in login handling. | 
| Akron | 6171720 | 2020-05-17 21:28:18 +0200 | [diff] [blame] | 180 |         - Update Test::Mojo::Session to be compatible with latest | 
 | 181 |           version of Mojolicious. | 
| Akron | 17c6081 | 2020-06-15 14:29:30 +0200 | [diff] [blame] | 182 |         - Added Dockerfile. | 
| Akron | 5ea1a1a | 2020-01-20 10:36:51 +0100 | [diff] [blame] | 183 |  | 
| Akron | 020c363 | 2020-01-16 09:25:32 +0100 | [diff] [blame] | 184 | 0.37 2020-01-16 | 
| Akron | 41a190a | 2019-10-16 18:01:02 +0200 | [diff] [blame] | 185 |         - Removed deprecated 'kalamar_test_port' helper. | 
 | 186 |         - Separated KalamarHelpers and KalamarPages. | 
| Akron | 9490e3b | 2019-10-17 12:26:29 +0200 | [diff] [blame] | 187 |         - Renamed 'doc_link_to' to 'embedded_link_to' | 
 | 188 |           and deprecated 'doc_link_to'. | 
 | 189 |         - Renamed 'doc_ext_link_to' to 'ext_link_to' | 
 | 190 |           and deprecated 'doc_ext_link_to'. | 
 | 191 |         - Renamed 'doc_uc' to 'under_construction' | 
 | 192 |           and deprecated 'doc_uc'. | 
 | 193 |         - Introduced 'page_title' helper. | 
| Akron | 254fe21 | 2019-10-24 14:33:28 +0200 | [diff] [blame] | 194 |         - Simplified documentation routing. | 
| Akron | 3cfa26d | 2019-10-24 15:17:34 +0200 | [diff] [blame] | 195 |         - Added 'realm' parameter to 'embedded_link_to' helper. | 
| Akron | d512ea6 | 2019-10-24 15:50:04 +0200 | [diff] [blame] | 196 |         - Introduced 'navigation' helper with 'realm' parameter. | 
 | 197 |         - Deprecated 'doc_navi' helper in favor of 'navigation' | 
 | 198 |           helper. | 
| Akron | f7ec444 | 2019-10-27 20:01:05 +0100 | [diff] [blame] | 199 |         - Added 'navi->set' and 'navi->add' helper. | 
| Akron | 2d0d96d | 2019-11-18 19:49:50 +0100 | [diff] [blame] | 200 |         - Added settings skeleton. | 
 | 201 |         - Added query panel for query views. | 
| Akron | b79b44e | 2019-12-09 08:12:32 +0100 | [diff] [blame] | 202 |         - Added result panel for plugin registration (hebasta). | 
| Akron | 308a603 | 2019-12-05 16:27:34 +0100 | [diff] [blame] | 203 |         - Added state object. | 
| Akron | 858cbc8 | 2019-12-05 16:53:13 +0100 | [diff] [blame] | 204 |         - Added toggle button to buttongroup. | 
| Akron | d7ad907 | 2019-12-09 07:08:20 +0100 | [diff] [blame] | 205 |         - Added pipe object to implement KoralPipes. | 
| Akron | 22598cd | 2019-12-09 14:59:03 +0100 | [diff] [blame] | 206 |         - Separated "service" from "widget" plugin embeddings. | 
 | 207 |         - Implemented preliminary host->plugin communication. | 
| Akron | 909ed08 | 2019-12-11 21:38:27 +0100 | [diff] [blame] | 208 |         - Fixed matchID transformation to deal with textSigles | 
 | 209 |           having dashes. | 
| Akron | b5b70d0 | 2019-12-17 07:58:03 +0100 | [diff] [blame] | 210 |         - Catch timeouts in proxy. | 
| Akron | 158fce1 | 2019-12-17 14:43:29 +0100 | [diff] [blame] | 211 |         - Support non-verbal elements in token table view. | 
| Akron | c07b11e | 2019-12-17 15:28:03 +0100 | [diff] [blame] | 212 |         - Refresh corpus statistics by clicking the | 
 | 213 |           statistics button (#107, hebasta) | 
 | 214 |         - Fixed links to Leibniz association (hebasta) | 
| Akron | 23ab047 | 2019-12-17 16:55:55 +0100 | [diff] [blame] | 215 |         - Make proxy timeouts configurable. | 
| Akron | 1be6c1c | 2020-01-07 15:29:58 +0100 | [diff] [blame] | 216 |         - Show busy indicator while waiting for query results | 
 | 217 |           (#104). | 
| Akron | 020c363 | 2020-01-16 09:25:32 +0100 | [diff] [blame] | 218 |         - Update JS dependencies. | 
| Akron | 6e74687 | 2019-09-25 11:45:44 +0200 | [diff] [blame] | 219 |  | 
| Akron | 7c70c89 | 2019-09-19 10:41:30 +0200 | [diff] [blame] | 220 | 0.36 2019-09-19 | 
| Akron | 0c4cd22 | 2019-07-19 16:33:34 +0200 | [diff] [blame] | 221 |         - Rename all cookies to be independent | 
 | 222 |           for different instance (#94). | 
 | 223 |         - Enable https only via | 
 | 224 |           configuration option 'https_only'. | 
| Akron | 13af2f4 | 2019-07-25 15:06:21 +0200 | [diff] [blame] | 225 |         - Make VC replaceable via KorAP.vc.fromJson(). | 
| Akron | a130fa5 | 2019-08-07 20:12:26 +0200 | [diff] [blame] | 226 |         - Emit 'after_render' in proxy responses | 
 | 227 |           to make it accessible to post processing | 
 | 228 |           (such as the Piwik plugin). | 
| Akron | 91a7685 | 2019-08-28 12:35:37 +0200 | [diff] [blame] | 229 |         - Fix treatment of legacy "collection" parameter. | 
| Akron | 4c7cf95 | 2019-08-29 09:31:35 +0200 | [diff] [blame] | 230 |         - Fix pagination by not repeating page value in URL. | 
| Akron | cdfd9d5 | 2019-07-23 11:35:00 +0200 | [diff] [blame] | 231 |         - Added auto-refresh of OAuth tokens. | 
| Akron | 4cefe1f | 2019-09-04 10:11:28 +0200 | [diff] [blame] | 232 |         - Added token revocation on logout. | 
| Akron | 7c70c89 | 2019-09-19 10:41:30 +0200 | [diff] [blame] | 233 |         - Improve visibility of keyword fields in metadata view. | 
| Akron | 0c4cd22 | 2019-07-19 16:33:34 +0200 | [diff] [blame] | 234 |  | 
 | 235 |         WARNING: This requires relogin for all users! | 
 | 236 |  | 
| Akron | e76fd83 | 2019-07-19 11:37:27 +0200 | [diff] [blame] | 237 | 0.35 2019-07-19 | 
| Akron | 63d963b | 2019-07-05 15:35:51 +0200 | [diff] [blame] | 238 |         - Added EXPERIMENTAL proxy to API route. | 
 | 239 |         - Remove deprecated api configuration | 
 | 240 |           (requires api_path instead now). | 
| Akron | cd42a14 | 2019-07-12 18:55:37 +0200 | [diff] [blame] | 241 |         - Deprecated 'collection' parameter in | 
 | 242 |           favor of 'cq' (#92). | 
| Akron | 5fa61e9 | 2019-07-15 11:56:11 +0200 | [diff] [blame] | 243 |         - Update API for statistics. | 
| margaretha | cd37580 | 2019-07-17 12:43:38 +0200 | [diff] [blame] | 244 |         - Introduced documentation on CQL (margaretha). | 
| Akron | 84b9199 | 2019-07-16 11:35:49 +0200 | [diff] [blame] | 245 |         - Introduced documentation on Cosmas 2. | 
| Akron | 07d166a | 2019-07-17 17:21:29 +0200 | [diff] [blame] | 246 |         - Improved documentation on APIs. | 
| margaretha | 14ce4d6 | 2019-07-17 18:38:45 +0200 | [diff] [blame] | 247 |         - Introduced documentation on FCS-QL (margaretha). | 
| Akron | b7876a8 | 2019-07-18 13:09:00 +0200 | [diff] [blame] | 248 |         - Enable experimental proxy via | 
 | 249 |           configuration option 'experimental_proxy'. | 
| Akron | 1bd65d9 | 2019-07-17 18:26:36 +0200 | [diff] [blame] | 250 |         - Updated documentation on annotations. | 
| margaretha | 0a3aeec | 2019-07-18 16:19:16 +0200 | [diff] [blame] | 251 |         - Introduced documentation on Annis QL (margaretha). | 
| Akron | c072577 | 2019-07-18 16:23:18 +0200 | [diff] [blame] | 252 |         - Improved documentation on data. | 
| Akron | e76fd83 | 2019-07-19 11:37:27 +0200 | [diff] [blame] | 253 |         - Removed documentation stub for wildcards | 
 | 254 |           (fully integrated in C2 documentation). | 
| Akron | f8715a3 | 2019-07-19 13:26:03 +0200 | [diff] [blame] | 255 |         - Improved documentation on regular expressions. | 
| Akron | 63d963b | 2019-07-05 15:35:51 +0200 | [diff] [blame] | 256 |  | 
| Akron | 33f5c67 | 2019-06-24 19:40:47 +0200 | [diff] [blame] | 257 | 0.34 2019-06-26 | 
| Akron | b5a886f | 2019-05-14 12:28:51 +0200 | [diff] [blame] | 258 |         - Introduced guided tour (hebasta, #19). | 
 | 259 |         - Updated dependency on M::P::Notifications to | 
 | 260 |           be compatible with recent versions of Mojolicious. | 
| Akron | 1a780fe | 2019-05-21 15:59:00 +0200 | [diff] [blame] | 261 |         - Introduce cuts in token views. | 
| Akron | 0d612d1 | 2019-05-21 16:45:49 +0200 | [diff] [blame] | 262 |         - Improve QueryCreator to single-quote-escape special | 
 | 263 |           characters in orth-line and include more symbols. | 
| Akron | 7eb32c6 | 2019-06-24 14:44:25 +0200 | [diff] [blame] | 264 |         - Remove deprecated auth_support support. | 
| Akron | 33f5c67 | 2019-06-24 19:40:47 +0200 | [diff] [blame] | 265 |         - Add OAuth2 password grand flow. | 
| Akron | e9e5e83 | 2019-04-02 14:56:23 +0200 | [diff] [blame] | 266 |  | 
| Akron | 0864884 | 2019-03-28 11:55:22 +0100 | [diff] [blame] | 267 | 0.33 2019-03-28 | 
| Akron | 751e9e4 | 2019-03-13 09:54:55 +0100 | [diff] [blame] | 268 |         - Fix problem with serialization and deserialization | 
 | 269 |           of large numerical values (#87). | 
| Akron | 0864884 | 2019-03-28 11:55:22 +0100 | [diff] [blame] | 270 |         - Added command to generate example HTML file | 
 | 271 |           to pick from JS test suite. | 
| Akron | 751e9e4 | 2019-03-13 09:54:55 +0100 | [diff] [blame] | 272 |  | 
 | 273 |         WARNING: This requires complete recaching, so run | 
 | 274 |           $ perl script/kalamar chi clear default | 
 | 275 |           $ perl script/kalamar chi clear user | 
 | 276 |           in your MOJO_MODE environment after update. | 
 | 277 |  | 
| Akron | e6be0a8 | 2019-03-12 15:24:31 +0100 | [diff] [blame] | 278 | 0.32 2019-03-12 | 
| Akron | a0ea3c3 | 2018-12-14 18:33:48 +0100 | [diff] [blame] | 279 |         - Support attachements in metadata fields (#77). | 
| Akron | df479e9 | 2018-12-19 17:23:33 +0100 | [diff] [blame] | 280 |         - Added ping request option to Piwik. | 
| Akron | 3d67306 | 2019-01-29 15:54:16 +0100 | [diff] [blame] | 281 |         - Fix handling of login errors. | 
| hebasta | 94f8ba6 | 2018-12-11 15:29:10 +0100 | [diff] [blame] | 282 |         - Added Statistics reload option (hebasta, #66). | 
| Akron | d3bb85b | 2019-02-08 10:15:13 +0100 | [diff] [blame] | 283 |         - Fixed VC query serialization (hebasta). | 
 | 284 |         - Fix treatment of 'data:,'-attachements. | 
| Akron | a2d92de | 2019-02-27 15:51:07 +0100 | [diff] [blame] | 285 |         - Rename "Institute for the German Language" to | 
 | 286 |           "Leibniz Institute for the German Language". | 
| Akron | 86e63a9 | 2019-02-27 17:35:04 +0100 | [diff] [blame] | 287 |         - Fixed "next"-character in paginations. | 
| Akron | e6be0a8 | 2019-03-12 15:24:31 +0100 | [diff] [blame] | 288 |         - Added new IDS logo. | 
| Akron | a3c353c | 2019-02-14 23:50:00 +0100 | [diff] [blame] | 289 |         - Fix timeout cache (#84). | 
| Akron | a0ea3c3 | 2018-12-14 18:33:48 +0100 | [diff] [blame] | 290 |  | 
| Akron | d48e095 | 2018-11-30 13:01:18 +0100 | [diff] [blame] | 291 | 0.31 2018-11-30 | 
| Akron | 8df9512 | 2018-11-14 17:03:42 +0100 | [diff] [blame] | 292 |         - Update to Mojolicious >= 8.06. | 
| Akron | 864c293 | 2018-11-16 17:18:55 +0100 | [diff] [blame] | 293 |         - Made Authentication/Authorization a separated Kalamar::Plugin::Auth | 
| Akron | cfe8ecc | 2018-11-20 18:46:16 +0100 | [diff] [blame] | 294 |           (deprecated most helpers from Kalamar::Plugin::KalamarUser). | 
| Akron | 864c293 | 2018-11-16 17:18:55 +0100 | [diff] [blame] | 295 |         - Introduced abstract 'korap_request' helper. | 
| Akron | a9c8b0e | 2018-11-16 20:20:28 +0100 | [diff] [blame] | 296 |         - Introduce 'sidebar' content_block. | 
| Akron | c82b1bc | 2018-11-18 18:06:14 +0100 | [diff] [blame] | 297 |         - Introduce 'headerButtonGroup' content_block. | 
| Akron | cfe8ecc | 2018-11-20 18:46:16 +0100 | [diff] [blame] | 298 |         - Added corpusByMatch assistant (#27). | 
| Akron | d48e095 | 2018-11-30 13:01:18 +0100 | [diff] [blame] | 299 |         - Fixed XML fragment serialization in KQ highlighter. | 
| Akron | 8df9512 | 2018-11-14 17:03:42 +0100 | [diff] [blame] | 300 |  | 
| Akron | b89863a | 2018-11-13 16:43:59 +0100 | [diff] [blame] | 301 | 0.30 2018-11-13 | 
| Akron | fb6d87d | 2018-10-24 18:10:20 +0200 | [diff] [blame] | 302 |         - Rewrote backend: | 
 | 303 |           - Removed dependency of Mojolicious::Plugin::Search. | 
 | 304 |           - Removed abstract API. | 
 | 305 |         - Improved backend error handling. | 
 | 306 |         - Improved backend test suite. | 
 | 307 |         - Removed MMap cache from default configuration | 
 | 308 |           and rely on in-memory cache. | 
| Akron | 4c33c62 | 2018-11-12 13:43:27 +0100 | [diff] [blame] | 309 |         - Introduced Piwik as a separated plugin | 
 | 310 |           (no longer a mandatory plugin). | 
| Akron | fb6d87d | 2018-10-24 18:10:20 +0200 | [diff] [blame] | 311 |  | 
| Akron | a17bc5b | 2018-10-05 13:35:01 +0200 | [diff] [blame] | 312 | 0.29 2018-10-05 | 
| Akron | c7656e9 | 2018-08-30 13:33:25 +0200 | [diff] [blame] | 313 |         - Deprecated Kalamar.api configuration key | 
 | 314 |           in favor of Kalamar.api_path. | 
| Akron | 587e4d9 | 2018-08-31 12:44:26 +0200 | [diff] [blame] | 315 |         - Fix replacement of docs with docGroupRefs in | 
 | 316 |           VC builder. | 
| Akron | c14cbfc | 2018-08-31 13:15:55 +0200 | [diff] [blame] | 317 |         - Improve touch support for menus. | 
 | 318 |         - Improve touch support for annotation assistant. | 
| Akron | ad1e46a | 2018-09-19 15:55:40 +0200 | [diff] [blame] | 319 |         - Move token table view to marked match. | 
| Akron | a17bc5b | 2018-10-05 13:35:01 +0200 | [diff] [blame] | 320 |         - Added metadata headers. | 
| Akron | 789afee | 2018-10-08 15:32:23 +0200 | [diff] [blame] | 321 |         - Update to Mojolicious >= 8.02. | 
| Akron | c7656e9 | 2018-08-30 13:33:25 +0200 | [diff] [blame] | 322 |  | 
| Akron | 5d286b2 | 2018-08-29 17:03:28 +0200 | [diff] [blame] | 323 | 0.28 2018-08-29 | 
| Akron | 18eb000 | 2018-08-16 16:49:02 +0200 | [diff] [blame] | 324 |         - Introduced Widget based plugin system. | 
 | 325 |         - Added corpus statistics to VC (hebasta, #25). | 
 | 326 |         - Introduce center alignment (#63). | 
 | 327 |         - Change KWIC lines from table style | 
 | 328 |           to flexbox style (#31). | 
| Akron | e09fe9b | 2018-08-17 12:53:42 +0200 | [diff] [blame] | 329 |         - Added doc group reference to VC builder (#62). | 
| Akron | 1f0521b | 2018-08-28 13:01:24 +0200 | [diff] [blame] | 330 |         - Show VC name, when a reference is defined. | 
| Akron | 5d286b2 | 2018-08-29 17:03:28 +0200 | [diff] [blame] | 331 |         - Make close in match view to minimize. | 
 | 332 |         - Add minimize button to VC. | 
| Akron | ebc9666 | 2018-08-29 17:36:20 +0200 | [diff] [blame] | 333 |         - Make unspecified values in VC a button. | 
| Akron | 362c11a | 2018-08-29 20:01:30 +0200 | [diff] [blame] | 334 |         - Fixed KoralQuery view to correctly update session. | 
| Akron | 18eb000 | 2018-08-16 16:49:02 +0200 | [diff] [blame] | 335 |  | 
| Akron | 72245b6 | 2018-07-23 10:59:08 +0200 | [diff] [blame] | 336 | 0.27 2018-07-23 | 
| Akron | afeca25 | 2018-05-23 15:54:28 +0200 | [diff] [blame] | 337 |         - Introduced content blocks to create | 
 | 338 |           flexible entry lists in the footer | 
| Akron | 09e7f1f | 2018-05-28 14:08:14 +0200 | [diff] [blame] | 339 |         - Add marker for "cutted" matches. | 
| Akron | c7666a9 | 2018-06-18 13:36:00 +0200 | [diff] [blame] | 340 |         - Re-enabled Windows installations. | 
| Akron | d2d161f | 2018-07-12 12:58:41 +0200 | [diff] [blame] | 341 |         - Added buttongroup class. | 
| Akron | bfe912c | 2018-07-17 19:30:52 +0200 | [diff] [blame] | 342 |         - Introduced panel and view system for | 
 | 343 |           results and matches. | 
| Akron | 72245b6 | 2018-07-23 10:59:08 +0200 | [diff] [blame] | 344 |         - Support verbatim keys/values in QueryCreator | 
 | 345 |           to deal with Koral issue #42. | 
| Akron | afeca25 | 2018-05-23 15:54:28 +0200 | [diff] [blame] | 346 |  | 
| Akron | 31d8994 | 2018-04-06 16:44:51 +0200 | [diff] [blame] | 347 | 0.26 2018-04-06 | 
| Akron | b5d05d7 | 2018-02-12 15:09:12 +0100 | [diff] [blame] | 348 |         - Added meta data view. | 
 | 349 |         - Attach reference line to match bottom. | 
 | 350 |         - Separate match views and integrate relation menu | 
 | 351 |           into reference line. | 
 | 352 |         - Attach querycreator object to annotation table. | 
 | 353 |         - Update client side dependencies | 
 | 354 |         - Introduce development mode to client side code. | 
| Akron | dbb448c | 2018-02-14 17:02:36 +0100 | [diff] [blame] | 355 |         - Generalized Poliqarp tutorials and made | 
 | 356 |           example queries corpus independent. | 
 | 357 |         - Improve README. | 
| Akron | 429aeda | 2018-03-19 16:02:29 +0100 | [diff] [blame] | 358 |         - Protect login for csrf attacks. | 
 | 359 |         - Remember app state after login (issue #20). | 
 | 360 |         - Fixed DRuKoLA annotation assistant data. | 
| Akron | 31d8994 | 2018-04-06 16:44:51 +0200 | [diff] [blame] | 361 |         - Fixed server error reporting. | 
 | 362 |         - Introduced text type in VC creation. | 
 | 363 |         - Removed "contains" and "containsnot" from | 
 | 364 |           string type. | 
 | 365 |         - Added "ne" operation to date meta type. | 
| Akron | 51757cb | 2018-05-16 13:10:08 +0200 | [diff] [blame] | 366 |         - Added Piwik/Matomo integration. | 
| Akron | b5d05d7 | 2018-02-12 15:09:12 +0100 | [diff] [blame] | 367 |  | 
| Akron | 6358105 | 2018-01-31 17:50:59 +0100 | [diff] [blame] | 368 | 0.25 2018-01-31 | 
| Akron | c14cbfc | 2018-08-31 13:15:55 +0200 | [diff] [blame] | 369 |         - Make annotation assistant configurable. | 
| Akron | f4a7cf4 | 2018-01-09 15:58:45 +0100 | [diff] [blame] | 370 |         - Support multiple prefixes in menus. | 
 | 371 |         - Show annotation tooltips in table views. | 
 | 372 |         - Improve result display when JavaScript is disabled. | 
 | 373 |         - Improve VC creation tool by supporting "blurring". | 
 | 374 |         - Make tutorial queries localizable for different default corpora. | 
| Akron | 19058a9 | 2018-01-09 16:50:05 +0100 | [diff] [blame] | 375 |         - Update dependencies. | 
| Akron | 6502a02 | 2018-01-19 01:58:00 +0100 | [diff] [blame] | 376 |         - Add lwc annotations. | 
| Akron | 6358105 | 2018-01-31 17:50:59 +0100 | [diff] [blame] | 377 |         - Adapt support for new relation serialization by Krill. | 
| Akron | f4a7cf4 | 2018-01-09 15:58:45 +0100 | [diff] [blame] | 378 |  | 
| Akron | ef351fa | 2017-11-22 19:44:50 +0100 | [diff] [blame] | 379 | 0.24 2017-11-22 | 
| Akron | 41e7bdd | 2017-11-10 16:28:35 +0100 | [diff] [blame] | 380 |         - Added support for relation visualization. | 
| Akron | ef351fa | 2017-11-22 19:44:50 +0100 | [diff] [blame] | 381 |         - Added support for FCSQL. | 
| Akron | 41e7bdd | 2017-11-10 16:28:35 +0100 | [diff] [blame] | 382 |  | 
| Akron | bd39a43 | 2017-09-20 13:57:13 +0200 | [diff] [blame] | 383 | 0.23 2017-09-20 | 
| Akron | e8ea000 | 2017-06-28 18:51:52 +0200 | [diff] [blame] | 384 |         - Added query creator tool. | 
| Akron | b56986f | 2017-06-29 20:52:29 +0200 | [diff] [blame] | 385 |         - Fix visualization of empty contexts in KWIC. | 
| Akron | bd39a43 | 2017-09-20 13:57:13 +0200 | [diff] [blame] | 386 |         - Added announcement template. | 
| Akron | e8ea000 | 2017-06-28 18:51:52 +0200 | [diff] [blame] | 387 |  | 
| Akron | 311ca65 | 2017-06-26 20:39:56 +0200 | [diff] [blame] | 388 | 0.22 2017-06-26 | 
| Akron | aa7f942 | 2017-04-24 20:49:32 +0200 | [diff] [blame] | 389 |         - Added user authentification using Kustvakts LDAP | 
 | 390 |           connection. | 
 | 391 |         - Added X-Forwarded-For. | 
| Akron | 47787ca | 2017-05-17 16:00:10 +0200 | [diff] [blame] | 392 |         - Introduced proxy_prefix as a configuration option. | 
| Akron | 117d076 | 2017-06-01 17:31:07 +0200 | [diff] [blame] | 393 |         - Added support for more rewrite options in js. | 
| Akron | 311ca65 | 2017-06-26 20:39:56 +0200 | [diff] [blame] | 394 |         - Fixed legacy sigle parsing. | 
| Akron | aa7f942 | 2017-04-24 20:49:32 +0200 | [diff] [blame] | 395 |  | 
| Akron | f65ad6c | 2017-02-01 14:36:38 +0100 | [diff] [blame] | 396 | 0.21 2017-02-01 | 
| Akron | 834e761 | 2016-09-12 13:11:05 +0200 | [diff] [blame] | 397 |         - Use textSigle for API communication instead of | 
 | 398 |           {corpus,doc,text}ID. | 
| Akron | c14cbfc | 2018-08-31 13:15:55 +0200 | [diff] [blame] | 399 |         - Added alert to annotation assistant. | 
| Akron | 834e761 | 2016-09-12 13:11:05 +0200 | [diff] [blame] | 400 |         - Improved menu creation. | 
 | 401 |         - Introduced benchmark system. | 
 | 402 |         - select elements are now improved menus. | 
| Akron | c14cbfc | 2018-08-31 13:15:55 +0200 | [diff] [blame] | 403 |         - Annotation menu do not append menus anymore. | 
| Akron | 834e761 | 2016-09-12 13:11:05 +0200 | [diff] [blame] | 404 |         - Updated dependency for bugfixed Localize. | 
 | 405 |         - Improved readme for localization generation. | 
| Akron | d30e200 | 2016-11-07 03:19:58 +0100 | [diff] [blame] | 406 |         - Fixed select menus to show selected item on | 
 | 407 |           initialization. | 
 | 408 |         - Improved compatibility for new text sigles. | 
 | 409 |         - Fixed alert to not be correctly hidden. | 
| Akron | 916ec25 | 2016-11-10 17:06:32 +0100 | [diff] [blame] | 410 |         - Added download of tree visualizations. | 
 | 411 |         - Do not show multiple identical annotations | 
 | 412 |           in table view. | 
| Akron | 9a5b1e1 | 2016-12-06 18:18:23 +0100 | [diff] [blame] | 413 |         - Added preliminary support for metadata columns. | 
| Akron | f65ad6c | 2017-02-01 14:36:38 +0100 | [diff] [blame] | 414 |         - Added preliminary support for multimenus. | 
 | 415 |         - Updated to more recent version of Mojolicious (7.23). | 
| Akron | 9a5b1e1 | 2016-12-06 18:18:23 +0100 | [diff] [blame] | 416 |          | 
| Akron | 9c4d1ae | 2016-05-25 21:43:22 +0200 | [diff] [blame] | 417 | 0.20 2016-05-25 | 
| Akron | 834e761 | 2016-09-12 13:11:05 +0200 | [diff] [blame] | 418 |         - Improved menu using sliders. | 
 | 419 |         - Improved menu to make prefixes chooseable, | 
 | 420 |           even if list can't be filtered. | 
 | 421 |           - Improve pageup/pagedown behaviour in menus. | 
 | 422 |           - Fixed multiple bugs in menu. | 
| Akron | 6ed1399 | 2016-05-23 18:06:05 +0200 | [diff] [blame] | 423 |  | 
| Akron | 1ff3ac2 | 2016-04-28 16:30:45 +0200 | [diff] [blame] | 424 | 0.19 2016-04-28 | 
| Akron | c59f732 | 2016-04-20 13:46:05 +0200 | [diff] [blame] | 425 |         - Improved datepicker to enter date strings. | 
| Akron | 834e761 | 2016-09-12 13:11:05 +0200 | [diff] [blame] | 426 |         - Improved menus to have fixed length depending | 
 | 427 |           on entry list. | 
| Akron | c59f732 | 2016-04-20 13:46:05 +0200 | [diff] [blame] | 428 |  | 
| Akron | cba9f32 | 2016-02-29 23:12:45 +0100 | [diff] [blame] | 429 | 0.18 2016-02-29 | 
| Akron | 9f64fd0 | 2016-02-13 05:51:38 +0100 | [diff] [blame] | 430 |         - Support for dashes in identifiers. | 
| Akron | 834e761 | 2016-09-12 13:11:05 +0200 | [diff] [blame] | 431 |         - Minor changes to the layout. | 
 | 432 |         - Simplified configuration file. | 
| Akron | 9f64fd0 | 2016-02-13 05:51:38 +0100 | [diff] [blame] | 433 |  | 
| Akron | 656c5d9 | 2015-11-13 21:17:03 +0100 | [diff] [blame] | 434 | 0.17 2015-11-13 | 
 | 435 |         - Support a larger template cache. | 
| Akron | 834e761 | 2016-09-12 13:11:05 +0200 | [diff] [blame] | 436 |         - Minor style adjustments. | 
| Akron | 656c5d9 | 2015-11-13 21:17:03 +0100 | [diff] [blame] | 437 |  | 
| Akron | f55504a | 2015-06-18 16:42:55 +0200 | [diff] [blame] | 438 | 0.16 2015-06-18 | 
 | 439 |         - Update to new KoralQuery API. | 
| Akron | 834e761 | 2016-09-12 13:11:05 +0200 | [diff] [blame] | 440 |           WARNING! This version is no longer compatible | 
 | 441 |           with old responses of Krill. | 
 | 442 |         - Introduced new notifications engine. | 
| Akron | f55504a | 2015-06-18 16:42:55 +0200 | [diff] [blame] | 443 |  | 
| Akron | 1c969e6 | 2015-05-21 23:05:55 +0200 | [diff] [blame] | 444 | 0.15 2015-05-21 | 
| Nils Diewald | b59f801 | 2015-05-07 19:34:31 +0000 | [diff] [blame] | 445 |         - Cleanup for GitHub release | 
| Akron | 834e761 | 2016-09-12 13:11:05 +0200 | [diff] [blame] | 446 |         - First realease on GitHub. | 
| Nils Diewald | b59f801 | 2015-05-07 19:34:31 +0000 | [diff] [blame] | 447 |  | 
| Nils Diewald | ab4d3ca | 2015-04-17 01:48:43 +0000 | [diff] [blame] | 448 | 0.14 2015-04-15 | 
| Nils Diewald | a297f06 | 2015-04-02 00:23:46 +0000 | [diff] [blame] | 449 |         - Redesign of JS and Sass assets | 
| Akron | 834e761 | 2016-09-12 13:11:05 +0200 | [diff] [blame] | 450 |         - Introduced RequireJS | 
 | 451 |         - Introduced VC | 
 | 452 |         - Improved tutorial | 
 | 453 |         - Localized client files | 
| Nils Diewald | a297f06 | 2015-04-02 00:23:46 +0000 | [diff] [blame] | 454 |  | 
| Nils Diewald | d2b5737 | 2015-03-10 20:09:48 +0000 | [diff] [blame] | 455 | 0.13 2015-03-10 | 
| Nils Diewald | 25a8644 | 2015-03-04 19:56:39 +0000 | [diff] [blame] | 456 |         - Project name is now "Kalamar" | 
| Akron | 834e761 | 2016-09-12 13:11:05 +0200 | [diff] [blame] | 457 |         - Removed Mr Crabs - introduced Karl | 
 | 458 |         - Support semantic markup for KWIC | 
| Akron | c14cbfc | 2018-08-31 13:15:55 +0200 | [diff] [blame] | 459 |         - Fixed Click-bug in annotation menu | 
| Akron | 834e761 | 2016-09-12 13:11:05 +0200 | [diff] [blame] | 460 |         - Renamed "KorAP" classes to "Kalamar" | 
 | 461 |         - Support proxy | 
| Nils Diewald | 25a8644 | 2015-03-04 19:56:39 +0000 | [diff] [blame] | 462 |  | 
| Nils Diewald | 46e6f18 | 2015-02-04 15:22:49 +0000 | [diff] [blame] | 463 | 0.12 2015-01-28 | 
| Nils Diewald | 25a8644 | 2015-03-04 19:56:39 +0000 | [diff] [blame] | 464 |         - Fixed alignment bug | 
| Nils Diewald | 46e6f18 | 2015-02-04 15:22:49 +0000 | [diff] [blame] | 465 |  | 
| Nils Diewald | 034ea70 | 2015-01-16 19:41:52 +0000 | [diff] [blame] | 466 | 0.11 2014-01-16 | 
| Nils Diewald | 25a8644 | 2015-03-04 19:56:39 +0000 | [diff] [blame] | 467 |         - Fixed paging bug with the async api | 
 | 468 |         - Disabled Testing feature in tutorial | 
| Akron | 834e761 | 2016-09-12 13:11:05 +0200 | [diff] [blame] | 469 |         - Improved test suite | 
| Nils Diewald | 034ea70 | 2015-01-16 19:41:52 +0000 | [diff] [blame] | 470 |  | 
 | 471 | 0.10 2014-12-21 | 
| Akron | 834e761 | 2016-09-12 13:11:05 +0200 | [diff] [blame] | 472 |         - Fixed time_exceeded bug | 
 | 473 |         - Fixed test_port bug for inspection button | 
| Nils Diewald | 0a3f5f9 | 2014-12-21 04:25:53 +0000 | [diff] [blame] | 474 |  | 
| Nils Diewald | 034ea70 | 2015-01-16 19:41:52 +0000 | [diff] [blame] | 475 | 0.09 2014-12-03 | 
 | 476 |         - Added new API module | 
 | 477 |  | 
| Nils Diewald | 80d4c6e | 2014-11-19 02:53:16 +0000 | [diff] [blame] | 478 | 0.08 2014-11-19 | 
 | 479 |         - Added new suggestion module | 
 | 480 |  | 
| Nils Diewald | 1d2903f | 2014-11-03 22:31:20 +0000 | [diff] [blame] | 481 | 0.07 2014-11-03 | 
| Nils Diewald | 80d4c6e | 2014-11-19 02:53:16 +0000 | [diff] [blame] | 482 |         - Added API-Response view | 
| Nils Diewald | 1d2903f | 2014-11-03 22:31:20 +0000 | [diff] [blame] | 483 |  | 
| Nils Diewald | 94bae91 | 2014-09-22 13:40:31 +0000 | [diff] [blame] | 484 | 0.06 2014-09-22 | 
| Nils Diewald | ca01b76 | 2014-09-08 02:35:20 +0000 | [diff] [blame] | 485 |         - Updated certain Notifications and AssetPack plugins | 
| Akron | 834e761 | 2016-09-12 13:11:05 +0200 | [diff] [blame] | 486 |   - Updated pagination plugin | 
| Nils Diewald | ca01b76 | 2014-09-08 02:35:20 +0000 | [diff] [blame] | 487 |  | 
| Nils Diewald | 4e9fbcb | 2014-07-15 11:45:09 +0000 | [diff] [blame] | 488 | 0.05 2014-07-15 | 
 | 489 |         - Improved tutorial support | 
| Akron | 834e761 | 2016-09-12 13:11:05 +0200 | [diff] [blame] | 490 |         - Added Exception mail system | 
| Nils Diewald | 4e9fbcb | 2014-07-15 11:45:09 +0000 | [diff] [blame] | 491 |  | 
| Nils Diewald | 7cad840 | 2014-07-08 17:06:56 +0000 | [diff] [blame] | 492 | 0.04 2014-07-08 | 
 | 493 |         - Fixed template view | 
| Akron | 834e761 | 2016-09-12 13:11:05 +0200 | [diff] [blame] | 494 |         - Preliminary match view | 
 | 495 |         - Switched to asset pipeline wth sass | 
 | 496 |         - Added syntax highlighting to JSON | 
 | 497 |         - Update to Api 0.1 | 
| Nils Diewald | 7cad840 | 2014-07-08 17:06:56 +0000 | [diff] [blame] | 498 |  | 
| Nils Diewald | 44a7278 | 2014-06-20 16:03:21 +0000 | [diff] [blame] | 499 | 0.03 2014-06-20 | 
 | 500 |         - Added preliminary autocompletion support (freetime project) | 
 | 501 |  | 
| Nils Diewald | 1eba657 | 2014-06-17 19:49:53 +0000 | [diff] [blame] | 502 | 0.02 2014-06-17 | 
 | 503 |         - Added morphological tables | 
 | 504 |  | 
| Nils Diewald | dd2d4e8 | 2014-05-31 17:08:33 +0000 | [diff] [blame] | 505 | 0.01 2014-05-31 | 
 | 506 |         - Simplifications: | 
| Nils Diewald | 80d4c6e | 2014-11-19 02:53:16 +0000 | [diff] [blame] | 507 |           Notifications plugin is at | 
 | 508 |           https://github.com/Akron/Mojolicious-Plugin-Notifications | 
| Akron | 834e761 | 2016-09-12 13:11:05 +0200 | [diff] [blame] | 509 |           All other plugins can be found at CPAN |