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

Releases: onivim/oni

v0.3.9

17 Dec 16:32
Compare
Choose a tag to compare

v0.3.9

Fixes:

  • #2682 - Fix #2669 & #2396 - Failure to start Neovim on OSX Mojave
  • #2683 - Fix unable to open a new file via CLI (thanks @samvv !)
  • #2584 - Fix issue when Oni is started with a number as a parameter (thanks @borjarus and @Akin909 !)
  • #2650 - Fix React/Redux devtools (thanks @borjarus !)
  • #2640 - Fix dynamic import for shell env (thanks @Akin909 )
  • #2647 - Fix editsToUse in LSP WorkspaceEdit response (thanks @Siprj and @Akin909 !)
  • #2638 - De-duplicate completion items + improve sorting (thanks @feltech and @Akin909 !)
  • #2634 - Retry symbol search whilst language server is still initializing (thanks @feltech & @Akin909 !)
  • #2634 - Reapply syntax highlighting on onColorscheme autocmd (thanks @Akin909 !)
  • #2614 - Remeasure window on commandline hide/show (thanks @Akin909 !)
  • #2632 - Highlight first item in menus upon filtering (thanks @feltech and @Akin909 !)
  • #2633 - Fix updating detailed completion for overloaded methods (thanks @feltech and @Akin909 !)
  • #2624 - Only send completionItem/resolve if supported (thanks @feltech and @Akin909 !)
  • #2577 - Increase InputManager MAX_CHORD_SIZE to prevent swallowing keys with fast typing (thanks @Pireax and @Akin909 !)
  • #2600 - Fix classnames source in yarn.lock file (thanks @Prior99 and @Akin909 !)
  • #2602 - Fix completions with newer versions of vscode language server (thanks @Prior99 !)
  • #2578 - Fix visual artifacts after resize (thanks @lenenel and @CrossR !)

Features:

  • #2585 - Make tab bar border-bottom themable (thanks @Akin909 !)
  • #2605 - Fix incorrect window positions passed to buffer layers (thanks @Akin909 !)
  • #2582 - Add Vue textmate grammar (thanks @Akin909 !)

Dependencies:

  • #2619 - Update oni-fontkit version to fix broken ligatures (thanks @cryza !)

Documentation:

v0.3.7-beta3: Release 0.3.7-beta3

