Lepton Versions Save

💻 Democratizing Snippet Management (macOS/Win/Linux)

v1.6.2

6 years ago

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

  • New icon by brandmark.io #168
  • Math support in markdown #216 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

v1.6.1

6 years ago

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

v1.6.0

6 years ago

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

v1.5.1

6 years ago

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

v1.5.0

6 years ago

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

6 years ago

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)

v1.4.2

6 years ago

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

1.4.1-alpha

6 years ago

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

Enhancement

v1.4.0

6 years ago

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

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

v1.3.0

6 years ago

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