8000 Comparing v1.32.6...v1.32.7 · ajaxorg/ace · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ajaxorg/ace
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.32.6
Choose a base ref
...
head repository: ajaxorg/ace
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.32.7
Choose a head ref
  • 8 commits
  • 18 files changed
  • 5 contributors

Commits on Feb 12, 2024

  1. Update index.html (#5481)

    Hiren2001 authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    ffbb6b2 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Vue mode (#5483)

    * implement vue highlight mode
    mkslanc authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    36aa1df View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Added support for 32-bit ARM assembly language (#5484)

    * Added arm assembly rules
    
    * Updated with register aliases
    
    * Some fixes
    
    Added spsr register recognition
    Fixed .asciiz recognition being seen after .ascii, missing the z
    Renamed to ARM32 instead of just ARM
    
    * Updated modelist and added kitchen-sink doc
    
    * Updated ace mode id to reflect name change to ARM32
    myriath authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    fb2d083 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Configuration menu
    Copy the full SHA
    6862dbe View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Updates to ARM assembly highlighting (#5489)

    Updated highlighting to match many more instructions and conditions
    Updated kitchen-sink to have a large list of instructions containing at least one of every condition as well as every instruction
    myriath authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    54cbc5e View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. fix: swap blue/red in cloudeditor themes to reduces usage of red (#5492)

    Some users reported that the usage of red for variables could be confusing because users associate red with errors in their code. This swaps blue and red in the themes to reduce the usage of red. As a follow-up we could reduces the bright red-ness of our red to reduce the association with errors.
    akoreman authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    0e8f549 View commit details
    Browse the repository at this point in the history
  2. Add TypeScript types for modelist extension (#5467)

    * Add TypeScript types for modelist extension
    
    * Exclude extRe property from Mode type
    nwalters512 authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    c30fa91 View commit details
    Browse the repository at this point in the history
  3. release v1.32.7

    akoreman committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    d296fd4 View commit details
    Browse the repository at this point in the history
Loading
0