Skip to content

Commit 594c72d

Browse files
Release 6.0.0 (#1078)
* Release 6.0.0 * Update meson.build * Update screenshots * Update AppData styling and date Co-authored-by: Cassidy James Blaede <[email protected]>
1 parent 8e02deb commit 594c72d

4 files changed

+28
-32
lines changed

data/io.elementary.code.appdata.xml.in

+27-31
Original file line numberDiff line numberDiff line change
@@ -8,36 +8,12 @@
88
<name>Code</name>
99
<summary>The editor that works</summary>
1010
<description>
11-
<p>
12-
Code is the editor that works for you. It auto-saves your files,
13-
meaning they're always up-to-date. Plus it remembers your tabs so you never
14-
lose your spot, even in between sessions.
15-
</p>
16-
<p>
17-
Make it yours. Code is written from the ground up to be extensible. Keep
18-
things super lightweight and simple, or install extensions to turn Code
19-
into a full-blown IDE; it's your choice. And with a handful of useful preferences,
20-
you can tweak the behavior and interface to your liking.
21-
</p>
22-
<p>
23-
It's elementary. Code is made to be the perfect editor for elementary,
24-
meaning it closely follows the high standards of design, speed, and consistency.
25-
It's sexy, but not distracting.
26-
</p>
27-
<p>
28-
Works with your language. Whether you're crafting code in Vala, scripting
29-
with PHP, or marking things up in HTML, Code has you covered. Experience
30-
full syntax highlighting with nearly all programming, scripting, and markup
31-
languages.
32-
</p>
33-
<p>
34-
Other syntax-highlighted languages: Bash, C, C#, C++. Cmake, CSS, .Desktop,
35-
Diff, Fortran, Gettext, ini, Java, JavaScript, LaTex, Lua, Makefile, Objective
36-
C, Pascal, Perl, Python, Ruby, XML.
37-
</p>
38-
<p>
39-
Additional features include:
40-
</p>
11+
<p>Code is the editor that works for you. It auto-saves your files, meaning they're always up-to-date. Plus it remembers your tabs so you never lose your spot, even in between sessions.</p>
12+
<p>Make it yours. Code is written from the ground up to be extensible. Keep things super lightweight and simple, or install extensions to turn Code into a full-blown IDE; it's your choice. And with a handful of useful preferences, you can tweak the behavior and interface to your liking.</p>
13+
<p>It's elementary. Code is made to be the perfect editor for elementary, meaning it closely follows the high standards of design, speed, and consistency. It's sexy, but not distracting.</p>
14+
<p>Works with your language. Whether you're crafting code in Vala, scripting with PHP, or marking things up in HTML, Code has you covered. Experience full syntax highlighting with nearly all programming, scripting, and markup languages.</p>
15+
<p>Other syntax-highlighted languages: Bash, C, C#, C++. Cmake, CSS, .Desktop, Diff, Fortran, Gettext, ini, Java, JavaScript, LaTex, Lua, Makefile, Objective C, Pascal, Perl, Python, Ruby, XML.</p>
16+
<p>Additional features include:</p>
4117
<ul>
4218
<li>syntax highlighting with gtksourceview-3</li>
4319
<li>a find bar to search the words in the files</li>
@@ -46,19 +22,39 @@
4622
</ul>
4723
</description>
4824
<releases>
49-
<release version="3.4.2" date="2020-06-09">
25+
<release version="6.0.0" date="2021-07-15" urgency="medium">
5026
<description>
5127
<p>New features:</p>
5228
<ul>
5329
<li>New Markdown plugin for WYSIWYG-like editing.</li>
30+
<li>Switch Git branches or create new ones in project folder context menus</li>
31+
<li>Show Git diff status in source view gutters</li>
5432
<li>Full text search within project folder.</li>
33+
<li>Save and restore cursor position between sessions</li>
34+
<li>Close files from a project when that project is closed</li>
35+
<li>Show full file path in tab tooltips</li>
36+
<li>Clear lines with Ctrl + K</li>
5537
</ul>
5638
<p>Minor updates:</p>
5739
<ul>
5840
<li>Allow Spell Checker extension in Markdown files</li>
41+
<li>Improve multi-line duplication</li>
5942
<li>Remember whether the sidebar is open</li>
43+
<li>Set window title to the focused file</li>
6044
<li>Add keyboard shortcuts for next and previous documents</li>
6145
<li>Show full document path in tab tooltip</li>
46+
<li>Update Pastebin plugin</li>
47+
<li>Corrently indent last line when using the preserve whitespace plugin</li>
48+
<li>Keep syntax highlighting when duplicating a file</li>
49+
<li>Expand a collapsed folder if you attempt to open it twice</li>
50+
<li>Fix an issue where searches are lost when Code loses focus</li>
51+
<li>Start Vim plugin in command mode</li>
52+
<li>Fix and add new Vim commands</li>
53+
<li>Show project folders with a hidden root folder</li>
54+
<li>Allow launching with pkexec and disallow launching with sudo</li>
55+
<li>Remove split view</li>
56+
<li>Remove browser preview</li>
57+
<li>Updated translations</li>
6258
</ul>
6359
</description>
6460
</release>

data/screenshot-dark.png

-128 KB
Loading

data/screenshot.png

-78.9 KB
Loading

meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'io.elementary.code',
33
'vala', 'c',
4-
version: '3.4.1'
4+
version: '6.0.0'
55
)
66

77
add_project_arguments([

0 commit comments

Comments
 (0)