Bump version to 1.0.0
Esse commit está contido em:
pai
23f0f33e6f
commit
1b34b41cb6
@ -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>
|
||||
|
4
debian/changelog
externo
4
debian/changelog
externo
@ -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
|
||||
|
@ -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;
|
||||
|
Carregando…
Referência em uma nova issue
Block a user