Skip to content

Commit

Permalink
Update ChangeLog.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EXL committed Dec 24, 2020
1 parent 9172e8a commit 9e245c6
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions doc/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## v1.0.0, TODO: 25-May-2020, First Public Release:
## v1.0.0, 24-Dec-2020, First Public Release:

- Created two skins:

Expand All @@ -19,4 +19,24 @@

### Technical Notes:

TODO:
```
git log --pretty=oneline --abbrev-commit | wc -l
183
cloc src/main/java/ src/main/resources/*.properties src/main/resources/static/ src/main/resources/templates/
42 text files.
42 unique files.
4 files ignored.
github.com/AlDanial/cloc v 1.82 T=0.09 s (425.0 files/s, 41552.9 lines/s)
-------------------------------------------------------------------------------
Language files blank comment code
-------------------------------------------------------------------------------
Java 29 375 771 1513
CSS 6 17 21 792
HTML 2 0 4 159
JavaScript 1 4 1 58
-------------------------------------------------------------------------------
SUM: 38 396 797 2522
-------------------------------------------------------------------------------
```

0 comments on commit 9e245c6

Please sign in to comment.