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: sillsdev/solid
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0
Choose a base ref
...
head repository: sillsdev/solid
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.1
Choose a head ref
  • 9 commits
  • 10 files changed
  • 2 contributors

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    f657da6 View commit details
    Browse the repository at this point in the history
  2. remove email from errorReport init (#21)

    This removes the old invalid email address from the error reporting green screen. Now, no email is shown in the dialog. Users are expected to create a GitHub issue.
    megahirt authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    b6e8f4e View commit details
    Browse the repository at this point in the history
  3. installer: uninstall old Solid version before installation (#17)

    This updates the installer script to check for a prior version of Solid and uninstall that before proceeding with the installation. This fixes some bugs related to upgraded dependencies that are not cleaned up on new installs.
    
    The uninstall script / detection was taken from https://stackoverflow.com/a/2099805
    megahirt authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    3b84b92 View commit details
    Browse the repository at this point in the history
  4. Automate version stamping in GHA (#19)

    * split up workflow into built-test and installer-release
    * automate version stamping in GHA
    
    - define version in GHA based on tag name and SHA
    - inject version into assemblyInfo.cs
    - inject version into installer
    
    * enforce version format to be N.N.N
    megahirt committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    49cca61 View commit details
    Browse the repository at this point in the history
  5. fix up quotes

    megahirt committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    b89e011 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. fix GHA filepath

    megahirt committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    57aec6d View commit details
    Browse the repository at this point in the history
  2. Marker settings resizable (#24)

    * Added splitter and adjusted size in designer
    
    This makes the marker settings resizable
    josephmyers authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    1aba8b2 View commit details
    Browse the repository at this point in the history
  3. Removed dead make markers real button (#22)

    Remove no-op "make markers real" menu item - reduce user confusion
    josephmyers authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    91b4de3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    96dc332 View commit details
    Browse the repository at this point in the history
Loading