Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Issung/GChan
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.2.0-beta
Choose a base ref
...
head repository: Issung/GChan
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.3.0
Choose a head ref
  • 7 commits
  • 15 files changed
  • 1 contributor

Commits on Jan 1, 2024

  1. Change row filecount binding to a string property with empty string n…

    …ull coalescing, add detailed logging for dataerror events on datagridview
    
    Attempting to fix/add diagnostics for error popup
        The following exception occurred in the DataGridView:
        System.lndexOutOfRangeException: Index 60 does not have a value.
            at System.Windows.Forms.DataGridView.DataGridViewDataConnection.GetError(Int32 rowIndex)
    Issung committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    b7fd87d View commit details
    Browse the repository at this point in the history
  2. Fix sorting by using int again with default NullValue in cell style t…

    …o space character. Fix column object names
    
    Also try to fix mainform disposed error when invoking propertychanged for filecount property
    Issung committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    e672c0c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    004b9a7 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. Configuration menu
    Copy the full SHA
    8269290 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

  1. Configuration menu
    Copy the full SHA
    bb8771c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #43 from Issung/feature/#40-save-thumbnails-setting

    #40 Add setting to save thumbnails with thread html
    Issung authored Mar 3, 2024
    Configuration menu
    Copy the full SHA
    1867ad9 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. Use absolute path for sqlite database file

    Hopefully to prevent UnauthorizedAccessException errors when app is started by Windows
    Issung committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    92dafd2 View commit details
    Browse the repository at this point in the history
Loading