Skip to content

Commit

Permalink
deprecate the old numerical encoding, move to the more efficient one
Browse files Browse the repository at this point in the history
  • Loading branch information
nmsderp authored Jun 21, 2024
1 parent b104992 commit e66f5ae
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions src/lib/libraries/extensions/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -696,9 +696,9 @@ const menuItems = [
featured: true
},
{
name: 'Numerical Encoding',
extensionId: 'https://extensions.turbowarp.org/cs2627883/numericalencoding.js',
twDeveloper: 'cs2627883',
name: 'Numerical Encoding V2',
extensionId: 'https://extensions.turbowarp.org/numerical-encoding-2.js',
// tw dosen't specify who made it
iconURL: 'https://extensions.turbowarp.org/images/cs2627883/numericalencoding.svg',
insetIconURL: turbowarpIcon,
tags: ['turbowarp'],
Expand Down Expand Up @@ -1618,6 +1618,16 @@ if (IsLocal || IsLiveTests) {
featured: true,
internetConnectionRequired: true
},
{
name: 'Numerical Encoding',
extensionId: 'https://extensions.turbowarp.org/cs2627883/numericalencoding.js',
twDeveloper: 'cs2627883',
iconURL: 'https://extensions.turbowarp.org/images/cs2627883/numericalencoding.svg',
insetIconURL: turbowarpIcon,
tags: ['turbowarp'],
description: 'Encode strings as numbers for cloud variables',
featured: true
},

{
name: 'Discord Auth',
Expand Down

0 comments on commit e66f5ae

Please sign in to comment.