Skip to content

Commit eb78d3b

Browse files
committed
Bump version to 1.0.2
1 parent 5b46700 commit eb78d3b

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.2" date="2018-12-20">
81+
<description>
82+
<p>This update fixes a few minor visual issues.</p>
83+
<ul>
84+
<li>Fix black bar that appears in the editor on elementary OS</li>
85+
<li>Fix currently-selected font not reflected in menu when app first loads</li>
86+
</ul>
87+
</description>
88+
</release>
8089
<release version="1.0.1" date="2018-12-14">
8190
<description>
8291
<p>GTK updates and fixes.</p>

debian/changelog

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
writeas-gtk (1.0.2-3) xenial; urgency=medium
2+
3+
* Fix black bar that appears in the editor on elementary OS
4+
* Fix currently-selected font not reflected in menu when app first loads
5+
6+
-- Write.as <[email protected]> Thu, 20 Dec 2018 14:20:45 -0500
7+
18
writeas-gtk (1.0.1-2) xenial; urgency=medium
29

310
* Fix fonts, padding, cursor color

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.1',
2+
version: '1.0.2',
33
license: 'GPL',
44
meson_version: '>=0.40.1')
55

src/window.vala

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public class WriteAs.MainWindow : Gtk.ApplicationWindow {
2525
private Gtk.RadioMenuItem font_wrap_option;
2626

2727
private static string data_dir = ".writeas";
28-
private static string version = "1.0.1";
28+
private static string version = "1.0.2";
2929

3030
private int font_size = 16;
3131
private bool dark_mode = false;

0 commit comments

Comments
 (0)