Skip to content

Releases: hackjutsu/Lepton

Lepton v1.6.2 Released!

07 Apr 05:21
Compare
Choose a tag to compare

Lepton is FREE.
If you like it, just STAR it ;)

Donation
We don't accept donation personally. If you like, feel free to donate to Wikimedia Foundation, which helps sustain free knowledge through Wikipedia and its sister projects for people around the world.

New features

screen shot 2018-04-04 at 8 36 33 pm

Bug fixed

  • Invalid tokens in filename fail the snippet creation/update silently. #275
  • cmd + e not working after returning from the immersive mode. #276

Enhancement

  • Add cmd + esc as a shortcut to exit the code editor.
  • Add cmd + s as a shortcut to save(submit) the new/edit gists. #177
  • Indicator(Icon) for secret snippets. #153 (by @yihan-us )
  • Make small adjustments to menu & style.
  • New config for the editor in .leptronrc. (.leptonrc template)
    "editor" : {
        "tabSize": 4
    }

Platforms

macOS

  • Lepton-1.x.x-mac.zip
  • Lepton-1.x.x.dmg

Windows

  • Installer
    • Lepton-Setup-1.x.x.exe (32 bit + 64 bit)
      • Appropriate arch will be installed automatically.
  • 7z
    • Lepton-1.x.x-win.7z (64 bit)
    • Lepton-1.x.x-ia32-win.7z (32 bit)

Linux

Lepton v1.6.1 Released!

23 Mar 05:18
Compare
Choose a tag to compare

Lepton is FREE.
If you like it, just STAR it ;)

Donation
We don't accept donation personally. If you like, feel free to donate to Wikimedia Foundation, which helps sustain free knowledge through Wikipedia and its sister projects for people around the world.

New feature

  • Auto update #141
    • Lepton should be able to automatically update itself in future releases.
    • Let us know if you meet any bug during updating. (Need testing on Win/Linux)
  • A mini dashboard for gist stats #273
    • Shortcut: Cmd/Ctrl + D
    • jietu20180321-231904 2x

Bug fix

  • Search Index not updated after editing the file names #272

Platforms

macOS

  • Lepton-1.x.x-mac.zip
  • Lepton-1.x.x.dmg

Windows

  • Installer
    • Lepton-Setup-1.x.x.exe (32 bit + 64 bit)
      • Appropriate arch will be installed automatically.
  • 7z
    • Lepton-1.x.x-win.7z (64 bit)
    • Lepton-1.x.x-ia32-win.7z (32 bit)

Linux

Lepton v1.6.0 Released!

17 Mar 04:48
Compare
Choose a tag to compare

Lepton is FREE.
If you like it, just STAR it ;)

Donation
We don't accept donation personally. If you like, feel free to donate to Wikimedia Foundation, which helps sustain free knowledge through Wikipedia and its sister projects for people around the world.

New feature

  • GitHub Enterprise support #54
    • Need to be enabled from .leptonrc. (template)
    • Need to generate a token with Gist permission enabled yourself.
    "enterprise": {
        "enable": true,
        "host": "github_enterprise_host",
        "token": "token_with_gist_enabled",
        "avatarUrl": "optional_avatar_url"
    }

Bug fix

  • undefined pinned tags from local preference crash the app during launch #252
  • ESC will no longer dismiss the Gist editor dialog #269 #162

Enhancement

  • Small adjustment to the #link and #share buttons
  • Upgrade to React 16 #229
  • Upgrade to Webpack 4
  • Publish snap pacakge for Linux (@popey)

Platforms

macOS

  • Lepton-1.x.x-mac.zip
  • Lepton-1.x.x.dmg

Windows

  • Installer
    • Lepton-Setup-1.x.x.exe (32 bit + 64 bit)
      • Appropriate arch will be installed automatically.
  • 7z
    • Lepton-1.x.x-win.7z (64 bit)
    • Lepton-1.x.x-ia32-win.7z (32 bit)

Linux

Lepton v1.5.1 Released!

28 Dec 05:48
Compare
Choose a tag to compare

Lepton is FREE.
If you like it, just STAR it ;)

Donation
We don't accept donation personally. If you like, feel free to donate to Wikimedia Foundation, which helps sustain free knowledge through Wikipedia and its sister projects for people around the world.

Bug Fix

  • The app crashes if profile image caching fails. #246
  • Print out the expected path for .leptonrc and the resolved configs. #247
  • Very long lines make right-side buttons inaccessible (@DNLHC#236

New Feature & Enhancement

  • Snippet Sorting (configured from .leptonrc) #242
  • Hide other than close the app window when users click 'x' button on macOS #235

Platforms

macOS

  • Lepton-1.x.x-mac.zip
  • Lepton-1.x.x.dmg

Windows

  • Installer
    • Lepton-Setup-1.x.x.exe (32 bit + 64 bit)
      • Appropriate arch will be installed automatically.
  • 7z
    • Lepton-1.x.x-win.7z (64 bit)
    • Lepton-1.x.x-ia32-win.7z (32 bit)

Linux

Lepton v1.5.0 Released!

11 Oct 03:36
Compare
Choose a tag to compare

Lepton is FREE.
If you like it, just STAR it ;)

Donation
We don't accept donation personally. If you like, feel free to donate to Wikimedia Foundation, which helps sustain free knowledge through Wikipedia and its sister projects for people around the world. You are welcome to create an issue to share how much you have contributed.

