-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #22 from xTrayambak/auto-updater
Add autoupdater
- Loading branch information
Showing
12 changed files
with
275 additions
and
54 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,23 @@ | ||
# Lucem 2.0.1 is here! | ||
Yay. This is a hotfix release and you should update to it ASAP! | ||
|
||
**NOTICE**: Please run `lucem init` upon installing this release! | ||
# Lucem 2.1.0 is here! | ||
Yay. \ | ||
This changelog contains every feature from 2.0.2 to 2.1.0 | ||
|
||
## Fixed Bugs | ||
* Editing the configuration with `lucem shell` would result in your configuration getting borked | ||
|
||
## Thank you to all these people :3 | ||
* The Sober team for creating Sober (plox open source it so that I can rewrite it in Nim :3) | ||
* adverbialsatz for reporting the bug | ||
|
||
## Installation | ||
Run `nimble install https://github.com/xTrayambak/lucem` in your terminal. Remember, this requires a Nim toolchain with version 2.0 or higher. | ||
|
||
# Lucem 2.0.0 is here! | ||
Yay. | ||
|
||
**NOTICE**: Please run `lucem init` upon installing this release! | ||
|
||
This release rewrites a huge part of Lucem by splitting it up into three components - the lucem CLI you all know (and love? hate? I don't know!) to be more modular. | ||
|
||
# What's Changed? | ||
Lucem stands at 2.4K lines of code. | ||
|
||
## New Features | ||
* Lucem now allows you to change the renderer with the `client:renderer` backend. Correct values for this are `opengl` or `vulkan`. | ||
* Lucem now has an overlay on platforms that support it (KDE, Hyprland, Sway, Cosmic, or basically anything that isn't GNOME) | ||
* Lucem now defaults to using Sober's RPC implementation as it is better. `lucem:discord_rpc` still works as intended. | ||
|
||
## Thank you to all of these people :3 | ||
* The Sober team for creating Sober (plox open source it so that I can rewrite it in Nim :3) | ||
* AshtakaOof for beta-testing the early rewrite builds | ||
* The Flatpak command that'd install Sober would get stuck on a confirmation (2.0.2) | ||
* `lucemd` no longer causes CPU spikes (2.0.3) | ||
* `lucem_overlay` lets your compositor blur its surface (2.0.3) | ||
* Added support for the new Sober configuration interface (2.0.3) | ||
* Fixed botched symbolic icons in the settings shell (2.0.4) | ||
* Fixed arbitrary daemon sleep time (2.0.4) | ||
* Don't emit `--opengl` flag, use configuration instead (2.0.4) | ||
* Lock FPS to 60 by default, preventing coil whine (2.1.0) | ||
|
||
## Additions | ||
* Added autoupdater, this checks for updates every time Lucem is run. (2.1.0) | ||
* You can now update Lucem by running `lucem update`. (2.1.0) | ||
* Added update alert that shows up every time a new release is available. (2.1.0) | ||
* Overhauled Lucem shell to make it nicer to use (2.1.0) | ||
* Added new Lucem icon (2.0.4) | ||
|
||
## Installation | ||
Run `nimble install https://github.com/xTrayambak/lucem` in your terminal. Remember, this requires a Nim toolchain with version 2.0 or higher. |
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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
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
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
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
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
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
Oops, something went wrong.