Skip to content

Commit

Permalink
Release v2023.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
massivemadness committed Nov 12, 2023
1 parent 785958d commit f774f69
Show file tree
Hide file tree
Showing 9 changed files with 10,668 additions and 4,032 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ android {

defaultConfig {
applicationId = "com.blacksquircle.ui"
versionCode = 10021
versionName = "2023.1.5"
versionCode = 10022
versionName = "2023.2.0"
}
buildFeatures {
viewBinding = true
Expand Down
14,683 changes: 10,658 additions & 4,025 deletions app/src/main/baseline-prof.txt

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ class BaselineProfileBenchmark {

@Test
fun generate() = baselineProfileRule.collect("com.blacksquircle.ui") {
pressHome()
startActivityAndWait()
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ class StartupBenchmark {
startupMode = StartupMode.COLD,
iterations = 5,
) {
pressHome()
startActivityAndWait()
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ class ApplicationModulePlugin : Plugin<Project> {
initWith(buildTypes.getByName("release"))
signingConfig = signingConfigs.getByName("debug")
matchingFallbacks += listOf("release")
isMinifyEnabled = false
isDebuggable = false
}
}
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/10022.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Added: Support for Ini language
- Fixed: Recent files will appear higher in list when sorted by date
- Improved performance for HTML and XML languages
- Bugfixes and minor improvements
2 changes: 1 addition & 1 deletion fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<b>Squircle CE</b> currently supports coding in the following programming languages: ActionScript, C, C++, C#, CSS, Fortran, Go, Groovy, HTML, Java, JavaScript, Json, Julia, Kotlin, LaTeX, Lisp, Lua, Markdown, PHP, Python, Ruby, Rust, Shell, Smali, SQL, Toml, TypeScript, Visual Basic, XML and YAML.
<b>Squircle CE</b> currently supports coding in the following programming languages: ActionScript, C, C++, C#, CSS, Fortran, Go, Groovy, HTML, Ini, Java, JavaScript, Json, Julia, Kotlin, LaTeX, Lisp, Lua, Markdown, PHP, Python, Ruby, Rust, Shell, Smali, SQL, Toml, TypeScript, Visual Basic, XML and YAML.

Here is a list of features that will help you work with more productivity:

Expand Down
2 changes: 1 addition & 1 deletion feature-changelog/impl/src/main/res/raw/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<!DOCTYPE html>
<b>v2023.2.0, 12 Nov. 2023</b><br>
<b>Added:</b> Support for INI language (<a href="https://github.com/massivemadness/Squircle-CE/commit/09d3c819ff1a612c671a5e88c805b66c7fe5fa3f">09d3c81</a>)<br>
<b>Added:</b> Support for Ini language (<a href="https://github.com/massivemadness/Squircle-CE/commit/09d3c819ff1a612c671a5e88c805b66c7fe5fa3f">09d3c81</a>)<br>
<b>Fixed:</b> Recent files will appear higher in list when sorted by date (<a href="https://github.com/massivemadness/Squircle-CE/commit/366f31deeec92602d029fc75a62512f7ed0cdbda">366f31d</a>)<br>
• Improved performance for HTML and XML languages (<a href="https://github.com/massivemadness/EditorKit/commit/6e1824e19fe8cb650258b7f09b763ba2147743be">6e1824e</a>, <a href="https://github.com/massivemadness/EditorKit/commit/b4c1b495a6fb565dd74148178d077211123c2779">b4c1b49</a>)<br>
• Bugfixes and minor improvements<br>
Expand Down

0 comments on commit f774f69

Please sign in to comment.