Commit eff6d3c12b8f1cd0d3f8f9bab8ceaeba31f915b2

Authored by Dmitriy Zaporozhets
1 parent 23e33885

CHANGELOG for 4.1

Showing 1 changed file with 21 additions and 0 deletions   Show diff stats
CHANGELOG
  1 +v 4.1.0
  2 + - Project public mode (only admin can set now)
  3 + - Public area with unauthorized access
  4 + - Load dashboard events with ajax
  5 + - remember dashboard filter in cookies
  6 + - replace resque with sidekiq
  7 + - fix routing issues
  8 + - cleanup rake tasks
  9 + - fix backup/restore
  10 + - scss cleanup
  11 + - show preview for note images
  12 + - improved network-graph
  13 + - get rid of app/roles/
  14 + - added new classes Team, Repository
  15 + - Reduce amount of gitolite calls
  16 + - Ability to add user in all group projects
  17 + - remove derecated configs
  18 + - replaced Korolev font with open font
  19 + - restyled admin/dashboard page
  20 + - restyled admin/projects page
  21 +
1 22 v 4.0.0
2 23 - Remove project code and path from API. Use id instead
3 24 - Return valid clonable url to repo for web hook
... ...