Skip to content

Commit

Permalink
Updated changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-manuel committed Nov 4, 2023
1 parent 5a73e81 commit 65a2d8d
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## v1.0.4.0

* Added: Allow user to sort by selected column
* Added: Browse button to browse local folders
* Added: Description column
* Added: Donation link
* Added: File Editor: Automatically load file when selected with the file browser
* Added: File Editor: Open current file folder when pressing browse
* Added: Many tooltip descriptions
* Added: More error handling and messages
* Added: Open button to open local folder in Windows Explorer
* Added: Progress bar for download/upload actions
* Added: Some styling for better UX: Gray = Only on MS; Beige = Only on FS; Green = Newer/Larger on MS; Blue = Newer/Larger on FS
* Added: Upload selected button
* Changed: Name column now shows always the filename
* Changed: Small design fixes to increase responsiveness
* Changed: Sort columns by filename and not by name

## v1.0.3.0

* Changed: Fixed Win32-FileTime error
Expand Down
2 changes: 1 addition & 1 deletion MiniserverForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.3.0")]
[assembly: AssemblyFileVersion("1.0.3.0")]
[assembly: AssemblyVersion("1.0.4.0")]
[assembly: AssemblyFileVersion("1.0.4.0")]

0 comments on commit 65a2d8d

Please sign in to comment.