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

Releases: GaurangTandon/ProKeys

v3.1.1

07 Mar 02:48
Compare
Choose a tag to compare

Refer github change log for details.

Compressed.zip

v3.1.0

04 Feb 11:38
Compare
Choose a tag to compare

Fixes 32 issues and took nearly 10 months to finish! Phew! There's too many of changes to list, please see the github changelog

v3.1.0 compressed and linted.zip

ProKeys v3.0.0

27 May 10:02
Compare
Choose a tag to compare

Released on 27 May 2016

  • made snippet handling OOP, added folder suppet
  • logo redesign (thanks Varun!)
  • removed snippets popup, listing snippets in options page now
  • completely redesigned the options page, made responsive till 200% zoom
  • fixed: #3
  • first install should open popup box directly and give a greeting message/explaining 3.0.0 changes - done
  • fix for certain keycodes not corresponding with their actual key name (in hotkey feature) - fixed for numpad keys, comma and backtick; UNCHECKED for other OS; https://jsfiddle.net/zvtrn4vc/
  • remove case-sensitivity for snippet names
  • two digit year date/time macro added
  • removed snippet character limits
  • changed "Restore" backup to <input type="file">
  • removed googleBool in setText
  • removed delete dialog, replaced with simple window.alert
  • added export, import, past revisions buttons in the Snippet page
  • added past edited, added, deleted snips restore facility
  • removed bannedElementNodes String array, which was an attempt to fix issue #3
  • create uniformity in naming convention - "name" and "body" only; eliminate "long" and "short"
  • create uniformity in css class naming regarding dash and underscore - all switched over to underscore
  • if the user accidentally presses the completing parenthesis [')'] out of habit then prokeys should delete a ')' to give ['()'] instead of ['())'] - only valid when user does not insert any char in between
  • remove blocking of ReactJS elements
  • removed the condition [][word] in Generic.isValidName which made special fixes for snippet names like "constructor"

v3.0.0beta

16 Apr 07:29
Compare
Choose a tag to compare
v3.0.0beta Pre-release
Pre-release
Update change_log.md

v2.6.2

26 Oct 10:37
Compare
Choose a tag to compare
  • improvements in speed
  • fix for multiline bold elements not working
  • complete change in setup of snippets/placeholder working

ProKeys v2.6.0

07 Oct 03:56
Compare
Choose a tag to compare
  • shorter image names
  • minified images - saving nearly 10 KB :)
  • new Google Plus logo in About page
  • fix for excessive CPU usage issue
  • disabled ProKeys for input boxes using ReactJS (they possess reactid in dataset)
  • refactored detector.js code and others with ESLint
  • fix for bug when pressing hotkey while having some text selected
  • fix for GitHub, JSFiddle, and other sites which use their own editor (CodeMirror, ace, etc. which interferes with ProKeys)

ProKeys v2.5.4

14 Aug 15:55
Compare
Choose a tag to compare
  • changes in links to the tryit editor in Help section
  • fix super ugly bug of "Search" button in popup

ProKeys v2.5.3

06 Jul 07:01
Compare
Choose a tag to compare

06/07/2015

  • changes to symbol list order (small to large time duration)
  • super bug fix for mathomania!
  • quick bug fixes
  • refactored popup.js code with bling.js
  • help page is now the default page in options.html

ProKeys v2.5.2

05 Jul 13:12
Compare
Choose a tag to compare

05/July/2015

  • support for date and time arithmetic, relative as well as independent
  • organized symbols, variables into a clean table
  • organized sample snippets; new sample snippet - “letter”
  • introduced TryIt editor

ProKeys 2.5.1

04 Jul 11:20
Compare
Choose a tag to compare

04/07/2015

  • fixed a strange issue where on empty snippet was initially shown on install
  • added case-sensitive notice to snippet name
  • Nice notifications for install and update
  • injecting script automatically on install on most webpages
  • sync storage support
  • tab key space support removed for input elements
  • added "MM" symbol for numeric month in date-time macros
  • added “Variables” concept
  • improved restore functionality with descriptive error messages
  • severe code refactoring to show off on GitHub!