Skip to content

Commit

Permalink
Updated changelog, version and screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-manuel committed Nov 4, 2023
1 parent ffa580e commit cfe9deb
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# 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: Refresh automatically local file list after closing the File Editor
* 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")]
Binary file modified screenshots/loxstatedit-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/loxstatedit-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/loxstatedit-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/loxstatedit-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/loxstatedit-5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cfe9deb

Please sign in to comment.