Skip to content

Commit 6bc5a34

Browse files
committed
Bump version to 0.0.2 and update README
1 parent b1a57cf commit 6bc5a34

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ N64 texture ripper and editor
3030

3131
### Changelog ###
3232

33+
0.0.2: Beta test 2 release
34+
* improve responsiveness of click events
35+
* add mouse wheel support for scrolling up/down rows
36+
* allow input binary to be passed on command line
37+
* add Scale option in toolbar
38+
3339
0.0.1: Beta test release
3440
* supports RGBA16, RGBA32, IA16, IA8, IA4, I8, I4, CI8, CI4, 1bpp
3541
* right-click export, insert to import

Texture64/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("0.0.1.0")]
36-
[assembly: AssemblyFileVersion("0.0.1.0")]
35+
[assembly: AssemblyVersion("0.0.2.0")]
36+
[assembly: AssemblyFileVersion("0.0.2.0")]

0 commit comments

Comments
 (0)