Преглед изворни кода

Bump version to 1.0.0

tags/v1.0.0
Matt Baer пре 6 година
родитељ
комит
1b34b41cb6
3 измењених фајлова са 17 додато и 3 уклоњено
  1. +14
    -0
      data/writeas-gtk.appdata.xml
  2. +2
    -2
      debian/changelog
  3. +1
    -1
      src/window.vala

+ 14
- 0
data/writeas-gtk.appdata.xml Прегледај датотеку

@@ -48,4 +48,18 @@
</screenshot>
</screenshots>
<content_rating type="oars-1.1" />
<releases>
<release version="1.0.0" date="2018-10-01">
<description>
<p>Initial release</p>
<ul>
<li>Auto-saving single draft</li>
<li>Dark mode on platforms that support it</li>
<li>Choose between three fonts</li>
<li>Save draft as another file</li>
<li>Publish anonymously to Write.as</li>
</ul>
</description>
</release>
</releases>
</components>

+ 2
- 2
debian/changelog Прегледај датотеку

@@ -1,5 +1,5 @@
writeas-gtk (1.0.0) precise; urgency=low
writeas-gtk (1.0.0-1) xenial; urgency=medium

* Initial Release.

-- Write.as <hello@write.as> Wed, 18 Apr 2018 14:20:25 +1200
-- Write.as <hello@write.as> Mon, 1 Oct 2018 13:23:25 -0400

+ 1
- 1
src/window.vala Прегледај датотеку

@@ -22,7 +22,7 @@ public class WriteAs.MainWindow : Gtk.ApplicationWindow {
private Gtk.ToggleButton darkmode_button;

private static string data_dir = ".writeas";
private static string version = "1.0.0-beta";
private static string version = "1.0.0";

private int font_size = 12;
private bool dark_mode = false;


Loading…
Откажи
Сачувај