Skip to content

Commit

Permalink
Update to v3.2a
Browse files Browse the repository at this point in the history
  • Loading branch information
keirf committed Jun 25, 2019
1 parent 71a0b70 commit 2de2184
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

export FW_VER := 3.1a
export FW_VER := 3.2a

PROJ := FlashFloppy
VER := v$(FW_VER)
Expand Down
8 changes: 8 additions & 0 deletions RELEASE_NOTES
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
** Keir Fraser <keir.xen@gmail.com>
************************************

** v3.2a - 25 June 2019
- OLED: New default layout for 128x64 displays
- LCD: Support 20x4 character displays
- LCD: Row ordering is configurable
- FF.CFG: Rename oled-text= to display-order= to reflect this
- Eject menu: Confirmation required for Delete/Clone operations
- Trackball: Reduce jitteriness by adding simple inertia

** v3.1a - 13 June 2019
- OLED: Text height and content can be configured (FF.CFG:oled-text=)
- New default for 128x64 displays presents a new third text row
Expand Down

0 comments on commit 2de2184

Please sign in to comment.