Skip to content

Commit

Permalink
Updates readme, version for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattstermiller committed Mar 18, 2017
1 parent 48597f3 commit b529355
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Koffee/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ open System.Runtime.InteropServices
[<assembly: AssemblyConfiguration("")>]
[<assembly: AssemblyCompany("")>]
[<assembly: AssemblyProduct("Koffee")>]
[<assembly: AssemblyCopyright("Copyright © Matthew A. Miller 2016")>]
[<assembly: AssemblyCopyright("Copyright © Matthew A. Miller 2017")>]
[<assembly: AssemblyTrademark("")>]
[<assembly: AssemblyCulture("")>]

Expand All @@ -34,8 +34,8 @@ open System.Runtime.InteropServices
// 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("0.1.0.0")>]
[<assembly: AssemblyFileVersion("0.1.0.0")>]
[<assembly: AssemblyVersion("0.2.1.0")>]
[<assembly: AssemblyFileVersion("0.2.1.0")>]

do
()
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,16 @@ _Capitalized letters indicate that the key is combined with Shift._

## Version History

#### v0.2.1
- Added Open Commandline
- Path box now replaces "~" with user's directory
- Window title now shows the current folder
- Move, copy and delete operations now show busy indication
- Fix crash when attempting to rename extension on items without an extension
- Fix unauthorized error when attempting to delete read-only items
- Fix empty item buffer appearing after executing a command
- Fix margins of path text box and command panel

#### v0.2.0 File & Folder Manipulation
- Create, delete, rename, move, and copy files and folders
- Undo/redo of file and folder actions
Expand Down
4 changes: 2 additions & 2 deletions installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
AppId={{393DAEB7-80CC-4AD6-B501-FB595103A9B7}
AppName=Koffee
AppVersion=0.2.0
AppVersion=0.2.1
AppPublisher=Matthew A. Miller
AppPublisherURL=https://github.com/mattstermiller/koffee
AppSupportURL=https://github.com/mattstermiller/koffee
Expand All @@ -17,7 +17,7 @@ DisableProgramGroupPage=yes
LicenseFile=LICENSE.txt
InfoAfterFile=README.md
OutputDir=Koffee\bin
OutputBaseFilename=Koffee-Setup-0.2.0
OutputBaseFilename=Koffee-Setup-0.2.1
Compression=lzma
SolidCompression=yes

Expand Down

0 comments on commit b529355

Please sign in to comment.