Skip to content

Commit

Permalink
Merge #2610 Allow selection of text in mod info panel
Browse files Browse the repository at this point in the history
  • Loading branch information
politas committed Dec 14, 2018
2 parents f0747dd + c4fdf27 commit 038e886
Show file tree
Hide file tree
Showing 5 changed files with 163 additions and 109 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ All notable changes to this project will be documented in this file.
- [GUI] Add Launch KSP option to tray icon menu (#2597 by: HebaruSan; reviewed: politas)
- [GUI] Confirm quit with pending change set or conflicts (#2599 by: HebaruSan; reviewed: politas)
- [Multiple] Warn before launching KSP with installed incompatible modules (#2601 by: HebaruSan; reviewed: politas)
- [GUI] Allow selection of text in mod info panel (#2610 by: DasSkelett; reviewed: HebaruSan)

### Bugfixes
- [GUI] Fix platform checks and crash on Mac OS X (#2600 by: HebaruSan; reviewed: politas)
Expand All @@ -18,7 +19,7 @@ All notable changes to this project will be documented in this file.
- [GUI] Stop splitters from migrating between sessions (#2598 by: HebaruSan; reviewed: politas)
- [Multiple] Don't auto-install recommendations when auditing recommendations (#2606 by: HebaruSan; reviewed: politas)
- [GUI] Suppress wrapping of status bar in Mono (#2607 by: HebaruSan; reviewed: politas)
- [GUI] Remove unnecessary parameter in Configuration methods (#2608 by: DasSkellett; reviewed: HebaruSan)
- [GUI] Remove unnecessary parameter in Configuration methods (#2608 by: DasSkelett; reviewed: HebaruSan)
- [GUI] Revert unintentional tray icon change from #2587 (#2609 by: HebaruSan; reviewed: politas)

## v1.25.4
Expand Down
1 change: 1 addition & 0 deletions GUI/CKAN-GUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@
<Compile Include="YesNoDialog.Designer.cs">
<DependentUpon>YesNoDialog.cs</DependentUpon>
</Compile>
<Compile Include="TransparentTextBox.cs" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="AboutDialog.resx">
Expand Down
Loading

0 comments on commit 038e886

Please sign in to comment.