-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(main): release 1.0.0 #1
Merged
mehalter
merged 1 commit into
main
from
release-please--branches--main--components--astrocore
Apr 1, 2024
Merged
chore(main): release 1.0.0 #1
mehalter
merged 1 commit into
main
from
release-please--branches--main--components--astrocore
Apr 1, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
f6312b8
to
64bd09c
Compare
64bd09c
to
c963a5a
Compare
c9254dc
to
27ee1f1
Compare
c963a5a
to
6c9fb82
Compare
3067761
to
743973c
Compare
6c9fb82
to
003ab74
Compare
003ab74
to
8843504
Compare
ba923ae
to
0ef94db
Compare
2754f3b
to
db3eb57
Compare
9248290
to
422f6a4
Compare
422f6a4
to
2dd0b25
Compare
5ec2f8e
to
03a03c5
Compare
a5632da
to
01c467f
Compare
48d4c11
to
b0e01cb
Compare
37a09c1
to
c0609d6
Compare
3642489
to
070d4d5
Compare
7b66780
to
a15deb6
Compare
a15deb6
to
288b2ac
Compare
🤖 Release is at https://github.com/AstroNvim/astrocore/releases/tag/v1.0.0 🌻 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🤖 I have created a release beep boop
1.0.0 (2024-03-20)
⚠ BREAKING CHANGES
get_hlgroup
now available in AstroUIfeatures.max_file
tofeatures.large_buf
list_insert
andload_plugin_with_func
alpha_button
function since alpha provides it's ownastrocore.buffer.comparator
astrocore.utils
to rootastrocore
moduleFeatures
on_load
function to execute a function when a plugin loads (254a94d)silent
to default keymap options (11af187)vim.fn.sign_define
andvim.diagnostic.config
support (184bd90)wslview
support tosystem_open
(6a79c20)on_load
to easily just load another plugin (ca29e21)on_load
(720bf6b)vim.filetype.add
(51ac59f)lua_ls
(63ed189)false
to disable autocmds, commands, or on_key functions (38991f9)large_buf
to be set tofalse
to disable detection (ac0f0bd)wipe
function to fully wipe a buffer (685da23)close_tab
to close a specific tabpage (1b57b25)features.max_file
tofeatures.large_buf
(e2df9f0)event
function more extendable (4708247)list_insert
andload_plugin_with_func
(1c7fcd5)buffer_indent_guides
toggle (515d5f3)on_load
to load which-key queue automatically (be8c860)Bug Fixes
bd
usage whenbufnr
is 0 (ec82070)on_exit
passed to custom toggle terminal (08f73ce)rooter
settings (36aa11d)astrocore
(771930c)mini.indentscope
(526cbc3)reload
function for newoptions
structure (b8e8a9b)explorer.exe
instead ofwslview
in WSL (495f339)Performance Improvements
list_insert_unique
(58b832d)Reverts
list_insert_unique
andload_plugin_with_func
back to taking lists instead of variable arguments (1f3ae05)Miscellaneous Chores
Code Refactoring
astrocore.buffer.comparator
(8651582)astrocore.utils
to rootastrocore
module (60d9aaf)alpha_button
function since alpha provides it's own (484de60)get_hlgroup
now available in AstroUI (3ff32fb)This PR was generated with Release Please. See documentation.