Misterio77 / flavours

🎨💧 An easy to use base16 scheme manager that integrates with any workflow.
MIT License
501 stars 29 forks source link

Replace between start and end no longer works with version 0.7.0 #78

Closed tbethe closed 1 year ago

tbethe commented 1 year ago

Every singe item in my flavours config that does not use a full rewrite but a replace between start and end no longer works.

Parsing the start and end is not an issue, but when it writes back the new scheme, a newline is omitted, meaning that the following is written:

# Start flavours

(omitted)

    - { index: 19, color: '0xe0ccd1' }
    - { index: 20, color: '0x665055' }
    - { index: 21, color: '0x42383a' }# End flavours

The next time I run flavours apply it cannot find he end.

Misterio77 commented 1 year ago

Thanks for the report! Oversight on my part, I'll fix this ASAP.

Misterio77 commented 1 year ago

Should be fixed in v0.7.1