Skip to content

Commit 1efa4cd

Browse files
committed
Bump version to 0.0.3 and update README
1 parent baa9f6b commit 1efa4cd

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ N64 texture ripper and editor
3434

3535
### Changelog ###
3636

37+
0.0.3: Beta test 3 release
38+
* Add right-click context menu for exporting and setting palette offset
39+
* Show hovered pixel color information
40+
* Add Shift modifier for mouse wheel scrolling
41+
3742
0.0.2: Beta test 2 release
3843
* Improve responsiveness of click events
3944
* Add mouse wheel support for scrolling up/down rows

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.2.0")]
36-
[assembly: AssemblyFileVersion("0.0.2.0")]
35+
[assembly: AssemblyVersion("0.0.3.0")]
36+
[assembly: AssemblyFileVersion("0.0.3.0")]

0 commit comments

Comments
 (0)