Skip to content

Commit 4777f3e

Browse files
committed
Merge branch 'master-code'
2 parents 282548f + 708de8f commit 4777f3e

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

data/com.github.writeas.writeas-gtk.appdata.xml

+9
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,15 @@
7777
<content_attribute id="money-gambling">none</content_attribute>
7878
</content_rating>
7979
<releases>
80+
<release version="1.0.1" date="2018-12-14">
81+
<description>
82+
<p>GTK updates and fixes.</p>
83+
<ul>
84+
<li>Fix fonts, padding, cursor color</li>
85+
<li>Increase the default font size</li>
86+
</ul>
87+
</description>
88+
</release>
8089
<release version="1.0.0" date="2018-10-01">
8190
<description>
8291
<p>Initial release</p>

debian/changelog

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
writeas-gtk (1.0.1-2) xenial; urgency=medium
2+
3+
* Fix fonts, padding, cursor color
4+
* Increase the default font size
5+
6+
-- Write.as <[email protected]> Fri, 14 Dec 2018 15:22:09 -0500
7+
18
writeas-gtk (1.0.0-1) xenial; urgency=medium
29

310
* Initial Release.

meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('com.github.writeas.writeas-gtk', ['vala', 'c'],
2-
version: '1.0.0',
2+
version: '1.0.1',
33
license: 'GPL',
44
meson_version: '>=0.40.1')
55

src/window.vala

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public class WriteAs.MainWindow : Gtk.ApplicationWindow {
2222
private Gtk.ToggleButton darkmode_button;
2323

2424
private static string data_dir = ".writeas";
25-
private static string version = "1.0.0";
25+
private static string version = "1.0.1";
2626

2727
private int font_size = 16;
2828
private bool dark_mode = false;

0 commit comments

Comments
 (0)