forked from merlinthered/sublime-rainmeter
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Closes #32: Added message system for fixes and updates
- Loading branch information
Showing
34 changed files
with
357 additions
and
0 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
{ | ||
"install": "messages/install.md", | ||
|
||
"1.0.0": "messages/1.0.0.md", | ||
"1.0.1": "messages/1.0.1.md", | ||
"1.0.2": "messages/1.0.2.md", | ||
"1.0.3": "messages/1.0.3.md", | ||
"1.0.4": "messages/1.0.4.md", | ||
"1.0.5": "messages/1.0.5.md", | ||
"1.0.6": "messages/1.0.6.md", | ||
"1.0.7": "messages/1.0.7.md", | ||
|
||
"2.0.0": "messages/2.0.0.md", | ||
"2.1.0": "messages/2.1.0.md", | ||
"2.2.0": "messages/2.2.0.md", | ||
"2.3.1": "messages/2.3.1.md", | ||
"2.4.0": "messages/2.4.0.md", | ||
"2.5.0": "messages/2.5.0.md", | ||
"2.5.1": "messages/2.5.1.md", | ||
"2.6.0": "messages/2.6.0.md", | ||
"2.7.0": "messages/2.7.0.md", | ||
"2.7.1": "messages/2.7.1.md", | ||
"2.8.2": "messages/2.8.2.md", | ||
"2.8.3": "messages/2.8.3.md", | ||
"2.8.4": "messages/2.8.4.md", | ||
"2.8.5": "messages/2.8.5.md", | ||
"2.8.6": "messages/2.8.6.md", | ||
"2.8.7": "messages/2.8.7.md", | ||
"2.9.0": "messages/2.9.0.md", | ||
"2.9.1": "messages/2.9.1.md", | ||
"2.10.0": "messages/2.10.0.md", | ||
"2.11.0": "messages/2.11.0.md", | ||
"2.12.0": "messages/2.12.0.md", | ||
"2.13.0": "messages/2.13.0.md" | ||
} |
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Sublime Rainmeter Release 1.0.0 | ||
|
||
This is the initial release with: | ||
|
||
* Refresh Rainmeter skins via Build Tool | ||
* Open Rainmeter-Variable encoded paths via context menu | ||
* Open Rainmeter Skins folder | ||
* Create new Rainmeter skin | ||
* Indent Rainmeter files | ||
* Pick Rainmeter colors | ||
* Syntax Highlighting | ||
* Syntax Auto-Completion | ||
* Shortcuts of important commands | ||
* 4 custom themes | ||
|
||
--- | ||
|
||
A lot of effort has been put into Sublime Rainmeter. If you like it, star the [repository](https://github.com/thatsIch/sublime-rainmeter). |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Sublime Rainmeter Release 1.0.1 | ||
|
||
* Added support for FileView Plugin | ||
* Added support for OnChange/UpdateAction | ||
|
||
--- | ||
|
||
A lot of effort has been put into Sublime Rainmeter. If you like it, star the [repository](https://github.com/thatsIch/sublime-rainmeter). |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Sublime Rainmeter Release 1.0.2 | ||
|
||
* Fixed snippets | ||
|
||
--- | ||
|
||
A lot of effort has been put into Sublime Rainmeter. If you like it, star the [repository](https://github.com/thatsIch/sublime-rainmeter). |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Sublime Rainmeter Release 1.0.3 | ||
|
||
* Added support for MousePosition variables | ||
* Added support for ClipStringH/W | ||
|
||
--- | ||
|
||
A lot of effort has been put into Sublime Rainmeter. If you like it, star the [repository](https://github.com/thatsIch/sublime-rainmeter). |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Sublime Rainmeter Release 1.0.4 | ||
|
||
* Added support for OnWakeAction | ||
|
||
--- | ||
|
||
A lot of effort has been put into Sublime Rainmeter. If you like it, star the [repository](https://github.com/thatsIch/sublime-rainmeter). |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Sublime Rainmeter Release 1.0.5 | ||
|
||
* Added support for ImagePath | ||
* Added support for UseExifOrientation | ||
* Added support for !PauseMeasure Bangs | ||
|
||
--- | ||
|
||
A lot of effort has been put into Sublime Rainmeter. If you like it, star the [repository](https://github.com/thatsIch/sublime-rainmeter). |
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Sublime Rainmeter Release 1.0.6 | ||
|
||
Added support for: | ||
|
||
* Paused | ||
* Padding | ||
* AccurateText | ||
* UniqueRandom | ||
* New parameters of !Manage Bang | ||
|
||
--- | ||
|
||
A lot of effort has been put into Sublime Rainmeter. If you like it, star the [repository](https://github.com/thatsIch/sublime-rainmeter). |
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Sublime Rainmeter Release 1.0.7 | ||
|
||
Added support for: | ||
|
||
* IfConditions and IfMatchActions | ||
* Measure=String | ||
* :EncodeURL and :EscapeRegExp Section Variables | ||
|
||
Improved highlighting for Section Variables | ||
|
||
--- | ||
|
||
A lot of effort has been put into Sublime Rainmeter. If you like it, star the [repository](https://github.com/thatsIch/sublime-rainmeter). |
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Sublime Rainmeter Release 2.0.0 | ||
|
||
This is the initial port to Sublime Text 3. | ||
|
||
* Added default installation path retrieval via the windows registry | ||
* Added support for: | ||
* `Description` | ||
* `TimeStampFormat` | ||
* `InlineSetting` to `InlineSettingN` | ||
* `InlinePattern` to `InlinePatternN` | ||
|
||
--- | ||
|
||
A lot of effort has been put into Sublime Rainmeter. If you like it, star the [repository](https://github.com/thatsIch/sublime-rainmeter). |
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 |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# Sublime Rainmeter Release 2.1.0 | ||
|
||
This release is to update and add the new syntax definitions. | ||
|
||
- Added support for `!SkinCustomMenu` bang | ||
- Added support for `MaskImage` | ||
- Added support for calc measure functions `Min(x, y)`, `Max(x, y)` and `Clamp(x, low, high)` | ||
- Added auto-complete for `Description` | ||
- Added auto-complete for `TimeStampFormat` | ||
- Added auto-complete for `InlineSetting` and `InlinePattern` | ||
- Added initial support for `AudioLevel` plugin | ||
- Added auto-complete for `AudioLevel` plugin options | ||
- Added support for `DefaultUpdateDivider` | ||
- Added support for formula operation `atan2` | ||
- Added section variable `:TimeStamp` | ||
- Added `SecondsValue` option | ||
- Added initial support for `FormatLocale` | ||
- Added initial support for `TimeStampLocale` | ||
- Added WebParser option support for `OnConnectErrorAction`, `OnRegExpErrorAction` and `OnDownloadErrorAction` | ||
- Added support for `Loop` measure | ||
- Added support for Rainmeter section variables `SkinWidth` and `SkinHeight` | ||
- Added support for `RunCommand` plugin | ||
- Added support for `ActionTimer` plugin | ||
- Added support for `AutoSelectScreen` and `AutoSelectScreenGroup` bangs | ||
- Added support for webparser option `LogSubstringErrors` | ||
- Added support for webparser option `UserAgent` | ||
- Added support for webparser option `Header` to `HeaderN` | ||
- Added support for `Shape` meter | ||
|
||
--- | ||
|
||
A lot of effort has been put into Sublime Rainmeter. If you like it, star the [repository](https://github.com/thatsIch/sublime-rainmeter). |
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Sublime Rainmeter Release 2.10.0 | ||
|
||
* Added documentation link | ||
* Added issue page link | ||
|
||
[Full release notes](https://github.com/thatsIch/sublime-rainmeter/releases/tag/2.10.0) | ||
|
||
--- | ||
|
||
A lot of effort has been put into Sublime Rainmeter. If you like it, star the [repository](https://github.com/thatsIch/sublime-rainmeter). |
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Sublime Rainmeter Release 2.11.0 | ||
|
||
* Improved first user experience | ||
* Fixed `@Include` syntax in `[Variables]` section | ||
|
||
[Full release notes](https://github.com/thatsIch/sublime-rainmeter/releases/tag/2.11.0) | ||
|
||
--- | ||
|
||
A lot of effort has been put into Sublime Rainmeter. If you like it, star the [repository](https://github.com/thatsIch/sublime-rainmeter). |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Sublime Rainmeter Release 2.12.0 | ||
|
||
* New Open Skin as Project command | ||
|
||
[Full release notes](https://github.com/thatsIch/sublime-rainmeter/releases/tag/2.12.0) | ||
|
||
--- | ||
|
||
A lot of effort has been put into Sublime Rainmeter. If you like it, star the [repository](https://github.com/thatsIch/sublime-rainmeter). |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Sublime Rainmeter Release 2.13.0 | ||
|
||
* New message system to notify users about important fixed and updates | ||
|
||
[Full release notes](https://github.com/thatsIch/sublime-rainmeter/releases/tag/2.13.0) | ||
|
||
--- | ||
|
||
A lot of effort has been put into Sublime Rainmeter. If you like it, star the [repository](https://github.com/thatsIch/sublime-rainmeter). |
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Sublime Rainmeter Release 2.2.0 | ||
|
||
This release adds smart auto completion. It offers context related auto completion. | ||
|
||
* Smart Auto-Completion for: | ||
- `Meter` | ||
- `Measure` | ||
- `Plugin` | ||
* Improved formula operations (e.g. `sin`, `cos`, etc.) | ||
|
||
--- | ||
|
||
A lot of effort has been put into Sublime Rainmeter. If you like it, star the [repository](https://github.com/thatsIch/sublime-rainmeter). |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Sublime Rainmeter Release 2.3.1 | ||
|
||
* Added settings and keybindings as double panel | ||
|
||
--- | ||
|
||
A lot of effort has been put into Sublime Rainmeter. If you like it, star the [repository](https://github.com/thatsIch/sublime-rainmeter). |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Sublime Rainmeter Release 2.4.0 | ||
|
||
* Added smart key completion for `[Rainmeter]` section | ||
|
||
--- | ||
|
||
A lot of effort has been put into Sublime Rainmeter. If you like it, star the [repository](https://github.com/thatsIch/sublime-rainmeter). |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Sublime Rainmeter Release 2.5.0 | ||
|
||
This release is to match Rainmeter Beta 4.0 revision 2720. | ||
|
||
* Updated support for `InputText ` | ||
|
||
--- | ||
|
||
A lot of effort has been put into Sublime Rainmeter. If you like it, star the [repository](https://github.com/thatsIch/sublime-rainmeter). |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Sublime Rainmeter Release 2.5.1 | ||
|
||
* Fixed initial user settings | ||
|
||
--- | ||
|
||
A lot of effort has been put into Sublime Rainmeter. If you like it, star the [repository](https://github.com/thatsIch/sublime-rainmeter). |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Sublime Rainmeter Release 2.6.0 | ||
|
||
* Added theme switcher | ||
|
||
[Full release notes](https://github.com/thatsIch/sublime-rainmeter/releases/tag/2.6.0) | ||
|
||
--- | ||
|
||
A lot of effort has been put into Sublime Rainmeter. If you like it, star the [repository](https://github.com/thatsIch/sublime-rainmeter). |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Sublime Rainmeter Release 2.7.0 | ||
|
||
* Added support for Package Control | ||
|
||
[Full release notes](https://github.com/thatsIch/sublime-rainmeter/releases/tag/2.7.0) | ||
|
||
--- | ||
|
||
A lot of effort has been put into Sublime Rainmeter. If you like it, star the [repository](https://github.com/thatsIch/sublime-rainmeter). |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Sublime Rainmeter Release 2.7.1 | ||
|
||
* Fixed syntax highlighting | ||
|
||
[Full release notes](https://github.com/thatsIch/sublime-rainmeter/releases/tag/2.7.1) | ||
|
||
--- | ||
|
||
A lot of effort has been put into Sublime Rainmeter. If you like it, star the [repository](https://github.com/thatsIch/sublime-rainmeter). |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Sublime Rainmeter Release 2.8.2 | ||
|
||
* Replaced color picker | ||
|
||
[Full release notes](https://github.com/thatsIch/sublime-rainmeter/releases/tag/2.8.2) | ||
|
||
--- | ||
|
||
A lot of effort has been put into Sublime Rainmeter. If you like it, star the [repository](https://github.com/thatsIch/sublime-rainmeter). |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Sublime Rainmeter Release 2.8.3 | ||
|
||
* Added color picker context-menu integration | ||
|
||
[Full release notes](https://github.com/thatsIch/sublime-rainmeter/releases/tag/2.8.3) | ||
|
||
--- | ||
|
||
A lot of effort has been put into Sublime Rainmeter. If you like it, star the [repository](https://github.com/thatsIch/sublime-rainmeter). |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Sublime Rainmeter Release 2.8.4 | ||
|
||
* Added section auto completion on double newline | ||
|
||
[Full release notes](https://github.com/thatsIch/sublime-rainmeter/releases/tag/2.8.4) | ||
|
||
--- | ||
|
||
A lot of effort has been put into Sublime Rainmeter. If you like it, star the [repository](https://github.com/thatsIch/sublime-rainmeter). |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Sublime Rainmeter Release 2.8.5 | ||
|
||
* Fixed color picker | ||
|
||
[Full release notes](https://github.com/thatsIch/sublime-rainmeter/releases/tag/2.8.5) | ||
|
||
--- | ||
|
||
A lot of effort has been put into Sublime Rainmeter. If you like it, star the [repository](https://github.com/thatsIch/sublime-rainmeter). |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Sublime Rainmeter Release 2.8.6 | ||
|
||
* Fixed syntax highlighthing in `[Variables]` section | ||
|
||
[Full release notes](https://github.com/thatsIch/sublime-rainmeter/releases/tag/2.8.6) | ||
|
||
--- | ||
|
||
A lot of effort has been put into Sublime Rainmeter. If you like it, star the [repository](https://github.com/thatsIch/sublime-rainmeter). |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Sublime Rainmeter Release 2.8.7 | ||
|
||
* Added section completion filtering | ||
|
||
[Full release notes](https://github.com/thatsIch/sublime-rainmeter/releases/tag/2.8.7) | ||
|
||
--- | ||
|
||
A lot of effort has been put into Sublime Rainmeter. If you like it, star the [repository](https://github.com/thatsIch/sublime-rainmeter). |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Sublime Rainmeter Release 2.9.0 | ||
|
||
* Added goto symbol support | ||
|
||
[Full release notes](https://github.com/thatsIch/sublime-rainmeter/releases/tag/2.9.0) | ||
|
||
--- | ||
|
||
A lot of effort has been put into Sublime Rainmeter. If you like it, star the [repository](https://github.com/thatsIch/sublime-rainmeter). |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Sublime Rainmeter Release 2.9.1 | ||
|
||
* Fixed indention plugin | ||
|
||
[Full release notes](https://github.com/thatsIch/sublime-rainmeter/releases/tag/2.9.1) | ||
|
||
--- | ||
|
||
A lot of effort has been put into Sublime Rainmeter. If you like it, star the [repository](https://github.com/thatsIch/sublime-rainmeter). |
Oops, something went wrong.