Commit b08e4074b49acdb00dc9e041dab65a11462a090c

Authored by gitlabhq
1 parent 8c889246

updated changelog

Showing 2 changed files with 18 additions and 1 deletions   Show diff stats
CHANGELOG
  1 +v 1.1.0
  2 + - feature: code snippets
  3 + - fixed horizontal scroll on file preview
  4 + - fixed app crash if commit message has invalid chars
  5 + - bugfix & code cleaning
  6 +
  7 +v 1.0.2
  8 + - fixed bug with empty project
  9 + - added adv validation for project path & code
  10 + - feature: issues can be sortable
  11 + - bugfix
  12 + - username dispalyed on top panel
  13 +
1 14 v 1.0.1
2 15 - fixed: with invalid source code for commit
3 16 - fixed: lose branch/tag selection when use tree navigateion
4 17 - when history clicked - display path
5 18 - bug fix & code cleaning
  19 +
6 20 v 1.0.0
7 21 - bug fix
8 22 - projects preview mode
  23 +
9 24 v 0.9.6
10 25 - css fix
11 26 - new repo empty tree until restart server - fixed
  27 +
12 28 v 0.9.4
13 29 - security improved
14 30 - authorization improved
... ... @@ -24,6 +40,7 @@ v 0.9.1
24 40 - updated app name
25 41 - issue redesigned
26 42 - issue can be edit
  43 +
27 44 v 0.8.0
28 45 - sytax highlight for main file types
29 46 - redesign
... ...
VERSION
1   -1.0.1
  1 +1.0.2
... ...