This repository has been archived by the owner on May 20, 2020. It is now read-only.
Releases: GaurangTandon/ProKeys
Releases · GaurangTandon/ProKeys
v3.1.1
Refer github change log for details.
v3.1.0
Fixes 32 issues and took nearly 10 months to finish! Phew! There's too many of changes to list, please see the github changelog
ProKeys v3.0.0
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
Update change_log.md
v2.6.2
- improvements in speed
- fix for multiline bold elements not working
- complete change in setup of snippets/placeholder working
ProKeys v2.6.0
- 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
- changes in links to the tryit editor in Help section
- fix super ugly bug of "Search" button in popup
ProKeys v2.5.3
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/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/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!