Skip to content

Releases: Cogitri/Tau

Release 0.5.1

14 Feb 14:56
Compare
Choose a tag to compare

Changes in v0.5.1

Feature changes

  • No new features

Bugfixes

  • (meson): fix build with appstream-utils

Release 0.5.0

13 Feb 22:49
Compare
Choose a tag to compare

Feature changes

(shared_queue): more verbose trace logging
(main_win): use a thread to handle CoreMsgs instead of add_idle
(main): display error window if xi-editor crashes
(edit_view): add newline to end of the file if it doesn't terminate with one
(edit_view): only draw trailing spaces
(shared_queue): also use for sending stuff to xi
(gettext): build against system gettext

Bugfixes

(prefs_win): use pango::SCALE instead of hardcoding 1024
(edit_view): we don't ship the Inconsolata font anymore
(main): set config dir correctly
(prefs_win): fix choosing font size
(edit_view): fix scrollbar adjustment
(main_win): better CoreMsg trace msgs
(pref_storage): don't implement Clone for Config
(main): fix loading config
(main): don't load config twice
(linecache): fix linecount for wrapped lines
(ui): re-enable word wrapping, it's pretty complete now
(pref_storage): DO NOT clone Config to make sure it's consistent across different windows
(edit_view): send 'resize' to xi upon allocating a new size
(rpc): correctly handle measure_width
(meson): only validate appstream if appstream-util is recent enough

Release 0.4.6

30 Jan 22:01
Compare
Choose a tag to compare

Fix hangs during startup, add 'Replace...' button and shortcut. Adds an option to visually draw spaces/tabs. Also re-implements the way we send messages to xi-editor, reducing the amount of unsafe code significantly.

Release 0.4.5

27 Jan 00:20
Compare
Choose a tag to compare

This release's major change is that gxi now uses FileChooserNative instead of FileChooserDialog. This fixes file choosing in flatpak. It also adds some basic error checking for file operations and makes the release scripts prettier.

Release 0.4.4

24 Jan 23:12
Compare
Choose a tag to compare

Notable changes:

  • Determine default font from GSettings
  • Add icon

Release 0.4.3

23 Jan 23:02
Compare
Choose a tag to compare

Notable changes in this release:

  • Use GSettings instead of GtkXiConfig (via a TOML file)
  • add an appdata.xml file
  • update deps. This fixes the build on i686

Release 0.4.2

22 Jan 22:35
Compare
Choose a tag to compare
  • Updates xi-editor; adding support for syntax highlighting
  • Install a .desktop file
  • Add i18n via Gettext. Right now de_DE and pt_BR are available.
  • Add an 'about' window, with some general info about gxi

Release 0.4.1

19 Jan 17:21
Compare
Choose a tag to compare

This release only contains meson fixes:

  • add rust-target option (for cross compilation)
  • make sure to build in meson builddir

Release 0.4.0

19 Jan 14:23
Compare
Choose a tag to compare

This release contains the following changes:

  • Atomic config saving to make sure we don't end up with invalid configs
  • Fixing the scrolling speed
  • Fixing SmoothScroll
  • Offering a better font chooser
  • Adding a 'Editing' tab which offers options related to editing (e.g. tab stops)

Release 0.3.1

17 Jan 06:46
Compare
Choose a tag to compare

First patch release for 0.3.x, with the following fix(es):

  • create config dir if it doesn't exist