|  | 
| 1 | 1 | # Changelog | 
| 2 | 2 | 
 | 
| 3 |  | -## 4.0.3 | 
|  | 3 | +## 5.0.0 - 2020-12-24 🎄 | 
| 4 | 4 | 
 | 
| 5 |  | -- Redmine 4.1 support | 
|  | 5 | +### Added | 
|  | 6 | + | 
|  | 7 | +- Basic Auth support for post_receive_urls | 
|  | 8 | +- post_receive_url :post empty support | 
|  | 9 | +- Logging to journal, if configured for Redmine (see https://github.com/theforeman/journald-logger) | 
| 6 | 10 | - Dashboard support for Repository URLs | 
|  | 11 | + | 
|  | 12 | +### Changed | 
|  | 13 | + | 
|  | 14 | +- Switch CI from Travis to Github Actions | 
|  | 15 | + | 
|  | 16 | +### BREAKING CHANGE | 
|  | 17 | + | 
|  | 18 | +- Redmine 4.1+ is required | 
| 7 | 19 | - Dropped archived repository view | 
| 8 |  | -- switch CI from Travis to Github Actions | 
| 9 |  | -- add Basic Auth support for post_receive_urls | 
| 10 |  | -- add post_receive_url :post empty support | 
| 11 |  | -- add logging to journal, if configured for Redmine (see https://github.com/theforeman/journald-logger) | 
| 12 |  | -- drop redmine_bootstrap_kit required plugin | 
| 13 |  | -- requires additionals plugin for latest fontawesome, slim and deface support -> and better maintenance | 
| 14 |  | -- switch from haml to slim templates (because this is already used in additionals plugin) | 
| 15 |  | -- libraries high_charts and bootstrap are moved to this plugin (TODO: high_charts should be migrationed to charts.js, which comes with Redmine 4. Bootstrap should be drop to vanila redmine, to get better theme support) | 
| 16 | 20 | 
 | 
| 17 |  | -## 4.0.0 | 
|  | 21 | +##  4.0.2 - 2020-06-29 | 
|  | 22 | + | 
|  | 23 | +- Support both python 2 and 3 | 
|  | 24 | +- Fix repository settings form template to work with redmine 4.x | 
|  | 25 | +- Fix #715 by correcting misuse of ActiveRecord API for GitCache objects | 
|  | 26 | + | 
|  | 27 | +## 4.0.1 - 2020-02-14 | 
|  | 28 | + | 
|  | 29 | +- Resolve Redmine 4.1 incompatiblity | 
|  | 30 | +- Fix unneccesary checking of duplicate repositories | 
|  | 31 | + | 
|  | 32 | +## 4.0.0 - 2019-12-03 | 
| 18 | 33 | 
 | 
| 19 | 34 | * compatible with Redmine 4 (drop Redmine 3.x support) | 
|  | 35 | +* drop redmine_bootstrap_kit required plugin | 
|  | 36 | +* requires additionals plugin for latest fontawesome, slim and deface support -> and better maintenance | 
|  | 37 | +* switch from haml to slim templates (because this is already used in additionals plugin) | 
|  | 38 | +* libraries high_charts and bootstrap are moved to this plugin (TODO: high_charts should be migrationed to charts.js, which comes with Redmine 4. Bootstrap should be drop to vanila redmine, to get better theme support) | 
| 20 | 39 | 
 | 
| 21 | 40 | ## 1.2.3 - 2017-07-17 | 
| 22 | 41 | 
 | 
|  | 
0 commit comments