Skip to content

Commit 6a71d69

Browse files
authored
Merge branch 'master' into pr/4
2 parents 7edc0bc + d06223c commit 6a71d69

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ My website is http://sofronio.cn , and the latest version will be there. Have a
1313

1414
## Change log
1515

16+
### v.0.0.3.4
17+
Fix sometimes one word is missing
18+
19+
### v.0.0.3.1
20+
Fix can't display whole UI, change to tablelayout
21+
1622
### v.0.0.3
1723
Add YouTube XML support, now you can get it by F12 of your browser. See usage above
1824

YouTubeTimeLineGenerator/Form1.Designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

YouTubeTimeLineGenerator/Form1.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22
using System.Collections.Generic;
33
using System.ComponentModel;
44
using System.Data;

YouTubeTimeLineGenerator/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("Sofronio.cn")]
1212
[assembly: AssemblyProduct("YouTubeTimeLineGenerator")]
13-
[assembly: AssemblyCopyright("Copyright © Sofronio 2018")]
13+
[assembly: AssemblyCopyright("Copyright © Sofronio 2019")]
1414
[assembly: AssemblyTrademark("Sofronio.cn")]
1515
[assembly: AssemblyCulture("")]
1616

0 commit comments

Comments
 (0)