Bug Fix

  • Fixed the bug where some users fail to log in at the second launch. #143 (by @hackjutsu)
  • Fixed a crash when closing the app after launching quickly. #230 (by @hackjutsu)
  • Fixed a bug where users cannot remove the first segment for each gist #218 (by @hackjutsu)

New Feature & Enhancement

  • Configure Lepton from <home>/.leptronrc. (template)(by @hackjutsu)
    • snippet expansion [true|false] #192
    • log level [info|debug] #197
    • new snippet private by default [true|false] #130
  • Restore the tag section expansion status when launching #224 (by @hackjutsu)
  • Fetch the pages of gists concurrently other than sequentially. (by @hackjutsu)
  • Add close button to About Page. #142 (by @hackjutsu)

Platforms

macOS

  • Lepton-1.x.x-mac.zip
  • Lepton-1.x.x.dmg

Windows

  • Installer
    • Lepton-Setup-1.x.x.exe (32 bit + 64 bit)
      • Appropriate arch will be installed automatically.
  • 7z
    • Lepton-1.x.x-win.7z (64 bit)
    • Lepton-1.x.x-ia32-win.7z (32 bit)

Linux

1.4.3-alpha-10

23 Sep 19:59
Compare
Choose a tag to compare
1.4.3-alpha-10 Pre-release
Pre-release

Bug Fix

  • Fixed the bug where some users fail to log in at the second launch. #143 (by @hackjutsu)
  • Fixed a crash when close the app after the launch quickly. #230 (by @hackjutsu)

New Feature & Enhancement

  • Configure Lepton from <home>/.leptronrc. (template)(by @hackjutsu)
    • snippet expansion [true|false] #192
    • log level [info|debug] #197
    • new snippet private by default [true|false] #130
  • Restore the tag section expansion status when launching #224 (by @hackjutsu)
  • Fetch the pages of gists concurrently other than sequentially. (by @hackjutsu)
  • Add close button to About Page. #142 (by @hackjutsu)

Lepton 1.4.2 Released!

16 Sep 19:02
Compare
Choose a tag to compare

Lepton is FREE.
If you like it, just STAR it ;)

Donation
We don't accept donation personally. If you like, feel free to donate to Wikimedia Foundation, which helps sustain free knowledge through Wikipedia and its sister projects for people around the world. You are welcome to create an issue to share how much you have contributed.

New Features

Bugs fixed

Enhancement

Platforms

macOS

  • Lepton-1.4.2-mac.zip
  • Lepton-1.4.2.dmg

Windows

  • Installer
    • Lepton-Setup-1.4.2.exe (32 bit + 64 bit)
      • Appropriate arch will be installed automatically.
  • 7z
    • Lepton-1.4.2-win.7z (64 bit)
    • Lepton-1.4.2-ia32-win.7z (32 bit)

Linux

Lepton 1.4.1-alpha Released!

06 Sep 07:00
Compare
Choose a tag to compare
Pre-release

Lepton is FREE.
If you like it, just STAR it ;)

Donation
We don't accept donation personally. If you like, feel free to donate to Wikimedia Foundation, which helps sustain free knowledge through Wikipedia and its sister projects for people around the world. You are welcome to create an issue to share how much you have contributed.

This is an alpha release with the latest features & bugs fix.

New Features

Bugs fixed

  • Occasional JavaScript Error when launch the app #132 (by @hackjutsu)
  • Line numbers are occasionally taking 2 lines when >99 #196 (by @hackjutsu)

Enhancement

Lepton 1.4.0 Released!

14 Aug 03:59
Compare
Choose a tag to compare

screenshot-1

Lepton is FREE.
If you like it, just STAR it ;)

Donation
We don't accept donation personally. If you like, feel free to donate to Wikimedia Foundation, which helps sustain free knowledge through Wikipedia and its sister projects for people around the world. You are welcome to create an issue to share how much you have contributed.

New Feature

Enhancement

  • [DNLHC] Improve the style for horizontal navigation bar: #154
  • [DNLHC] Set max-height for expanded tag section: #157
  • [DNLHC] Improve snippet panel's paddings: #156
  • [DNLHC] Improve sync progress bar style: #158
  • [cixuuz] Adopt Webpack 3: #165
  • [cixuuz] Acknowledge Evil icons: #160
  • [YYSU] Fix broken link for Lepton's license file: #138

Platforms

macOS

  • Lepton-1.4.0-mac.zip
  • Lepton-1.4.0.dmg

Windows (x64)

  • Lepton-Setup-1.4.0.exe
  • Lepton-1.4.0-win.7z

Linux

Lepton 1.3.0 Released!

03 Jun 07:03
Compare
Choose a tag to compare

Twitter style tags!

Now we can use either the legacy tag style

This is an awesome gist #tags: Jupiter, Saturn, Mars

or the new Twitter tag style

This is an awesome gist about #Jupiter, #Saturn and #Mars

If Lepton sees the reserved keyword #tags:, it assumes the gist is tagged in the legacy way.

Demo

Platforms

macOS (pick up either format you like)

  • Lepton-1.3.0-mac.zip
  • Lepton-1.3.0.dmg

Windows

  • Lepton-Setup-1.3.0.exe

Linux

  • Lepton-1.3.0-x86_64.AppImage