Skip to content

Tags: nalbam/aws-navbar-extension

Tags

1.10.0

Toggle 1.10.0's commit message
Enhance AWS Console URL Region Detection

- Support both standard and account-specific AWS Console URL formats
- Improve region extraction logic to handle complex URL structures
- Update ARCHITECTURE.md to document new URL parsing capability
- Bump version to 1.10.0

1.9.3

Toggle 1.9.3's commit message
Add version display to popup with dynamic version retrieval

- Add version element to popup.html
- Implement dynamic version fetching from manifest.json
- Style version display in popup.css
- Bump version to 1.9.3

1.9.2

Toggle 1.9.2's commit message
Add account ID validation and prevent empty account entries

- Implement validation to require account ID
- Show alert if account ID is empty

1.9.1

Toggle 1.9.1's commit message
Modify account info validation and bump version to 1.9.1

- Remove mandatory account name requirement
- Simplify account info saving logic

1.9.0

Toggle 1.9.0's commit message
Enhance Account Info Management UI

- Implement dynamic account entry system with dedicated input fields
- Add ability to add and remove account entries
- Replace JSON textarea with more intuitive account management interface
- Provide default PROD account on first load
- Update styling to support new account entry layout
- Improve input validation and user experience

1.8.7

Toggle 1.8.7's commit message
Set version to 1.8.7

1.8.6

Toggle 1.8.6's commit message
Remove legacy service SVG icons from svcs directory

Cleanup project resources by removing a large number of unused AWS service SVG icons. This reduces project size and removes unnecessary files that are no longer required for the extension's functionality.

1.8.5

Toggle 1.8.5's commit message
Comprehensive Extension Architecture Update

- Update ARCHITECTURE.md with detailed feature descriptions
- Add theme system, popup interface, and configuration details
- Enhance documentation for storage, performance, and user experience
- Include sections on development, testing, and maintenance
- Remove Materialize CSS and jQuery dependencies
- Streamline project structure and resources

1.8.4

Toggle 1.8.4's commit message
Refactor popup.js: Implement auto-save and config management

- Add auto-save functionality for toggle settings
- Create helper functions for config retrieval and saving
- Simplify save button event listener
- Improve code modularity and readability

1.8.3

Toggle 1.8.3's commit message
Version Update & README Improvement

Update extension version to 1.8.3
Significantly improve README structure and content
Add detailed descriptions of features, installation, and configuration options
Include sections for the developer guide and contribution guidelines
Add license information