Skip to content

Releases: marc2332/valin

v0.0.15

06 Oct 20:36
cedfa22
Compare
Choose a tag to compare
chore: Bump to 0.0.15 and bump freya

v0.0.14

06 Oct 09:32
5ef933e
Compare
Choose a tag to compare
chore: Bump to 0.0.14 and bump freya

v0.0.13

05 Oct 12:12
a0a521b
Compare
Choose a tag to compare
  • Updated freya

v0.0.12

25 Aug 15:47
6bbf1e1
Compare
Choose a tag to compare
  • Use experimental incremental rendering -> marc2332/freya#811
  • Prevent unnecessary clone-on-write of ropes
  • Small UI improvements and tweaks
  • Fix SVG rendering randomly breaking on Linux (#52)

Full Changelog: v0.0.11...v0.0.12

v0.0.11

17 Jun 20:54
204a9ed
Compare
Choose a tag to compare

Full Changelog: v0.0.10...v0.0.11

Mainly updated with the latest changes from Freya, so, better text editing, less bugs and more stability and performance.

v0.0.10

02 Jun 19:25
9e16efa
Compare
Choose a tag to compare

Just a small fix.

v0.0.9

02 Jun 17:56
e46289c
Compare
Choose a tag to compare

recently made some fixes, performance improvements and new features to the text editing in freya

  • delete selected text when using backspace or delete key
  • delete text with the delete key
  • select all text with ctrl-a (meta in mac)
  • support editing text with emojis, chinese characters, etc
  • text selection should now be faster and not lag over time (there was abug for this)
  • text can now be selected by using the shift key and then clicking with the mouse
  • I also refactored the internals to make things simpler and less bug prone, obviously added a bunch of new tests

v0.0.8

19 May 21:05
0320096
Compare
Choose a tag to compare
  • Some UI improvements and fixes
  • Updated freya
  • Revamped the Commander

image

Full Changelog: v0.0.7...v0.0.8

v0.0.7

11 May 16:51
f125f7a
Compare
Choose a tag to compare
  • Redesigned the Status Bar, Files Explorer and tabs
  • Fixed some font size shortcuts reactivity
  • Fixed undo and redo shortcuts
  • Smooth scrolling for the text editor
  • Removed the Sidebar
  • Settings editor
  • More syntax is now highlighted
  • Display with · the leading spaces
  • Lot of internal code has been improved

demo

v0.0.6

05 May 20:11
04a9443
Compare
Choose a tag to compare

Just a small fix.