diff --git a/data/io.elementary.code.appdata.xml.in b/data/io.elementary.code.appdata.xml.in index 75dc5089b0..196d29a020 100644 --- a/data/io.elementary.code.appdata.xml.in +++ b/data/io.elementary.code.appdata.xml.in @@ -8,36 +8,12 @@ Code The editor that works -

- 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. -

-

- 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. -

-

- 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. -

-

- 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. -

-

- 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. -

-

- Additional features include: -

+

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.

+

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.

+

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.

+

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.

+

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.

+

Additional features include:

- +

New features:

  • New Markdown plugin for WYSIWYG-like editing.
  • +
  • Switch Git branches or create new ones in project folder context menus
  • +
  • Show Git diff status in source view gutters
  • Full text search within project folder.
  • +
  • Save and restore cursor position between sessions
  • +
  • Close files from a project when that project is closed
  • +
  • Show full file path in tab tooltips
  • +
  • Clear lines with Ctrl + K

Minor updates:

  • Allow Spell Checker extension in Markdown files
  • +
  • Improve multi-line duplication
  • Remember whether the sidebar is open
  • +
  • Set window title to the focused file
  • Add keyboard shortcuts for next and previous documents
  • Show full document path in tab tooltip
  • +
  • Update Pastebin plugin
  • +
  • Corrently indent last line when using the preserve whitespace plugin
  • +
  • Keep syntax highlighting when duplicating a file
  • +
  • Expand a collapsed folder if you attempt to open it twice
  • +
  • Fix an issue where searches are lost when Code loses focus
  • +
  • Start Vim plugin in command mode
  • +
  • Fix and add new Vim commands
  • +
  • Show project folders with a hidden root folder
  • +
  • Allow launching with pkexec and disallow launching with sudo
  • +
  • Remove split view
  • +
  • Remove browser preview
  • +
  • Updated translations
diff --git a/data/screenshot-dark.png b/data/screenshot-dark.png index 64562136ff..899e941b2c 100644 Binary files a/data/screenshot-dark.png and b/data/screenshot-dark.png differ diff --git a/data/screenshot.png b/data/screenshot.png index c2ae588bf6..8b6eb2d8d9 100644 Binary files a/data/screenshot.png and b/data/screenshot.png differ diff --git a/meson.build b/meson.build index 40bc01635e..e41e9a93a5 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'io.elementary.code', 'vala', 'c', - version: '3.4.1' + version: '6.0.0' ) add_project_arguments([