Skip to content

Commit

Permalink
v3.4.5 Correctly updated version in title and readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
zapmaker committed Sep 18, 2013
1 parent dba70c0 commit 8fbb7d7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@ build from source.
Details on how to do this can be found here:
http://zapmaker.org/

V3.4.5
Bug fix
- When modifying the ui files for auto widget rescaling, broke a number of programmatically
greyed out widgets, mainly, you couldn't reopen the port after closing it. Now those are fixed.

Enhancement
- Incorporated LETARTARE's localization file for French so that it is possible to see
locale-specific text in the installed version of Grbl Controller (see trlocale subdir)

V3.4.4
Bug fix
- Incorporated LETARTARE's 4-axis (C-axis) implementation - thanks! (Issues #29 and #34)
Expand Down
2 changes: 1 addition & 1 deletion version.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
****************************************************************/
#ifndef VERSION_H
#define VERSION_H
#define GRBL_CONTROLLER_NAME_AND_VERSION "Grbl Controller 3.4.4"
#define GRBL_CONTROLLER_NAME_AND_VERSION "Grbl Controller 3.4.5"
#endif // VERSION_H

0 comments on commit 8fbb7d7

Please sign in to comment.