Skip to content

Commit

Permalink
2.3.2.4 - ListboxScreenshots sorted.
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinkendall committed Aug 24, 2020
1 parent 99ef246 commit 5dc52d1
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
// 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("2.3.2.3")]
[assembly: AssemblyFileVersion("2.3.2.3")]
[assembly: AssemblyVersion("2.3.2.4")]
[assembly: AssemblyFileVersion("2.3.2.4")]
[assembly: NeutralResourcesLanguageAttribute("en-CA")]
2 changes: 1 addition & 1 deletion app.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<assemblyIdentity
type="win32"
name="GavinKendall.AutoScreenCapture"
version="2.3.2.3"/>
version="2.3.2.4"/>
<asmv3:application>
<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
<dpiAware>True/PM</dpiAware>
Expand Down
2 changes: 1 addition & 1 deletion interface/FormAbout.resx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="richTextBoxDeveloper.Text" xml:space="preserve">
<value>Auto Screen Capture 2.3.2.3 ("Boombayah")
<value>Auto Screen Capture 2.3.2.4 ("Boombayah")
Developed by Gavin Kendall (2008 - 2020)

https://autoscreen.sourceforge.io/
Expand Down
1 change: 1 addition & 0 deletions interface/main/FormMain-Screenshots.cs
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ private void RunSlideSearch(DoWorkEventArgs e)
{
listBoxScreenshots.DisplayMember = "Value";
listBoxScreenshots.ValueMember = "Name";
listBoxScreenshots.Sorted = true;
listBoxScreenshots.DataSource = _screenshotCollection.GetSlides(comboBoxFilterType.Text, comboBoxFilterValue.Text, monthCalendar.SelectionStart.ToString(MacroParser.DateFormat));

// Show the last set of screenshots only if the user is on today's list.
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Auto Screen Capture by Gavin Kendall
Last updated on 2020-08-21 (August 21, 2020)
[The information presented here refers to the latest version of the application (which is currently 2.3.2.3)]
Last updated on 2020-08-24 (August 24, 2020)
[The information presented here refers to the latest version of the application (which is currently 2.3.2.4)]
=============================================================================================================


Expand Down
3 changes: 2 additions & 1 deletion settings/Settings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,8 @@ public static void Initialize()
new Version(CODENAME_BOOMBAYAH, "2.3.1.9"), // Schedules can now have their own interval set for them separate from the main interval. Also fixed bug with screen capture duration info.
new Version(CODENAME_BOOMBAYAH, "2.3.2.0"), // Region Select Auto Save region is created if the regions.xml file is not found so you can view screenshots taken with Region Select Auto Save.
new Version(CODENAME_BOOMBAYAH, "2.3.2.1"), // Fixed bug with inactive schedules that should not perform any actions when inactive.
new Version(CODENAME_BOOMBAYAH, "2.3.2.2") // Information Window implemented.
new Version(CODENAME_BOOMBAYAH, "2.3.2.2"), // Information Window implemented.
new Version(CODENAME_BOOMBAYAH, "2.3.2.3") // Information Window renamed to Show Screen Capture Status
};

Application = new SettingCollection
Expand Down

0 comments on commit 5dc52d1

Please sign in to comment.