Skip to content
This repository has been archived by the owner on Apr 27, 2020. It is now read-only.

Releases: milikhin/seabass

v0.5.1

22 Sep 06:51
Compare
Choose a tag to compare

Changelog:

  • Updated dependencies

v0.5.0

22 Jul 05:31
Compare
Choose a tag to compare

Changelog:

  • Improved UX within the File tree (selecting project directory is now much more straightforward)
  • Implemented complete ChromiumOS support
  • Updated dependencies
  • Suru icons are now the only icons used everywhere

v0.4.8

04 Jun 13:12
Compare
Choose a tag to compare

Changelog:

  • File tree now shows hidden files
  • Added Copy/Cut/Paste support for touchscreen

v0.4.7

03 Jun 15:02
Compare
Choose a tag to compare

Changelog:

  • App is now resized properly when on-screen keyboard is visible
  • Minimized binaries, maybe slightly improved startup time
  • Fixed issues with saving cyrillic symbols incorrectly
  • Updated dependencies, CodeMirror is now built from official repo
  • Fixed minor issues with editor buttons behavior

v0.4.6

25 May 12:08
Compare
Choose a tag to compare

Changelog:

  • Fixed UI scaling and tooltip positioning.

v0.4.5

24 May 12:01
Compare
Choose a tag to compare

Changelog:

  • Updated styling.

v0.4.4

22 May 17:46
Compare
Choose a tag to compare

Changelog:

  • Updated styling

v0.4.3

21 May 14:18
Compare
Choose a tag to compare

Changelog:

  • Added autocompletion support for hardware keyboards (Ctrl + Space).
  • Autocomplete. Added language-specific support for .js, .html, .css, .sql files. Added basic support (autocompletion based on already used words within the file) for all other file types.
  • Few UI tweaks for phone layout.

v0.4.2

14 May 07:01
Compare
Choose a tag to compare

Changelog:

  • Updated UI components. Improved on-screen keyboard support, implemented new context menu for the file tree
  • Bugfixes. Corrected file paths in dialog windows
  • Restructured About and Help sections. Added license info for used UI components

v0.4.1

16 Mar 15:47
Compare
Choose a tag to compare

Changelog:

  • Code beautifier: add support for .ejs, .jsx, .less, .scss files;
  • Minor UI bug fixes.