Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
pseuco-ide
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
10
Issues
10
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
pseuco
pseuco-ide
Commits
95509ae3
Verified
Commit
95509ae3
authored
Jun 05, 2020
by
Konstantin Kopper
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release 2.0.4
parent
5a1320a4
Pipeline
#16898
passed with stages
in 5 minutes and 27 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
CHANGELOG.md
CHANGELOG.md
+4
-1
build.gradle.kts
build.gradle.kts
+1
-1
No files found.
CHANGELOG.md
View file @
95509ae3
...
...
@@ -28,6 +28,8 @@ Use the following template:
-->
## [Unreleased][]
## [2.0.4][] - 2020-06-05
### Fixed
*
Autocompletion no longer triggered on
`<?`
.
*
Debugger initialises internal code mapping only after saving the executed file.
...
...
@@ -54,7 +56,8 @@ The original IDE is archived [here](https://dgit.cs.uni-saarland.de/pseuco/pseuc
<!--- Links -->
[
Unreleased
]:
https://dgit.cs.uni-saarland.de/pseuco/pseuco-ide/compare/v2.0.3...master
[
Unreleased
]:
https://dgit.cs.uni-saarland.de/pseuco/pseuco-ide/compare/v2.0.4...master
[
2.0.4
]:
https://dgit.cs.uni-saarland.de/pseuco/pseuco-ide/compare/v2.0.3...v2.0.4
[
2.0.3
]:
https://dgit.cs.uni-saarland.de/pseuco/pseuco-ide/compare/v2.0.2...v2.0.3
[
2.0.2
]:
https://dgit.cs.uni-saarland.de/pseuco/pseuco-ide/compare/v2.0.1...v2.0.2
[
2.0.1
]:
https://dgit.cs.uni-saarland.de/pseuco/pseuco-ide/compare/v2.0...v2.0.1
build.gradle.kts
View file @
95509ae3
...
...
@@ -71,7 +71,7 @@ dependencies {
testImplementation
(
"org.mockito"
,
"mockito-junit-jupiter"
,
"3.3.3"
)
}
version
=
"2.0.
3
"
version
=
"2.0.
4
"
description
=
"pseuCo IDE"
val
compileKotlin
by
tasks
.
getting
(
KotlinCompile
::
class
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment