Skip to content

Commit

Permalink
ChatGPT Change Log
Browse files Browse the repository at this point in the history
my english so bad haha
  • Loading branch information
Anime4000 committed Jul 7, 2024
1 parent 42d6a05 commit a97b396
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
Binary file modified IFME.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions IFME/frmMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -144,16 +144,16 @@ private void frmMain_SizeChanged(object sender, EventArgs e)
PbxBanner.BackgroundImage = new Bitmap(png);
}

if (lstFile.Width > 1005)
if (lstFile.Width > 1000)
{
var pWidthInc = (((float)lstFile.Width - 1005) / 1005);
var pWidthInc = (((float)lstFile.Width - 1000) / 1000);

colFileName.Width = (int)Math.Ceiling((250 * pWidthInc) + 250);
colFileType.Width = (int)(90 * pWidthInc) + 90;
colFileDuration.Width = (int)(72 * pWidthInc) + 72;
colFileSize.Width = (int)(64 * pWidthInc) + 64;
colFileStatus.Width = (int)(110 * pWidthInc) + 110;
colFileProgress.Width = (int)Math.Ceiling((400 * pWidthInc) + 400);
colFileProgress.Width = (int)Math.Ceiling((390 * pWidthInc) + 390);
}
}
catch (Exception)
Expand Down
15 changes: 8 additions & 7 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
Version 8.3.2 (Astral Reverie)
------------------------------
[New] Added ETA in Progress status
[Fixed] Select a profile will cause a crash due to null value
[Fixed] Custom FFmpeg Command and Encoder Command not survive when select profile
[Fixed] Encoding crash when using Auto Resolution, Auto FPS and Auto Frame Count
[Update] Rigaya H264/265 NVENC updated to version 7.57
[Update] FFmpeg (Non-Free build) updated to version git-2024-07-07-cd2f8a2
[Update] x265 (AVX2) updated to version 3.6+33-ad1a30a8a
[New] Added ETA in Progress status.
[New] Main list columns are now adaptive, automatically resizing based on window size and DPI settings.
[Fixed] Selecting a profile no longer causes a crash due to a null value.
[Fixed] Custom FFmpeg commands and encoder commands now persist after selecting a profile.
[Fixed] Resolved encoding crashes when using Auto Resolution, Auto FPS, and Auto Frame Count.
[Update] Rigaya H264/265 NVENC updated to version 7.57.
[Update] FFmpeg (Non-Free build) updated to version git-2024-07-07-cd2f8a2.
[Update] x265 (AVX2) updated to version 3.6+33-ad1a30a8a.

Version 8.3.1 (Stellar Dreamscape)
----------------------------------
Expand Down

0 comments on commit a97b396

Please sign in to comment.