Skip to content

Commit

Permalink
Release 6.0.0 (#1078)
Browse files Browse the repository at this point in the history
* Release 6.0.0

* Update meson.build

* Update screenshots

* Update AppData styling and date

Co-authored-by: Cassidy James Blaede <c@ssidyjam.es>
  • Loading branch information
danirabbit and cassidyjames authored Jul 15, 2021
1 parent 8e02deb commit 594c72d
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 32 deletions.
58 changes: 27 additions & 31 deletions data/io.elementary.code.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,36 +8,12 @@
<name>Code</name>
<summary>The editor that works</summary>
<description>
<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>
<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>
<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>
<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>
<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>
<p>
Additional features include:
</p>
<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>
<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>
<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>
<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>
<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>
<p>Additional features include:</p>
<ul>
<li>syntax highlighting with gtksourceview-3</li>
<li>a find bar to search the words in the files</li>
Expand All @@ -46,19 +22,39 @@
</ul>
</description>
<releases>
<release version="3.4.2" date="2020-06-09">
<release version="6.0.0" date="2021-07-15" urgency="medium">
<description>
<p>New features:</p>
<ul>
<li>New Markdown plugin for WYSIWYG-like editing.</li>
<li>Switch Git branches or create new ones in project folder context menus</li>
<li>Show Git diff status in source view gutters</li>
<li>Full text search within project folder.</li>
<li>Save and restore cursor position between sessions</li>
<li>Close files from a project when that project is closed</li>
<li>Show full file path in tab tooltips</li>
<li>Clear lines with Ctrl + K</li>
</ul>
<p>Minor updates:</p>
<ul>
<li>Allow Spell Checker extension in Markdown files</li>
<li>Improve multi-line duplication</li>
<li>Remember whether the sidebar is open</li>
<li>Set window title to the focused file</li>
<li>Add keyboard shortcuts for next and previous documents</li>
<li>Show full document path in tab tooltip</li>
<li>Update Pastebin plugin</li>
<li>Corrently indent last line when using the preserve whitespace plugin</li>
<li>Keep syntax highlighting when duplicating a file</li>
<li>Expand a collapsed folder if you attempt to open it twice</li>
<li>Fix an issue where searches are lost when Code loses focus</li>
<li>Start Vim plugin in command mode</li>
<li>Fix and add new Vim commands</li>
<li>Show project folders with a hidden root folder</li>
<li>Allow launching with pkexec and disallow launching with sudo</li>
<li>Remove split view</li>
<li>Remove browser preview</li>
<li>Updated translations</li>
</ul>
</description>
</release>
Expand Down
Binary file modified data/screenshot-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified data/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'io.elementary.code',
'vala', 'c',
version: '3.4.1'
version: '6.0.0'
)

add_project_arguments([
Expand Down

0 comments on commit 594c72d

Please sign in to comment.