-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
release v0.1.2 - window resize improvements
- fix resizing limitation by graph bug - reload graph on window resize (still not perfect...) - add GtkNotebook for comfort editor (placeholder for now)
- Loading branch information
Yann Büchau
committed
Jan 9, 2017
1 parent
3e071a8
commit edd269e
Showing
5 changed files
with
248 additions
and
104 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
simbuto (0.1.2) unstable; urgency=medium | ||
|
||
* implement comfort budget editor | ||
* fix window shrink limitation to image size bug | ||
* automatic graph reloading on window resize (still not perfect...) | ||
|
||
-- Yann Büchau <[email protected]> Mon, 09 Jan 2017 19:50:44 +0100 | ||
|
||
simbuto (0.1.1) unstable; urgency=medium | ||
|
||
* add command-line options (help, verbose, debug) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
# Internal modules | ||
|
||
# the version | ||
VERSION = "0.1.1" | ||
VERSION = "0.1.2" | ||
|
||
__version__ = VERSION | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.