8000 Tags · greatmazinger/oni · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: greatmazinger/oni

Tags

v0.3.9

Toggle v0.3.9's commit message
Merge branch 'master' into staging

v0.3.8

Toggle v0.3.8's commit message
Merge branch 'master' into staging

v0.3.7-beta3

Toggle v0.3.7-beta3's commit message
Release 0.3.7-beta3

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

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

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

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

v0.3.7-beta2

Toggle v0.3.7-beta2's commit message
 - WebGL Renderer Ligatures (@cryza, onivim#2560)

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

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

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

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

v0.3.7-beta

Toggle v0.3.7-beta's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Hook up showing files in hidden folders in QuickOpen. (onivim#2531)

* Hook up showing files in hidden folders in QuickOpen.

* Lets enable by default.

v0.3.6

Toggle v0.3.6's commit message
Merge branch 'master' into stable

v0.3.5

Toggle v0.3.5's commit message
Merge branch 'master' into stable

v0.3.4

Toggle v0.3.4's commit message
Merge branch 'master' into stable

v0.3.3-1

Toggle v0.3.3-1's commit message
Merge branch 'master' into stable

v0.3.3

Toggle v0.3.3's commit message
Add Patrick Massot as a backer - thank you! :)

0