02 Oct 03:37
Compare
Choose a tag to compare
Features:
- WebGL Renderer Ligatures (@Cryza, #2560)
- Extra Highlight/Cell info (@CrossR, #2566)
- Add Bookmarks menu (@Akin909, #2554)
- Expand word tutorial to include W, E, B (@keforbes, #2357)
- Git VCS provider (@Akin909, #1310 #2441)
- Add Sessions (@Akin909, #2479)
- Add commands to jump to previous/next error (@psxpaul, #2526)
- Explorer: Locate Current Buffer (@feltech, #2429)
- Add a 'find in files' quick-menu (@TalAmuyal, #2315)
- Color layer (@Akin909, #2413)
- Indent guide lines (@Akin909, #2344)
- Create tutorial for the dot command (@keforbes, #2358)

Changes:
- QuickOpen: Show files in hidden folders (@CrossR, #2531)
- Reduce scroll threshold (@jaanauati, #2551)
- Switch reasonml textmate grammar (@Akin909, #2579)
- Change token format to match vscode (@Akin909, #1705)
- Allow Sidebar to be Disabled (@CrossR, #2343)
- Add elixir syntax (@colbydehart, #2325)
- Add csharp textmate grammar (@MattMcLennan, #2539)
- Spacing of elements in the explorer sidebar (@GoAwayPeter, #2511)
- Jump to files/directories created in the Explorer (@feltech, #2468)
- Markdown Syntax Highlights (@CrossR, #2332)
- Click and drag scrollbar (@jordan-arenstein, #2431)
- Add dracula theme (@AlexanderElias, #2408)
- Toggle plugins pane in the sidebar (@jordan-arenstein, #2417)
- Display an icon on non-win32 machines (@cbosdo, #2363)
- Use local prettier (@Akin909, #2360)
- Remove commandline timeout (@Akin909, #2334)
- Sort out CLI for Oni (@CrossR, #2372)
- Allow ONI_NEOVIM_PATH to be used on any platform (@CrossR, #2389)

Fixes:
- Upgrade electron to 2.0.8 to fix glibc version issue (@psxpaul, #2555)
- Autocomplete/Suggestions don't scroll (@psxpaul, #2529)
- Tabs focus state border regression (@Akin909, #2558)
- Explorer scroll flickering (@Akin909, #2182)
- Pasting in command line mode (@psxpaul, #2528)
- CURRENT_MONTH Snippet variable. (@CrossR, #2530)
- Stabilize welcome screen (@Akin909, #2522)
- Truncated copy/paste (@psxpaul, #2515)
- Color highlight improvements (@Akin909, #2447)
- <f12> opens in current tab (@psxpaul, #2504)
- Buffer scrollbar fixes (@Akin909, #2495)
- Sidebar search (@TalAmuyal, #2489)
- Empty Workspace fixes (@CrossR, #2353)
- Indent lines improvements (@Akin909, #2446)
- Oni does not correctly locate executables (@psxpaul, #2440)
- Render indent lines at correct levels (@Akin909, #2433)
- Close tooltip on scroll (@Akin909, #2428)
- Quit the application with Cmd + Q (@ackey, #2404)
- Add indents to every line in the snippet. (@CrossR, #2394)
- Custom coloring option of dirty-marker (@wheyerstrass, #2397)
- Allow for generalised indent handling (@Akin909, #2375)
- Windows isn't shown on initial launch (@bryphe, #2380)
- Devtools keyboard shortcuts not working on OSX (@psxpaul, #2390)
- Error when using Open With option in OSX finder (@psxpaul, #2366)

Internal:
- Add Content Security Policy (@bryphe, #2288)
- Reduce app folder size. (@CrossR, #2392)

v0.3.7-beta2

27 Sep 19:50
Compare
Choose a tag to compare

Features

Changes

Fixes

  • Upgrade electron to 2.0.8 to fix glibc version issue (@psxpaul, #2555)
  • Autocomplete/Suggestions don't scroll (@psxpaul, #2529)
  • Tabs focus state border regression (@Akin909, #2558)
  • Explorer scroll flickering (@Akin909, #2182)
  • Pasting in command line mode (@psxpaul, #2528)
  • CURRENT_MONTH Snippet variable. (@CrossR, #2530)
  • Stabilize welcome screen (@Akin909, #2522)
  • Truncated copy/paste (@psxpaul, #2515)
  • Color highlight improvements (@Akin909, #2447)
  • opens in current tab (@psxpaul, #2504)
  • Buffer scrollbar fixes (@Akin909, #2495)
  • Sidebar search (@TalAmuyal, #2489)
  • Empty Workspace fixes (@CrossR, #2353)
  • Indent lines improvements (@Akin909, #2446)
  • Oni does not correctly locate executables (@psxpaul, #2440)
  • Render indent lines at correct levels (@Akin909, #2433)
  • Close tooltip on scroll (@Akin909, #2428)
  • Quit the application with Cmd + Q (@ackey, #2404)
  • Add indents to every line in the snippet. (@CrossR, #2394)
  • Custom coloring option of dirty-marker (@wheyerstrass, #2397)
  • Allow for generalised indent handling (@Akin909, #2375)
  • Windows isn't shown on initial launch (@bryphe, #2380)
  • Devtools keyboard shortcuts not working on OSX (@psxpaul, #2390)
  • Error when using Open With option in OSX finder (@psxpaul, #2366)

Internal

v0.3.6

22 Jun 20:28
Compare
Choose a tag to compare

image

Oni v0.3.6

Thanks to those who contributed to this release:

And THANK YOU to all our Backers!

Oni is open-source and independently funded, and wouldn't be here without your support. ❤️

Become a patron

v0.3.5

21 Jun 19:21
Compare
Choose a tag to compare
v0.3.5 Pre-release
Pre-release

v0.3.4

03 May 16:40
Compare
Choose a tag to compare

screenshot-win32 16

Oni v0.3.4

Thanks to those who contributed to this release:

And THANK YOU to all our Backers!

Oni is open-source and independently funded, and wouldn't be here without your support. ❤️

Become a patron

v0.3.3

28 Apr 02:08
Compare
Choose a tag to compare
v0.3.3 Pre-release
Pre-release

v0.3.2

03 Apr 00:10
Compare
Choose a tag to compare

screenshot-win32 16

Oni v0.3.2

Thanks to those who contributed to this release:

Great to see some new first time contributors!

And THANK YOU to all our Backers!

Oni is open-source and independently funded, and wouldn't be here without your support. ❤️

Become a patron

v0.3.1

11 Mar 20:15
Compare
Choose a tag to compare

screenshot-darwin

Oni v0.3.1

Thanks to those who contributed to this release:

Great to see some new first time contributors! ❤️

And thanks to our backers & sponsors:

Oni is free, open source, and independently funded. This means we need your help to keep the project alive!

Please consider supporting the project via:

v0.3.0

12 Feb 15:54
Compare
Choose a tag to compare

screenshot-darwin 3

Oni v0.3.0

Thanks to our contributors:

And thanks to our backers & sponsors:

Oni is free, open source, and independently funded. This means we need your help to keep the project alive!

Please consider supporting the project via: