Skip to content

Commit

Permalink
update version file v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lets-all-be-stupid-forever committed Sep 20, 2024
1 parent f6cfc81 commit 8fce3c8
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions src/version.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
#ifndef VERSION_H
#define VERSION_H
#define CA_VERSION "v1.0.2 - Sep2024"
#define CA_VERSION "v1.0.3 - 20Sep2024"

// v1.0.1 --> v1.0.2:
// v1.0.2 --> v1.0.3: Small QoL
// - (QoL) Window starts maximized. Initial window is a bit smaller, to make
// it work better at smaller screens. Dialogs change size with screen
// size (to adapt for smaller screens).
// - (QoL) Can pick color using ALT during brush, line and bucket tools.
// - (Others) The parsing algorithm requires that all nands have 2 inputs and
// 1 output, otherwise it enters an error state.
// - (Bugfix) Fixed tilted rectangle display in levels.
//
// v1.0.1 --> v1.0.2: Bugfix
// - (Bugfix) Pasted Image Ugly.
// Pasting images that were not encoded with 32 bits were not pasted
// propperly. It would happen specially when the saved image went
Expand Down

0 comments on commit 8fce3c8

Please sign in to comment.